explore

Explore codebases at quick, deep, or architectural depths with read-only analysis.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill explore-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/explore
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill explore-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you understand and navigate complex codebases by providing different levels of exploration, from quick overviews to deep architectural analysis, without making any changes.

Core Features & Use Cases

  • Varying Exploration Depths: Choose between 'quick' (structure overview), 'deep' (comprehensive analysis), or 'architecture' (layers & dependencies).
  • Focused Analysis: Target specific directories, modules, or concepts within the codebase.
  • Output Options: Generate interactive summaries, documentation files, or handoffs for other agents.
  • Use Case: Quickly get a feel for a new project by running /explore quick, or prepare for a refactor by using /explore architecture --output handoff to understand system boundaries.

Quick Start

Explore the entire codebase with a quick overview of its structure.

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 to understand its architecture before refactoring?

To analyze codebase architecture, you map structural layers and dependencies to understand system boundaries before refactoring. Deep exploration provides comprehensive analysis of relationships and modules without modifying the existing code.

What is the best way to get a quick overview of a new codebase structure?

A quick codebase overview provides a high-level summary of the project structure and organization. It focuses on read-only analysis of directories and concepts to help you rapidly get a feel for a new project.

How do I generate documentation from an existing codebase analysis?

To generate documentation from codebase analysis, run a deep exploration and output the results as a standalone file. This captures architectural layers and dependencies into a readable reference format for future use.

Can I focus codebase exploration on specific directories or modules?

Yes, codebase exploration supports focused analysis targeting specific directories, modules, or concepts. This allows you to isolate and examine particular components without analyzing the entire project structure.

Does codebase exploration modify or change the source code during analysis?

No, codebase exploration uses read-only analysis tools and does not modify the source code. It strictly generates context, architectural maps, and summaries to help you understand the system without making changes.