2026-04-19 16:29:06 +02:00
|
|
|
{
|
|
|
|
|
"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.",
|
2026-04-19 16:29:06 +02:00
|
|
|
"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.",
|
2026-08-05 13:53:34 +09:00
|
|
|
"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"
|
|
|
|
|
]
|
2026-04-19 16:29:06 +02:00
|
|
|
}
|
|
|
|
|
}
|