Repo Map
Use this skill before making structural assumptions about a workspace.
Steps
- Run
pwd. - Run
rg --files | head -200ifrgis available. - If
rgis unavailable, runfind . -maxdepth 3 -type f | sort | head -200. - Read the root
AGENTS.md. - Read the nearest nested
AGENTS.mdbefore editing a subdirectory. - Summarize the important directories and likely edit targets.
Notes
Prefer real file inspection over guessing from names.