# Remap

> Rebuild the architecture index after files were added, removed, renamed, or restructured. Cheap to run; run it whenever the shape of the repo changed rather than waiting to be asked.

- Skill: `arcticfox2029/remap` (Agent Skill)
- Install (CLI): `npx skillmds@latest add arcticfox2029/remap`
- Raw SKILL.md: https://api.skillmd.com/api/skills/arcticfox2029/remap/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ArcticFox2029 (https://skillmd.com/u/arcticfox2029)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/arcticfox2029/remap

---


# Refresh the index

```
chamnan-map
```

Run this after any change to the repo's *shape* — new module, deleted file, renamed directory, a
function moved somewhere else. Not after every edit; the index describes structure, and editing the
body of a function does not change structure.

A stale index is worse than none. It is confidently wrong, and the next session will believe it and
open the file that no longer holds what it says.

If the described-coverage percentage fell, new files arrived without an opening comment. Say which
ones, and offer the `commenter` agent.

`chamnan-map --undocumented` is where the full list comes from — one path per line, all of them.
The rebuild's own output names at most eight, as examples; a session that treats those eight as the
list will fix eight and report the gap as closed.

