← All Skills
🧰
Agent Skills (Production Engineering)
Packages the workflows and quality gates senior engineers use — across defining, planning, building, testing, reviewing and shipping — into 24 reusable skills so AI coding agents follow the same production-grade practices every time.
Key Features
- 24 production-grade skills
- 8 commands across the lifecycle
- Skills auto-activate by context
- /build auto runs end to end
Installation
One command on any agent (the open skills CLI supports 70+): `npx skills add addyosmani/agent-skills` (all 24 skills).
Or via the Claude Code marketplace: `/plugin marketplace add addyosmani/agent-skills`, then `/plugin install agent-skills@addy-agent-skills`.
How to Use
Eight slash commands map to the lifecycle: /spec, /plan, /build, /test, /review, /webperf, /code-simplify, /ship; skills also auto-activate by what you're doing. /build auto generates the plan and implements every task in one approved pass.
Requirements
An AI coding agent that supports the agent-skills standard (Claude Code, Cursor, Codex, Copilot, Cline, etc.).
Related Skills