skills/map-repo/SKILL.md
Generate agent-friendly ARCHITECTURE.md index and per-directory README.md files for any codebase.
npx skillsauth add acartine/osterman map-repoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# <Project> Architecture
<One-sentence purpose.>
## Data/Control Flow
<Short flow diagram or description.>
## Directory Map
| Path | Purpose |
|------|---------|
| [`path/`](path/README.md) | One-line description |
## Key Entry Points
- **<Role>**: `file.py` — `function()`
## Build System
<Package manager, key targets, how to run.>
# <directory name>
<One-sentence purpose.>
## Key Files
- **`file.py`** — what it does
## Key Types
- `TypeName` — what it represents
## Key Functions
- `function_name()` — what it does
devops
Execute Terraform plan and produce a risk summary; never apply.
development
Verify main branch stability before development and before pushing code to remote.
testing
Rebase current work branch on latest main with intelligent conflict resolution.
testing
Checkout main branch and pull latest changes from remote.