Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:28 +08:00
commit 8721ffbbbf
11 changed files with 1180 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "jumpmind-claude-plugin",
"description": "A Claude Code plugin for JumpMind development workflows",
"version": "1.0.0",
"author": {
"name": "JumpMind Symphony",
"email": "support@jumpmind.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}