https://github.com/rsclarke/amp-skills
A collection of skills covering software development and security engineering.
https://github.com/rsclarke/amp-skills
ampcode skills
Last synced: about 2 months ago
JSON representation
A collection of skills covering software development and security engineering.
- Host: GitHub
- URL: https://github.com/rsclarke/amp-skills
- Owner: rsclarke
- Created: 2026-01-31T13:01:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-26T06:34:51.000Z (about 2 months ago)
- Last Synced: 2026-03-26T12:22:55.860Z (about 2 months ago)
- Topics: ampcode, skills
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amp Skills
A collection of custom skills for [Amp](https://ampcode.com).
## Available Skills
| Skill | Description |
|-------|-------------|
| [addressing-github-issues](.agents/skills/addressing-github-issues/SKILL.md) | Addresses GitHub issues end-to-end. Fetches issue context, creates a working branch, and implements the fix or feature |
| [creating-conventional-branches](.agents/skills/creating-conventional-branches/SKILL.md) | Creates and checks out Git branches that follow Conventional Branch naming |
| [creating-conventional-commits](.agents/skills/creating-conventional-commits/SKILL.md) | Creates Git commits that follow the Conventional Commits 1.0.0 specification as work progresses |
| [creating-github-sub-issues](.agents/skills/creating-github-sub-issues/SKILL.md) | Creates GitHub issues with parent-child relationships using the gh CLI and REST API |
| [pushing-and-creating-pull-request](.agents/skills/pushing-and-creating-pull-request/SKILL.md) | Pushes the current branch and creates a GitHub pull request with a structured description |
## Installation
See the [Amp manual](https://ampcode.com/manual#agent-skills).