testsAndMisc/third_party/agent-skills/.claude-plugin/plugin.json

19 lines
567 B
JSON
Raw Normal View History

{
"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"
]
}