A collection of custom skills for Amp.
| Skill | Description |
|---|---|
| addressing-github-issues | Implements a GitHub issue up to the point of human review. Fetches issue context, creates a working branch, implements the change, and commits — stopping before push/PR |
| creating-conventional-branches | Creates and checks out Git branches that follow Conventional Branch naming |
| creating-conventional-commits | Creates Git commits that follow the Conventional Commits 1.0.0 specification as work progresses |
| creating-github-sub-issues | Creates GitHub issues with parent-child relationships using the gh CLI and REST API |
| pushing-and-creating-pull-request | Pushes the current branch and creates a GitHub pull request with a structured description |
See the Amp manual.