Agent skill · kochetkov-ma

manager-setup

Configures Manager and review prompt modes. Explicit user invocation only.

What it needs

About 2k tokens when loaded.

What this skill does

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 report not-installed and route the user to install. disable Disarm ambient prompt state only. Never touches registration: the handlers stay registered and no-op while disarmed. uninstall Deregister the handlers. State and prompt overrides are KEPT, so a later install returns to the same level and the same customized text. purge uninstall plus deletion of .codex/brewtools/manager/ and, in personal scope, the personal prompt override. The only destructive mode: state exactly what will be deleted before running it. level Set balanced or strict prompt wording. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills kochetkov-ma/manager-setup

View the source on GitHub

Browse the @skills marketplace