From development-codebase-tools
Analyzes code for architecture, patterns, security, performance, dependencies, and risks using multi-agent delegation. Activates on explain/analyze requests for files or modules.
npx claudepluginhub uniswap/ai-toolkit --plugin development-codebase-toolsThis skill is limited to using the following tools:
Provide comprehensive code explanation through multi-agent analysis for architecture, patterns, security, and performance insights.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Provide comprehensive code explanation through multi-agent analysis for architecture, patterns, security, and performance insights.
| Depth | Description | Agents Used |
|---|---|---|
overview | Quick summary | code-explainer |
deep | Comprehensive analysis | code-explainer, security-analyzer, performance-analyzer |
architectural | System-level context | All agents + context-loader |
For simple explanations, use code-explainer-agent directly.
For deep analysis, coordinate:
"Explain src/auth/login.ts to me"
"What does this API endpoint do?"
"Analyze the security of the payment module"
"Is there anything wrong with this code?"
For output schemas and advanced options, see explain-file-guide.md.