Agent Skills Library
Ready-to-use AI agent skill files you can copy, install, and customize. Each one is a complete, tested recipe.
Skill: documentation generator
A skill that reads your code and generates documentation. README sections, function docs, API references, all matching your project's existing style.
Skill: changelog generator
A skill that generates a clean changelog from git history. Reads commits between two refs, groups by type, and outputs formatted markdown.
Skill: test writer
A skill that reads a source file and generates tests. Detects the language, framework, and existing patterns to match your style.
Skill: commit message writer
A skill that reads your staged changes and writes a conventional commit message following your project's conventions.
Skill: PR review
A ready-to-use skill that reviews pull requests for bugs, style issues, and missing tests. Copy the markdown file into your project and invoke it.