mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-05 02:30:26 +08:00
232 lines
6.7 KiB
JSON
232 lines
6.7 KiB
JSON
{
|
|
"name": "claude-code-dev-workflows",
|
|
"owner": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"email": "contact@example.com",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"metadata": {
|
|
"description": "Professional multi-agent development workflows with Requirements-Driven and BMAD methodologies, featuring 16+ specialized agents and 12+ commands",
|
|
"version": "1.0.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "requirements-driven-development",
|
|
"source": "./requirements-driven-workflow/",
|
|
"description": "Streamlined requirements-driven development workflow with 90% quality gates for practical feature implementation",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"requirements",
|
|
"workflow",
|
|
"automation",
|
|
"quality-gates",
|
|
"feature-development",
|
|
"agile",
|
|
"specifications"
|
|
],
|
|
"category": "workflows",
|
|
"strict": false,
|
|
"commands": [
|
|
"./commands/requirements-pilot.md"
|
|
],
|
|
"agents": [
|
|
"./agents/requirements-generate.md",
|
|
"./agents/requirements-code.md",
|
|
"./agents/requirements-testing.md",
|
|
"./agents/requirements-review.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "bmad-agile-workflow",
|
|
"source": "./bmad-agile-workflow/",
|
|
"description": "Full BMAD agile workflow with role-based agents (PO, Architect, SM, Dev, QA) and interactive approval gates",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"bmad",
|
|
"agile",
|
|
"scrum",
|
|
"product-owner",
|
|
"architect",
|
|
"developer",
|
|
"qa",
|
|
"workflow-orchestration"
|
|
],
|
|
"category": "workflows",
|
|
"strict": false,
|
|
"commands": [
|
|
"./commands/bmad-pilot.md"
|
|
],
|
|
"agents": [
|
|
"./agents/bmad-po.md",
|
|
"./agents/bmad-architect.md",
|
|
"./agents/bmad-sm.md",
|
|
"./agents/bmad-dev.md",
|
|
"./agents/bmad-qa.md",
|
|
"./agents/bmad-orchestrator.md",
|
|
"./agents/bmad-review.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "development-essentials",
|
|
"source": "./development-essentials/",
|
|
"description": "Essential development commands for coding, debugging, testing, optimization, and documentation",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"code",
|
|
"debug",
|
|
"test",
|
|
"optimize",
|
|
"review",
|
|
"bugfix",
|
|
"refactor",
|
|
"documentation"
|
|
],
|
|
"category": "essentials",
|
|
"strict": false,
|
|
"commands": [
|
|
"./commands/code.md",
|
|
"./commands/debug.md",
|
|
"./commands/test.md",
|
|
"./commands/optimize.md",
|
|
"./commands/review.md",
|
|
"./commands/bugfix.md",
|
|
"./commands/refactor.md",
|
|
"./commands/docs.md",
|
|
"./commands/ask.md",
|
|
"./commands/think.md"
|
|
],
|
|
"agents": [
|
|
"./agents/code.md",
|
|
"./agents/bugfix.md",
|
|
"./agents/bugfix-verify.md",
|
|
"./agents/optimize.md",
|
|
"./agents/debug.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "advanced-ai-agents",
|
|
"source": "./advanced-ai-agents/",
|
|
"description": "Advanced AI agent for complex problem solving and deep analysis with GPT-5 integration",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"gpt5",
|
|
"ai",
|
|
"analysis",
|
|
"problem-solving",
|
|
"deep-research"
|
|
],
|
|
"category": "advanced",
|
|
"strict": false,
|
|
"commands": [],
|
|
"agents": [
|
|
"./agents/gpt5.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "requirements-clarity",
|
|
"source": "./requirements-clarity/",
|
|
"description": "Transforms vague requirements into actionable PRDs through systematic clarification with 100-point scoring system",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"requirements",
|
|
"clarification",
|
|
"prd",
|
|
"specifications",
|
|
"quality-gates",
|
|
"requirements-engineering"
|
|
],
|
|
"category": "essentials",
|
|
"strict": false,
|
|
"skills": [
|
|
"./skills/SKILL.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "codex-cli",
|
|
"source": "./skills/codex/",
|
|
"description": "Execute Codex CLI for code analysis, refactoring, and automated code changes with file references (@syntax) and structured output",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"codex",
|
|
"code-analysis",
|
|
"refactoring",
|
|
"automation",
|
|
"gpt-5",
|
|
"ai-coding"
|
|
],
|
|
"category": "essentials",
|
|
"strict": false,
|
|
"skills": [
|
|
"./SKILL.md"
|
|
]
|
|
},
|
|
{
|
|
"name": "gemini-cli",
|
|
"source": "./skills/gemini/",
|
|
"description": "Execute Gemini CLI for AI-powered code analysis and generation with Google's latest Gemini models",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"gemini",
|
|
"google-ai",
|
|
"code-analysis",
|
|
"code-generation",
|
|
"ai-reasoning"
|
|
],
|
|
"category": "essentials",
|
|
"strict": false,
|
|
"skills": [
|
|
"./SKILL.md"
|
|
]
|
|
}
|
|
]
|
|
}
|