mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-05 02:30:26 +08:00
55 lines
2.0 KiB
JSON
55 lines
2.0 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": "dev",
|
|
"description": "Lightweight development workflow with requirements clarification, parallel codex execution, and mandatory 90% test coverage",
|
|
"version": "5.6.1",
|
|
"source": "./dev-workflow",
|
|
"category": "development"
|
|
},
|
|
{
|
|
"name": "requirements",
|
|
"description": "Requirements-driven development workflow with quality gates for practical feature implementation",
|
|
"version": "5.6.1",
|
|
"source": "./requirements-driven-workflow",
|
|
"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": "./bmad-agile-workflow",
|
|
"category": "development"
|
|
},
|
|
{
|
|
"name": "dev-kit",
|
|
"description": "Essential development commands for coding, debugging, testing, optimization, and documentation",
|
|
"version": "5.6.1",
|
|
"source": "./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"
|
|
}
|
|
]
|
|
}
|