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.

https://github.com/addyosmani/agent-skills