PUA offline alias for Codex. Codex subcommand mapping for Claude Code /pua:offline style usage; invoke with $pua-offline.
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add tanweai/pua --skill "pua-offline" -g -a claude-code -yOr manually — copy the SKILL.md below into:
~/.claude/skills/pua-offline/SKILL.md---
name: pua-offline
description: "PUA offline alias for Codex. Codex subcommand mapping for Claude Code /pua:offline style usage; invoke with $pua-offline."
license: MIT
---
# pua-offline
This is a Codex CLI alias for the Claude Code `/pua:offline` command.
Enable offline mode by setting ~/.pua/config.json offline=true and feedback_frequency=0 while preserving other fields. Then report [PUA OFFLINE].
When this alias changes `~/.pua/config.json`, preserve unknown fields and create `~/.pua/` if missing. Do not claim completion without command/output evidence.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when executing implementation plans with independent tasks in the current session