A curated collection of skills for Claude Code.
Skills are reusable instruction sets that extend Claude Code's capabilities. They provide domain-specific knowledge and workflows that Claude can invoke when needed.
| Skill | Description | Version |
|---|---|---|
| skill-maker | Meta-skill for creating and validating Claude Code skills | 1.1.0 |
| github-flow | Complete GitHub workflow: commits, versioning, changelogs, releases with auto-checks | 1.0.0 |
Download the .skill file and place it in your Claude Code skills directory:
# Default location
~/.claude/skills/To add your skill to this collection:
- Fork this repository
- Create a folder for your skill
- Add your
.skillfile and checksum - Include a README with installation instructions
- Submit a pull request
Individual skills retain their own licenses. See each skill's folder for details.