plugins/swiz-core/skills/disable-auto-continue/SKILL.md
Disable swiz auto-continue globally or for a specific session. Stops the agent from automatically continuing after task completion. Use when switching to manual mode, pausing autonomous work, or scoping auto-continue to a specific session.
npx skillsauth add mherod/swiz disable-auto-continueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Disable auto-continue by running the swiz settings command. Supports global or session-scoped disabling.
/disable-auto-continue — disable globally/disable-auto-continue --session — disable for the current session only/disable-auto-continue --session abc123 --dir /path/to/project — disable for a specific session and directoryIf $ARGUMENTS is empty: Run swiz settings disable auto-continue.
If $ARGUMENTS is present: Run swiz settings disable auto-continue $ARGUMENTS.
Summarize the resulting state — confirm auto-continue is now disabled and at what scope (global or session).
If the command fails: Report the error output and suggest checking swiz settings --help.
tools
Understand and comply with swiz task governance enforcement
data-ai
Run swiz continue to resume the agent's self-directed loop. Picks up the next task from the backlog or generates a new one based on ambition mode. Use when resuming autonomous work, continuing after a pause, or triggering the next iteration of the agent loop.
data-ai
Configure swiz settings with presets or individual changes. Supports workflow presets (backlog, creative, quiet), collaboration modes (solo, team), and safety presets (lockdown, relaxed). Use when changing agent behavior, switching workflow modes, or adjusting safety gates.
tools
Run swiz cleanup to remove stale hook configurations, orphaned dispatch entries, and temporary files. Use when hooks are out of sync, after uninstalling plugins, or when swiz state needs a reset.