Agent Skills is a collection of production-grade engineering skills by Addy Osmani, designed so AI coding agents follow senior engineering workflows consistently across every phase of development.
Seven slash commands map to the full development lifecycle:
/specโ Define what to build with requirements and acceptance criteria/planโ Break work into small, atomic, verifiable tasks/buildโ Implement incrementally, one slice at a time/testโ Prove it works with failing tests first/reviewโ Five-axis code review before merge/code-simplifyโ Clarity over cleverness/shipโ Pre-launch checklist, monitoring, rollback plan
The collection includes 19 skills covering the full engineering lifecycle โ from spec-driven development and TDD through security hardening, performance optimisation, and deployment โ plus three dedicated agent personas (code reviewer, security auditor, test engineer) that run as subagents for structured, formatted review passes.
Compatible with Claude Code, Cursor, and Gemini CLI.