pua-offline

$npx mdskill add tanweai/pua/pua-offline

Enables offline mode for Claude Code via Codex CLI

  • Solves the need to use Claude Code features without an active internet connection
  • Leverages Codex CLI and local configuration files like ~/.pua/config.json
  • Modifies configuration to set offline=true and feedback_frequency=0
  • Reports [PUA OFFLINE] status to confirm successful offline mode activation
SKILL.md
.github/skills/pua-offlineView on GitHub ↗
---
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.
More from tanweai/pua