PUA flavor alias for Codex. Codex subcommand mapping for Claude Code /pua:flavor style usage; invoke with $pua-flavor.
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add tanweai/pua --skill "pua-flavor" -g -a claude-code -yOr manually — copy the SKILL.md below into:
~/.claude/skills/pua-flavor/SKILL.md---
name: pua-flavor
description: "PUA flavor alias for Codex. Codex subcommand mapping for Claude Code /pua:flavor style usage; invoke with $pua-flavor."
license: MIT
---
# pua-flavor
This is a Codex CLI alias for the Claude Code `/pua:flavor` command.
Read the flavor reference and help the user choose/set a flavor in ~/.pua/config.json without overwriting unrelated fields.
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