← ClaudeAtlas

configlisted

Keeper of a project's supermodo configuration (skills.config.json) and docs scaffold. Use whenever the user wants to view, check, change, fix, or upgrade the supermodo config, set up or onboard a project onto the supermodo skills, start a new supermodo project, or whenever another supermodo skill reports a missing or invalid skills.config.json. Trigger on 'supermodo config', 'set up supermodo', 'configure supermodo', 'bootstrap supermodo', 'change the coverage target', 'edit the config', 'add a command to the config' — even when the word 'config' itself is not used.
supermodo/skills · ★ 1 · Data & Documents · score 74
Install: claude install-skill supermodo/skills
# supermodo config > **Requires:** the sibling `protocols` skill (shared protocol masters). Missing → tell the user to install the full supermodo package. Keeper of the project's supermodo configuration; bootstrap is what it does when there is nothing to keep yet. **Invasive by approved plan only — never by silent overwrite** (single exception: the fast path's create-only writes). Read on demand (paths relative to this SKILL.md's folder; masters absent → tell the user to install the full supermodo package): - `../protocols/references/config.md` — **the config contract: the ONLY schema.** Read before writing or validating any config. - `../protocols/references/questions.md` — before asking the user anything. - `../protocols/references/tooling.md` — before the commands step / Phase 6. - `../protocols/references/docs-convention.md` — before the dry-run. - `references/procedures.md` (this skill) — **the phase playbook**: read its matching section when a checklist item below sends you there. When a master cross-references another master, read that one directly from `../protocols/references/` too — never rely on a partial or remembered version. > **Cross-tool note (Claude Code ↔ Codex).** Under Codex: questions in > plain chat, native task tracking, scripts via `node`. ## Hard rules — every mode, no exceptions 1. **The schema is closed.** Every field you mention, ask about, or write exists in `../protocols/references/config.md`. There is no GitLab, CI/CD, deployme