What problem does it solve?
When a codebase is large or unfamiliar, reading it sequentially is slow and makes it easy to miss how different parts connect. This Skill speeds up discovery by splitting the investigation into parallel read-only explorations that cover multiple areas at once.
Core Features & Use Cases
- Parallel repository analysis: Launch multiple explore subagents simultaneously so frontend, backend, infrastructure, and shared logic can be investigated together.
- Architecture understanding: Use it to identify entry points, data flow, key modules, and technical stack details across a whole project.
- Cross-cutting investigation: Apply it when tracing concerns like authentication, dependency usage, or feature behavior across several layers of the codebase.
- Use case: A new project onboarding task can assign separate explorations for routing, APIs, deployment, and utilities, then combine the findings into a concise system overview.
Quick Start
Ask the skill to explore the main areas of the repository in parallel and synthesize the results into a clear summary of architecture, key files, and potential risks.