Files
2025-11-29 17:57:04 +08:00

15 lines
398 B
JSON

{
"name": "specweave-plugin-dev",
"description": "Claude Code plugin development tools including plugin creation, testing, marketplace publishing, skill authoring, agent development, and CLI command integration.",
"version": "0.24.0",
"author": {
"name": "Anton Abyzov",
"email": "anton.abyzov@gmail.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}