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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/development-codebase-tools:analyze-codesonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provide comprehensive code explanation through multi-agent analysis for architecture, patterns, security, and performance insights.
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.
npx claudepluginhub uniswap/ai-toolkit --plugin development-codebase-toolsReviews git-tracked code changes for architecture, security, performance, quality, and style using multi-agent analysis and diff context. Use for PR readiness checks.
Routes deep investigation tasks (architecture, bugs, performance, dependencies) to an architect agent for structured findings with evidence.
Explains code behavior in detail, including purpose, design patterns, performance, and security. Triggered by requests like 'explain this code' or 'how does this work?'.