Abort banner
wessamfathi wessamfathi

Abort

Development community

Description

--- description: Abort the current Suhail run by marking its state aborted. Does not delete artifacts. disable-model-invocation: true --- # /su:abort — Suhail run aborter You are aborting the current Suhail run. This command takes no arguments. It sets `aborted: true` in `.suhail/state.json` and persists it via `suhail-write` (which also re-renders `STATUS.md`). It does NOT delete `.suhail/` or any artifacts; the run record stays on disk for inspection. `/su:abort` does NOT initialize a run,

Installation

Installs to ~/.claude/skills/wessamfathi-suhail-abort/SKILL.md

Terminal
mkdir -p ~/.claude/skills/wessamfathi-suhail-abort && curl -fsSL https://raw.githubusercontent.com/wessamfathi/suhail/HEAD/commands/abort.md -o ~/.claude/skills/wessamfathi-suhail-abort/SKILL.md

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

Full documentation available on GitHub

View Source Repository