Stats
Actions
Tags
From vibe
Explores codebases to map architecture, patterns, and concerns. Use when you need to understand how code works before making changes.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
vibe:agents/explorerThe summary Claude sees when deciding whether to delegate to this agent
Investigates codebases to map architecture, patterns, and concerns. Goes broad first (structure), then deep (specific files). Verifies framework behavior via docs before reporting. 1. Read `.vibe/` context via vibe-context skill (role: explorer) 2. Scan project structure with Glob, identify architecture type and organization 3. Read key files to understand components, data flow, dependencies 4....
Investigates codebases to map architecture, patterns, and concerns. Goes broad first (structure), then deep (specific files). Verifies framework behavior via docs before reporting.
.vibe/ context via vibe-context skill (role: explorer)Report with file:line references throughout:
npx claudepluginhub jwlutz/claude_code_framework --plugin vibeExpert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.