What problem does it solve? Onboarding onto an unfamiliar repository is slow and overwhelms a single context window. This Skill partitions a codebase into orthogonal functional clusters, detects entrypoints across languages, and dispatches parallel explorer subagents to produce a unified architecture map without context degradation. ## Core Features & Use Cases - Multi-Agent Cluster Mapping: Partitions repositories into domain clusters and dispatches parallel read-only explorer subagents that emit structured Domain Cards with line-number citations. - Polyglot Entrypoint Detection: Identifies CLI, web/API, worker, and executable entrypoints across Python, JavaScript/TypeScript, Go, and Rust, with a library/SDK fallback that extracts public package exports. - Intent-Guided Scoping: Accepts plain-English goals (e.g. "how session auth works") to filter files by keyword variants and expand one-hop internal imports before mapping. - Use Case: Before drafting a feature spec for Stripe webhooks, run an intent-scoped map to get a focused architecture document with Mermaid diagrams, dataflow traces, and a developer cookbook for the relevant subsystems. ## Quick Start Ask the agent to map a repository by running the codebase-map skill with a repo path or a plain-English goal such as "map how user authentication works in this project".