← ClaudeAtlas

statuslisted

Show the current Clawness configuration: which rules are loaded, which agents are available, and how the hook is configured. Use to understand what rules Claude is seeing for this project.
fullymiddleaged/Clawness · ★ 4 · AI & Automation · score 77
Install: claude install-skill fullymiddleaged/Clawness
# Clawness Status Show the user what's currently active in their Clawness setup. > **Running the Clawness CLI.** It ships with the plugin but isn't on your PATH. > Use the wrapper the SessionStart bootstrap hook writes each session: > ```bash > CLAW="${CLAUDE_CONFIG_DIR:-$HOME/.claude}/clawness/clawness-cli.sh" > bash "$CLAW" <command> # e.g. bash "$CLAW" stats > ``` > If `$CLAW` doesn't exist, the bootstrap hasn't run yet — start a fresh session. > (Editable/manual installs may instead use `python -m clawness.cli ...`.) Keep this FAST — it's a quick health check, not a full scan. Step 1 already proves retrieval at zero cost, so a test query is unnecessary. ## Steps 1. **Report the rules you already see (no command).** You (Claude) receive the Clawness rule block at the top of your context this turn. Summarize it: how many mandatory + relevant rules, and a few rule IDs. If you see it, injection is working — this alone is the health check. **If you do NOT see an injected block, say so plainly and do not rationalize it.** The hook injects the global rules on *every* prompt in *every* directory — the working directory (including being in the Clawness source repo) does **not** disable injection; it only affects the optional `.clawness/rules/` project overlay. A missing block means the hook is **not running** — either not loaded this session (needs a restart / `/reload-plugins`) or erroring (check `/hooks` and `claude --debug`). Never a