What problem does it solve? When joining an unfamiliar repository or starting a new task, developers waste time manually exploring directories to understand how a codebase is organized. This Skill quickly summarizes the structure, entry points, and dependencies of a target directory so you can orient yourself before making changes. ## Core Features & Use Cases - Structure Analysis: Inspects the target directory using workspace tools to map out the project layout. - Entry Point & Dependency Detection: Identifies where execution begins and which dependencies the code relies on. - Actionable Summary: Highlights key files and suggests next actions for your workflow. - Use Case: You clone a new repository and need to understand it fast. Run the map command on the root directory to get a concise overview of its architecture before planning your first change. ## Quick Start Ask the agent to run /auto map on the current project directory to summarize its structure, entry points, and dependencies.