mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-05 02:30:26 +08:00
- Create agents/ directory, move bmad, requirements, development-essentials - Remove docs/, hooks/, dev-workflow/ directories - Add npx support via github:cexll/myclaude - Add bin/cli.js with --update command for installed modules - Add package.json, skills/README.md, PLUGIN_README.md - Update all references across config.json, README, marketplace.json - Change default module from dev to do - Update CHANGELOG with all 59 tags BREAKING CHANGE: Directory structure changed, docs/hooks removed Generated with SWE-Agent.ai Co-Authored-By: SWE-Agent.ai <noreply@swe-agent.ai>
48 lines
1.7 KiB
JSON
48 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "myclaude",
|
|
"version": "5.6.1",
|
|
"description": "Professional multi-agent development workflows with OmO orchestration, Requirements-Driven and BMAD methodologies",
|
|
"owner": {
|
|
"name": "cexll",
|
|
"email": "evanxian9@gmail.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "omo",
|
|
"description": "Multi-agent orchestration for code analysis, bug investigation, fix planning, and implementation with intelligent routing to specialized agents",
|
|
"version": "5.6.1",
|
|
"source": "./skills/omo",
|
|
"category": "development"
|
|
},
|
|
{
|
|
"name": "requirements",
|
|
"description": "Requirements-driven development workflow with quality gates for practical feature implementation",
|
|
"version": "5.6.1",
|
|
"source": "./agents/requirements",
|
|
"category": "development"
|
|
},
|
|
{
|
|
"name": "bmad",
|
|
"description": "Full BMAD agile workflow with role-based agents (PO, Architect, SM, Dev, QA) and interactive approval gates",
|
|
"version": "5.6.1",
|
|
"source": "./agents/bmad",
|
|
"category": "development"
|
|
},
|
|
{
|
|
"name": "dev-kit",
|
|
"description": "Essential development commands for coding, debugging, testing, optimization, and documentation",
|
|
"version": "5.6.1",
|
|
"source": "./agents/development-essentials",
|
|
"category": "productivity"
|
|
},
|
|
{
|
|
"name": "sparv",
|
|
"description": "Minimal SPARV workflow (Specify→Plan→Act→Review→Vault) with 10-point spec gate, unified journal, 2-action saves, 3-failure protocol, and EHRB risk detection",
|
|
"version": "1.1.0",
|
|
"source": "./skills/sparv",
|
|
"category": "development"
|
|
}
|
|
]
|
|
}
|