A collection of Agent Skills by Codeminer42 — reusable capabilities that help AI coding agents perform specialized tasks more effectively.
| Skill | Description |
|---|---|
| sherlock | Autonomous investigation loop for finding and fixing performance issues, flaky tests, memory leaks, and reliability problems. |
Install all skills from this repository:
npx skills add Codeminer42/skillsInstall a specific skill:
npx skills add Codeminer42/skills --skill skill-nameFor Claude Code, copy a skill directory directly:
cp -r skill-name/ ~/.claude/skills/Skills are folders of instructions, scripts, and resources that AI agents can discover and use to perform better at specific tasks. They follow the open Agent Skills specification and work across compatible agents including Claude Code, GitHub Copilot, Cursor, and others.
Each skill contains at minimum a SKILL.md file with YAML frontmatter (name and description) followed by markdown instructions.
See CONTRIBUTING.md for guidelines on creating and submitting new skills.
This project is licensed under the MIT License. See LICENSE for details.