2026-07-02 09:56:21 +08:00
|
|
|
{
|
|
|
|
|
"name": "codestable",
|
2026-08-06 16:11:30 +08:00
|
|
|
"version": "2.0.2",
|
2026-07-02 09:56:21 +08:00
|
|
|
"description": "CodeStable AI coding workflow skills.",
|
2026-08-18 09:06:24 +08:00
|
|
|
"author": {
|
|
|
|
|
"name": "CodeStable"
|
|
|
|
|
},
|
|
|
|
|
"skills": "./skills/",
|
|
|
|
|
"interface": {
|
|
|
|
|
"displayName": "CodeStable",
|
|
|
|
|
"shortDescription": "Stable engineering workflows for AI coding.",
|
|
|
|
|
"longDescription": "Workflow skills for scoped implementation, diagnosis, review, refactoring, epics, onboarding, and durable project learning.",
|
|
|
|
|
"developerName": "CodeStable",
|
|
|
|
|
"category": "development",
|
|
|
|
|
"capabilities": [
|
|
|
|
|
"Interactive",
|
|
|
|
|
"Write"
|
|
|
|
|
],
|
|
|
|
|
"defaultPrompt": [
|
|
|
|
|
"Use CodeStable to implement this change with scoped verification.",
|
|
|
|
|
"Diagnose and fix this issue with red-to-green evidence.",
|
|
|
|
|
"Review the current diff for concrete risks and missing tests."
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-07-02 09:56:21 +08:00
|
|
|
}
|