Help us improve
Share bugs, ideas, or general feedback.
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-toolsHow 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.
Performs deep codebase analysis for patterns, architecture, implementation details, and technical debt using codebase-analyst agent. Analyzes concepts, modules, questions, or provides overviews.
Reviews git-tracked code changes for architecture, security, performance, quality, and style using multi-agent analysis and diff context. Use for PR readiness checks.
Performs systematic multi-step codebase analysis producing prioritized findings with file-line evidence. Covers architecture reviews, security assessments, and code quality evaluations for broad investigations.
Share bugs, ideas, or general feedback.
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.