From prompy
Switches Prompy's operating mode between co-pilot, auto-pilot, and off. Invoked via /prompy:mode [auto-pilot|co-pilot|off]. With no argument, shows the current mode. Persists via ~/.claude/prompy-mode file, overridable by PROMPY_MODE env var. Trigger phrases - "/prompy:mode", "switch prompy to auto-pilot", "turn prompy off", "disable prompy", "what mode is prompy in".
How this skill is triggered — by the user, by Claude, or both
Slash command
/prompy:mode [auto-pilot | co-pilot | off][auto-pilot | co-pilot | off]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Switches Prompy's operating mode between the three options, persistently across sessions.
Switches Prompy's operating mode between the three options, persistently across sessions.
The user types /prompy:mode [auto-pilot|co-pilot|off], or asks to "switch prompy", "turn prompy off", "what mode is prompy in", etc.
$ARGUMENTSStrip whitespace. The argument should be one of: auto-pilot, co-pilot, off.
$ARGUMENTS is empty or invalidShow the current state and the options:
~/.claude/prompy-mode if it exists (otherwise default = co-pilot)PROMPY_MODE env var is set (this overrides the file)Prompy is currently in: [current mode] mode
[Source: env var PROMPY_MODE / file ~/.claude/prompy-mode / default]
Options:
/prompy:mode auto-pilot — silently rewrites and runs improved prompts
/prompy:mode co-pilot — shows a one-line nudge with approval prompt (default)
/prompy:mode off — disables Prompy intervention entirely
Then STOP. Do not perform any further action.
$ARGUMENTS is valid (auto-pilot, co-pilot, or off)~/.claude/ exists: mkdir -p ~/.claude~/.claude/prompy-mode (single line, no trailing newline preferred but tolerated)Prompy is now in [new mode] mode. Saved to ~/.claude/prompy-mode.
PROMPY_MODE env var is set AND different from the new mode, add a warning line:Note: PROMPY_MODE env var is set to "[env value]" and will override this file. Unset it (`unset PROMPY_MODE`) to use the file value.
For the remainder of THIS session, adjust your behavior to match the new mode starting from your next response. (Hook context is fixed for this session, but you can follow the new mode behaviorally.)
STOP. Do not perform any further work.
y/n/edit approval. Best for users who want visibility and control before each rewrite runs./prompy:prompy) remains available for manual use.~/.claude/prompy-mode is read by the SessionStart hook at the start of every new Claude Code session.PROMPY_MODE (set in your shell profile) overrides the file. Use this if you want different modes per project.co-pilot.User: /prompy:mode auto-pilot
Response: Prompy is now in auto-pilot mode. Saved to ~/.claude/prompy-mode.
User: /prompy:mode
Response (showing current state):
Prompy is currently in: co-pilot mode
Source: default (no file, no env var)
Options:
/prompy:mode auto-pilot
/prompy:mode co-pilot
/prompy:mode off
User: /prompy:mode whatever
Response: same as the no-argument case (treats invalid input as a query).
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub navarroangelo/prompy --plugin prompy