Repete Cancel banner
betmoar betmoar

Repete Cancel

Development community

Description

--- description: Stop the active repete loop (state is preserved for review) argument-hint: allowed-tools: Read, Edit, Bash --- # Cancel a repete loop Deactivate the loop so the Stop hook stops intervening. Do NOT delete state — the user will often want to inspect what the run produced. 1. If `.repete/loop.local.md` does not exist: report there is no loop to cancel; stop. If the loop already shows `status: done` (the `<repete-done>` goal was met), say so — cancelling a finished run only

Installation

Installs to ~/.claude/skills/betmoar-cc-repete-plugin-repete-cancel/SKILL.md

Terminal
mkdir -p ~/.claude/skills/betmoar-cc-repete-plugin-repete-cancel && curl -fsSL https://raw.githubusercontent.com/betmoar/cc-repete-plugin/HEAD/commands/repete-cancel.md -o ~/.claude/skills/betmoar-cc-repete-plugin-repete-cancel/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository