Files

30 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
"name": "agent-skills",
2026-08-04 08:00:11 -07:00
"version": "0.6.6",
2026-07-08 15:57:32 +02:00
"description": "Production-grade engineering skills for AI coding agents covering the full software development lifecycle from spec to ship.",
"author": {
"name": "Addy Osmani",
"url": "https://github.com/addyosmani"
},
"homepage": "https://github.com/addyosmani/agent-skills",
"repository": "https://github.com/addyosmani/agent-skills",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "Agent Skills",
"shortDescription": "Senior-engineer workflows for AI coding agents: spec, plan, build, test, review, ship.",
"longDescription": "Agent Skills bundles 24 production engineering workflows from Addy Osmani, covering requirements, planning, implementation, testing, review, and shipping.",
"developerName": "Addy Osmani",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Help me choose the right engineering workflow for this task",
"Plan and implement this change using the relevant Agent Skills"
]
}
}