mirror of
https://github.com/mblanke/dev-backbone-template.git
synced 2026-03-01 05:50:22 -05:00
395 B
395 B
Repo Mapping Skill
When entering a repo:
- Read README.md
- Identify entrypoints (app main / server startup / CLI)
- Identify config (env vars, .env.example, config files)
- Identify test/lint scripts (package.json, pyproject.toml, Makefile, etc.)
- Write a 10-line "repo map" in the PLAN before changing code
Output format:
- Purpose:
- Key modules:
- Data flow:
- Commands:
- Risks: