pua-cancel-loop

$npx mdskill add tanweai/pua/pua-cancel-loop

Cancel active PUA loop by cleaning state and recording the event

  • Solves the problem of stopping an ongoing PUA loop safely
  • Relies on Codex CLI and Claude Code command structure
  • Identifies active loop state from configuration files
  • Updates config and preserves unknown fields during cleanup
SKILL.md
.github/skills/pua-cancel-loopView on GitHub ↗
---
name: pua-cancel-loop
description: "PUA cancel loop alias for Codex. Codex subcommand mapping for Claude Code /pua:cancel-loop style usage; invoke with $pua-cancel-loop."
license: MIT
---

# pua-cancel-loop

This is a Codex CLI alias for the Claude Code `/pua:cancel-loop` command.

Cancel the active PUA loop by cleaning loop state/worktree references and recording the event.

When this alias changes `~/.pua/config.json`, preserve unknown fields and create `~/.pua/` if missing. Do not claim completion without command/output evidence.
More from tanweai/pua