← ClaudeAtlas

bootstraplisted

Set up chamnan in this repository for the first time — build the architecture index, measure how well the code describes itself, fill in missing file comments, and record a baseline. Run once per repo.
ArcticFox2029/chamnan · ★ 4 · Data & Documents · score 71
Install: claude install-skill ArcticFox2029/chamnan
# Set up chamnan here Do these in order. Report the numbers as you go; the user should see what changed, not just "done". ## 1. Build the index ``` chamnan-map ``` Read what it printed. The important line is the **described** percentage. ## 2. If coverage is under 70%, offer to fix it — do not just report it A low number is not a complaint about the user, it is the single biggest lever on whether any of this works. The index is built from each file's opening comment; without them it degrades to a list of filenames, which is worth little. Say plainly what the number means and what you can do about it, then — **with the user's go-ahead** — dispatch the `chamnan:commenter` agent over the files that lack one (the plugin-scoped name, so a second installed plugin that also ships a `commenter` cannot be picked instead). That agent runs on a cheap model because "read this file, write one line about it" does not need an expensive one; this is the routing principle the plugin ships with, applied to its own onboarding. Give the agent the specific file list, not the whole repo, **and tell it which language to write in** — read `language` from `.chamnan/config.json` (default `en`). The agent writes English unless you name something else, so this has to be passed explicitly. **Get that list from `chamnan-map --undocumented`, which prints every one of them, one path per line.** The names the rebuild itself prints are capped at eight and labelled "for example" — acting on those alon