What problem does it solve?
Multi-repo project mapping and documentation automation that reconciles fragmented repos into a single, navigable project documentation set. It automatically discovers all git repositories under a root, maps each repository in parallel via background Task agents invoking /repo-map, and aggregates results into consolidated project-level documentation including cross-repo service maps and diagrams.
Core Features & Use Cases
- Discover all repositories under a project root (one level deep) and skip non-relevant directories such as docs, node_modules, and .git.
- Map each repository in parallel via background Task agents invoking /repo-map.
- Aggregate artifacts into project-level documentation: cross-repo service maps, shared diagrams, inter-service workflow docs, and an auto-generated CLAUDE.md with progressive disclosure optimization.
- Use cases: onboarding to a multi-repo project, mapping all repositories, generating architecture documentation for multi-repo projects.
Quick Start
Run the project-map skill at your project root to discover repositories, map them in parallel, and generate consolidated project documentation.