pua-off

$npx mdskill add tanweai/pua/pua-off

Disables PUA always-on mode for Claude Code compatibility

  • Solves the need to disable PUA for Claude Code workflows
  • Modifies ~/.pua/config.json to disable always-on mode
  • Sets always_on=false and feedback_frequency=0 in configuration
  • Reports [PUA OFF] confirmation after configuration change
SKILL.md
.github/skills/pua-offView on GitHub ↗
---
name: pua-off
description: "PUA off alias for Codex. Codex subcommand mapping for Claude Code /pua:off style usage; invoke with $pua-off."
license: MIT
---

# pua-off

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

Disable PUA always-on mode by setting ~/.pua/config.json always_on=false and feedback_frequency=0. Then report [PUA OFF].

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