Agent Skills
Production-grade engineering skills for AI coding agents.
Install with one command
$ npx skills add addyosmani/agent-skillsOverview
# Agent Skills
**Production-grade engineering skills for AI coding agents.**
Skills encode the workflows, quality gates, and best practices that senior engineers use when building software. These ones are packaged so AI agents follow them consistently across every phase of development.
``` DEFINE PLAN BUILD VERIFY REVIEW SHIP ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ │ Idea │ ───▶ │ Spec │ ───▶ │ Code │ ───▶ │ Test │ ───▶ │ QA │ ───▶ │ Go │ │Refine│ │ PRD │ │ Impl │ │Debug │ │ Gate │ │ Live │ └──────┘ └──────┘ └──────┘ └──────┘ └──────┘ └──────┘ /spec /plan /build /test /review /ship ```
---
## Commands
7 slash commands that map to the development lifecycle. Each one activates the right skills automatically.
| What you're doing | Command | Key principle | |-------------------|---------|---------------| | Define what to build | `/spec` | Spec before code | | Plan how to build it | `/plan` | Small, atomic tasks | | Build incrementally | `/build` | One slice at a time | | Prove it works | `/test` | Tests are proof | | Review before merge | `/review` | Improve code health | | Simplify the code | `/code-simplify` | Clarity over cleverness | | Ship to production | `/ship` | Faster is safer |
Skills also activate automatically based on what you're doing — designing an API triggers `api-and-interface-design`, building UI triggers `frontend-ui-engineering`, and so on.
---
## Quick Start
<details> <summary><b>Claude Code (recommended)</b></summary>
**Marketplace install:**
``` /plugin marketplace add addyosmani/agent-skills /plugin install agent-skills@addy-agent-skills ```
**Local / development:**
```bash git clone https://github.com/addyosmani/agent-skills.git claude --plugin-dir /path/to/agent-skills ```
</details>
<details> <summary><b>Cursor</b></summary>
Copy any `SKILL.m
Technical Details
- Version
- 1.0.0
- License
- Unknown
- Last Updated
- 5/22/2026
- Published
- 4/8/2026
Author
addyosmani✓
@addyosmani
Trust & Safety
- —Open source (public GitHub repo)
- —AI static analysis passed
- —License: Unknown
- —Manually verified by team
Related Skills
Gemini CLI
Bring a coding agent directly into the terminal
104.5K stars · 0 installsAntigravity Awesome Skills
A comprehensive library of over 1,273 agentic skills for various AI coding assistants, featuring clear documentation and installation instructions.
38.3K stars · 0 installsChatDev
Use multi-agent collaboration for software development
33.2K stars · 0 installs