Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:45:56 +08:00
commit ad59e17247
6 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "spec-manager-plugin",
"description": "Proactive skill that automatically manages and updates application specifications when code changes occur.",
"version": "1.1.0",
"author": {
"name": "Hiroshi Ayukawa"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}