{ "name": "agent-skills", "description": "Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.", "version": "1.0.0", "author": { "name": "Addy Osmani" }, "homepage": "https://github.com/addyosmani/agent-skills", "repository": "https://github.com/addyosmani/agent-skills", "license": "MIT", "commands": "./.claude/commands", "skills": "./skills", "agents": [ "./agents/code-reviewer.md", "./agents/security-auditor.md", "./agents/test-engineer.md" ] }