mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 13:23:15 +02:00
19 lines
567 B
JSON
19 lines
567 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|