explore

Deploy parallel agents to explore codebases and cache structural blueprints.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/erichugy/agentic.skills --skill explore-erichugy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore
Source: https://github.com/erichugy/agentic.skills/tree/main/explore
Command: npx skills add https://github.com/erichugy/agentic.skills --skill explore-erichugy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Explore codebases and answer questions fast by deploying parallel agents and caching structural blueprints for repeat visits.

Core Features & Use Cases

  • Phase 1: Check for Blueprints
  • Phase 2: Parallel Exploration
  • Phase 3: Blueprint Generation
  • Phase 4: Synthesize & Answer
  • Use Case: onboarding to a new project and cross-cutting architecture analysis.

Quick Start

Run Explore on a codebase by deploying 2–4 parallel agents to probe structure and generate a blueprint for future visits.

Frequently Asked Questions about explore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a codebase architecture for onboarding?

To analyze a codebase architecture for onboarding, you deploy 2-4 parallel agents that probe the project structure and generate a cached blueprint. This structural map reduces re-discovery time by synthesizing data flow and architecture for repeat visits.

What is the best way to explore multiple packages in a codebase?

The best way to explore multiple packages is deploying parallel agents that investigate the codebase simultaneously. This phase-driven synthesis creates a lean structural map, ensuring you understand cross-cutting architecture without manually traversing each package.

How does blueprint caching work for codebase exploration?

Blueprint caching works by saving a structural map of the codebase after the initial parallel exploration. When you revisit the project, the system checks for existing blueprints to skip re-discovery and immediately synthesize answers about architecture and data flow.

Can I use parallel agents to understand data flow across a project?

Yes, you can use parallel agents to understand data flow across a project. By deploying 2 to 4 agents simultaneously, they probe the codebase structure and synthesize findings to answer complex questions about how data moves through the architecture.

Do I need to set up dependencies before exploring a new codebase?

No, you do not need to set up any dependencies before exploring a new codebase. The exploration mechanism operates without external dependencies, allowing you to directly generate structural blueprints and synthesize architectural answers from the raw project files.