agent-explorer

Analyze a codebase and produce a read-only structural summary.

8|13|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/queen-of-code/AI-DLC --skill agent-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-explorer
Source: https://github.com/queen-of-code/AI-DLC/tree/main/plugins/ai-dlc-skills/skills/agents/agent-explorer
Command: npx skills add https://github.com/queen-of-code/AI-DLC --skill agent-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maps a codebase or directory structure into a concise structural summary that helps teams understand architecture, hotspots, and entry points without modifying the code.

Core Features & Use Cases

  • Produces an annotated directory tree highlighting key entry points, modules, and dependencies.
  • Identifies architecture pattern, complexity hotspots, and areas for potential refactoring.
  • Use Case: On a new repo, run Agent-Explorer to get a quick map of entry points and major components for planning.

Quick Start

Provide the target repository or directory to the Explorer and request a structural summary.

Frequently Asked Questions about agent-explorer

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

FAQPage Schema
How do I get a structural summary of a codebase to understand its architecture?

To get a structural summary of a codebase, provide the repository or directory path to generate an annotated overview. This read-only map highlights entry points, dependencies, complexity hotspots, and architectural patterns without modifying the code.

What is the best way to identify complexity hotspots in a repository?

Identifying complexity hotspots in a repository requires a read-only codebase analysis that maps the directory structure to locate areas of high complexity. The resulting overview highlights architectural gaps and potential refactoring targets for planning.

Can I analyze codebase dependencies without modifying the source code?

Yes, you can analyze codebase dependencies without modifying source code by running a read-only structural mapping. This process identifies dependencies and entry points while ensuring the original repository files remain completely unchanged.

Does a codebase mapping tool work on any repository or directory structure?

A codebase mapping tool is applicable to any repository or directory structure. It processes the target path to output a concise structural summary covering directory layout, key entry points, and detected dependencies.

How do I map entry points and major components when onboarding to a new repo?

To map entry points and major components in a new repo, run a structural analysis on the target directory. This produces an annotated tree highlighting key modules, dependencies, and architecture patterns for quick onboarding and planning.