← ClaudeAtlas

manager-setuplisted

Configures Manager and review prompt modes. Explicit user invocation only.
kochetkov-ma/claude-brewcode · ★ 31 · AI & Automation · score 70
Install: claude install-skill kochetkov-ma/claude-brewcode
# Ambient manager prompt mode This skill configures ambient prompt guidance only. It does not create, claim, or enforce a hard security wall. ## Intent and scope Resolve exactly one canonical mode -- `status`, `install`, `upgrade`, `enable`, `disable`, `uninstall`, `purge` -- plus the extras `level` and `edit`, then choose project state at `.codex/brewtools/manager/state.json` or personal prompt overrides under `~/.codex/manager/`. Obtain confirmation before global writes. With no mode given, resolve `status` when state already exists and `install` otherwise. `on`, `off`, `setup`, `remove`, `reset`, `create`, `update` and `cleanup` are not modes: read them as the canonical verb, echo the canonical name back, and never print a retired alias as a command. ## Modes | Mode | Effect | |------|--------| | `status` | Show hook registration, state source, level, override paths, and the no-security-wall limitation. Writes nothing, asks nothing. | | `install` | Register the `SessionStart` and `UserPromptSubmit` handlers for this project and arm ambient prompt state. Idempotent: a second run leaves exactly one entry per event. | | `upgrade` | Re-register the handlers from the current plugin version and restamp the version recorded in state, keeping the armed flag, the level and every override verbatim. It asks nothing, and it is the only thing that clears a stale version report. | | `enable` | Arm ambient prompt state only. With nothing registered there is no handler to arm, so rep