Files
2025-11-30 09:07:22 +08:00

40 lines
1.4 KiB
JSON

{
"name": "meta-cc",
"description": "Meta-Cognition tool for Claude Code with unified /meta command, 5 specialized agents, 13 capabilities, 15 MCP tools, and 18 validated methodology skills (testing, CI/CD, error recovery, documentation, refactoring, and more). Based on BAIME with proven 10-50x speedup.",
"version": "2.3.5",
"author": {
"name": "Yale Huang",
"email": "yaleh@ieee.org",
"url": "https://github.com/yaleh"
},
"skills": [
"./skills/agent-prompt-evolution",
"./skills/api-design",
"./skills/baseline-quality-assessment",
"./skills/build-quality-gates",
"./skills/ci-cd-optimization",
"./skills/code-refactoring",
"./skills/cross-cutting-concerns",
"./skills/dependency-health",
"./skills/documentation-management",
"./skills/error-recovery",
"./skills/knowledge-transfer",
"./skills/methodology-bootstrapping",
"./skills/observability-instrumentation",
"./skills/rapid-convergence",
"./skills/retrospective-validation",
"./skills/subagent-prompt-construction",
"./skills/technical-debt-management",
"./skills/testing-strategy"
],
"agents": [
"./agents/iteration-executor.md",
"./agents/iteration-prompt-designer.md",
"./agents/knowledge-extractor.md",
"./agents/project-planner.md",
"./agents/stage-executor.md"
],
"commands": [
"./commands/meta.md"
]
}