Skip to content

Codeminer42/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeminer42 Skills

A collection of Agent Skills by Codeminer42 — reusable capabilities that help AI coding agents perform specialized tasks more effectively.

Available Skills

Skill Description
sherlock Autonomous investigation loop for finding and fixing performance issues, flaky tests, memory leaks, and reliability problems.

Installation

Install all skills from this repository:

npx skills add Codeminer42/skills

Install a specific skill:

npx skills add Codeminer42/skills --skill skill-name

Manual Installation

For Claude Code, copy a skill directory directly:

cp -r skill-name/ ~/.claude/skills/

What Are Agent 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.

Contributing

See CONTRIBUTING.md for guidelines on creating and submitting new skills.

License

This project is licensed under the MIT License. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors