An open API service indexing awesome lists of open source software.

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.

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).