Skip to content

Repository files navigation

Claude Code Skills

A collection of reusable skills for Claude Code.

Task Skills

Invoke these manually with /skill-name to perform specific actions.

SkillDescription
/ship-featureCommit changes, mark feature done in VISION.md, push
/fix-buildDiagnose and fix build failures
/fix-issueFix a GitHub issue end-to-end
/review-codeReview code for bugs, security, and quality
/pr-summarySummarize a pull request with risks and review notes
/deployDeploy the application to an environment
/test-writerWrite or update tests for changed code
/explain-codeExplain code with diagrams and analogies
/review-adoptionEvaluate a link, library, or claim for adoption fit; outputs Adopt/Watch/Skip

Background Skills

Claude loads these automatically when relevant. They silently improve output quality without you having to prompt for it.

SkillTriggers when
self-reviewClaude is about to report a task as complete
react-conventionsWriting or modifying React components
ts-conventionsWriting or modifying TypeScript code
git-conventionsCreating commits or branches
security-checkHandling user input, auth, or external data
minimal-changesImplementing any task (prevents over-engineering)

Usage

As personal skills (all projects)

Copy any skill directory to ~/.claude/skills/:

cp -r explain-code ~/.claude/skills/

As project skills

Copy into your project's .claude/skills/ directory:

cp -r fix-build my-project/.claude/skills/

Import into coide

Use the Import button in coide's Skills tab to import any SKILL.md file.

Structure

Each skill follows the Agent Skills open standard:

skill-name/
└── SKILL.md # Frontmatter + instructions

Every SKILL.md includes YAML frontmatter with name, description, and optional fields like disable-model-invocation, argument-hint, context, and allowed-tools.

Contributing

  1. Create a new directory with the skill name
  2. Add a SKILL.md with proper frontmatter
  3. Test the skill in Claude Code

About

A collection of reusable Claude Code skills

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors