A collection of AI skill files (CLAUDE.md and similar) for improving AI-assisted software development workflows.
writing/β Skills for technical documentation, commit messages, PR descriptions, and other written contentdev-practices/β Skills for code quality, testing, CI/CD, security, and engineering best practicesmeta/β Skills about authoring skills themselves (seemeta/skill-authoring/)
Skills come in two formats:
- Single file β One
.mdfile for focused topics (e.g.,dev-practices/golang.md). Best for skills under ~400 lines. - Skill graph β A directory with an
index.mdentry point and focused sub-files (e.g.,writing/website-documentation/). The AI reads the index and only loads sub-files relevant to the current task. Best for larger skills that cover multiple concerns.
Copy or symlink the relevant skill file (or directory) into the root of your project directory. AI coding assistants like Claude Code will automatically pick it up.
Apache License 2.0 β see LICENSE for details.