Initial commit
This commit is contained in:
40
.claude-plugin/plugin.json
Normal file
40
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user