Ready-to-use skills
Agent Skills Library
Ready-to-use AI agent skill files you can copy, install, and customize. Each one is a complete, tested recipe.
Skill: generate a developer setup guide from your codebase
Skill file that auto-generates a complete developer setup guide by reading your package.json, docker-compose.yml, .env.example, and migrations. No more 'run npm install and figure out the rest.'
Skill: AI release notes generator from git history and PRs
Copy-paste skill file that generates release notes from git commits and PRs. Handles conventional commits, plain messages, and GitHub CLI.
Skill: incident triage
A ready-to-use skill that triages production alerts by checking logs, recent deploys, and health endpoints. Read-only. Copy and install in 30 seconds.
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.