| name | repo-scanning |
| description | Scan and document repository structure, patterns, and key components. Use when starting work on unfamiliar codebases. |
Repository Scanning
Produce a comprehensive map of the repository to enable effective navigation and understanding.
Process
- Identify major directories and their purposes
- Find key modules, services, or packages
- Note conventions and patterns in use
- Document entry points and important files
- Flag any unusual structures or concerns
Output
Create context/repo-map.md using the template in templates/repo-map.md.
Tips
- Focus on structure, not implementation details
- Note naming conventions observed
- Identify test directories and their organization
- Look for configuration files that reveal project setup