Abort the current weft workflow. Use only when user types /wf-abort.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add ccplugins/awesome-claude-code-plugins --skill wf-abort --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wf Abort?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ccplugins-wf-abort)More formats (shields.io, HTML) on the badges page.
---
name: wf-abort
description: "Abort the current weft workflow. Use only when user types /wf-abort."
argument-hint: "[reason]"
allowed-tools: [Bash, Read, Write]
---
# Abort Weft Workflow
## Arguments
$ARGUMENTS
## Instructions
1. Confirm with the user before aborting (unless they explicitly said to abort).
2. Run:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" abort "<reason>"
```
3. Show the final state.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!