shapelisted
Install: claude install-skill bmmmm/claudii
# claudii Shape — Hygiene Checker
Check repo health, find stale references, report problems. No TODO planning (that's `/orchestrate` Step 0).
claudii extends the Claude Code Statusline — inward (Sessionline) and outward (RPROMPT, sessions, cost, decision support). No other tool covers both layers.
## When NOT to use
- User wants to **plan or implement features** → `/orchestrate`
- User wants **ecosystem research** → `/explore`
- Tiny isolated fix → just do it
## Step 1: Load context
1. `TODO.md` — current tasks
2. `ROADMAP.md` — backlog
## Step 2: Hygiene check
Check on every `/shape` invocation:
- **Memories** (`~/.claude/projects/-Users-bma-offline-coding-claudii/memory/`) — stale entries? Contradictions? Read `MEMORY.md` index first.
- **Skills** (`.claude/skills/`) — dead references? Overlaps?
- **CLAUDE.md** — architecture table, naming, rules still current?
- **TODO.md / ROADMAP.md** — bloated? Duplicates?
- **`.claude/settings.local.json`** — dead `Bash(...)` entries? Cross-check every entry against actual files and commands in `bin/`. Stale entry = command or script no longer exists.
- **`.github/workflows/`** — do CI/release/wiki workflows reference commands or files that no longer exist?
- **Homebrew Formula** — lives in `bmmmm/homebrew-tap` (single source of truth, synced by `scripts/release.sh`). Not checked here; flag only if `scripts/release.sh` has drifted from the tap.
- **`README.md`** — example commands still valid? Referenced features still exist?