explorer

Explore project structure with parallel sub-agents and generate PROJECT_MAP.md.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/agony1997/TouchFish-Skills --skill explorer-agony1997
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explorer
Source: https://github.com/agony1997/TouchFish-Skills/tree/main/plugins/explorer/skills/explorer
Command: npx skills add https://github.com/agony1997/TouchFish-Skills --skill explorer-agony1997

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you quickly understand complex codebases by automatically exploring their structure, identifying key components, and generating a comprehensive project map.

Core Features & Use Cases

  • Intelligent Project Type Detection: Automatically identifies if a project is a monolith, microservices, monorepo, library, or full-stack application.
  • Parallel Exploration: Dispatches multiple sub-agents to explore different parts of the codebase concurrently for faster results.
  • Cross-checking & Verification: Compares findings from different agents to ensure accuracy and consistency.
  • Use Case: When onboarding to a new, large project, use this Skill to generate a PROJECT_MAP.md that details the architecture, tech stack, and module dependencies, significantly speeding up your understanding.

Quick Start

Use the explorer skill to generate a project map for the current directory.

Frequently Asked Questions about explorer

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

FAQPage Schema
How do I generate a project map for a new codebase to speed up onboarding?

Generating a project map involves exploring the codebase structure to identify the tech stack, module dependencies, and key files, producing a structured PROJECT_MAP.md document for onboarding and architecture analysis.

Can I analyze a microservices or monorepo architecture automatically?

Yes, you can analyze microservices and monorepo architectures automatically through intelligent project type detection and parallel sub-agent dispatch to explore different codebase segments concurrently.

What is the best way to understand complex module dependencies in a full-stack application?

The best way to understand module dependencies in a full-stack application is by dispatching parallel sub-agents to explore the structure concurrently and cross-check their findings to ensure accuracy and consistency.

How does parallel codebase exploration work for identifying key files?

Parallel codebase exploration works by dispatching multiple sub-agents to investigate different project parts simultaneously, then cross-checking their findings to accurately identify key files and module dependencies.

Does intelligent project type detection support libraries and full-stack applications?

Yes, intelligent project type detection supports libraries and full-stack applications, automatically identifying whether a project is a monolith, microservices setup, monorepo, or library before dispatching sub-agents.