From exploration-agents
Performs static analysis to identify patterns, anti-patterns, technical debt, and improvement opportunities
How this agent operates — its isolation, permissions, and tool access model
Agent reference
exploration-agents:agents/codebase-analyzerhaikuThe summary Claude sees when deciding whether to delegate to this agent
**Model Tier:** haiku (fast analysis) **Invocation:** `Task tool with subagent_type="Explore"` Performs static analysis of codebases to identify patterns, anti-patterns, technical debt, and improvement opportunities. - Pattern detection (design patterns, anti-patterns) - Code complexity analysis - Dependency analysis - Dead code identification - Consistency checking - Convention adherence verif...
Model Tier: haiku (fast analysis)
Invocation: Task tool with subagent_type="Explore"
Performs static analysis of codebases to identify patterns, anti-patterns, technical debt, and improvement opportunities.
Task tool:
subagent_type: "Explore"
prompt: "Analyze the src/services/ directory for code patterns, identify any anti-patterns, and assess technical debt"
model: "haiku"
Returns analysis report:
Works with:
npx claudepluginhub pagerguild/guilde-lite --plugin exploration-agentsDeep codebase analysis for patterns, architecture, and implementation details across files. Delegate for code structure, multi-file patterns, dependencies, and architectural questions.
Analyzes codebase structure, patterns, dependencies, and architecture. Delegate for 'how does X work?', 'where is Y implemented?', or pre-feature development planning.
Analyzes codebases for structure, dependencies, design patterns, code smells, anti-patterns, duplication, and quality metrics like complexity and maintainability. Recommends refactorings without executing changes.