Navigates and indexes large codebases to locate specific modules, entry points, and keywords efficiently.
RepoMap is a specialized discovery and navigation skill designed to help developers master large repositories. By building and querying a structured map of a codebase within a .repomap/ directory, it provides a programmatic way to identify relevant modules, entry files, and architectural patterns. It is particularly useful when onboarding to new projects or performing cross-module bug fixes, allowing Claude to summarize repository structures and find specific logic using keyword-based queries without manual file-by-file inspection.
Key Features
011 GitHub stars
02Automated repository indexing and summarization
03Detection of entry points and file dependency mapping
04Structured JSON output for programmatic analysis
05Keyword-based searching for specific code modules
06Negate pattern support for flexible file filtering
Use Cases
01Identifying entry points and modules related to specific features like authentication or API routing
02Locating relevant files for a bug fix in an unfamiliar or massive codebase
03Generating high-level structural overviews of repository architecture