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.

1 Open a skill
2 Copy the markdown
3 Drop it into your project
Audience:
Tags:
Skills Library Developer

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 onboarding team
· 3 min read
Skills Library Developer

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 git releases
· 2 min read
Skills Library Developer

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 devops incident-response
· 3 min read
Skills Library Developer

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 documentation readme
· 2 min read
Skills Library Developer

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 changelog git
· 2 min read
Skills Library Developer

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 testing automation
· 2 min read
Skills Library Developer

Skill: commit message writer

A skill that reads your staged changes and writes a conventional commit message following your project's conventions.

skill git commits
· 1 min read
Skills Library Developer

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.

skill code-review pull-request
· 2 min read