pua-flavor

Manage PUA flavor configurations in ~/.pua/config.json via a Codex CLI alias.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/liujiayi3703/scientific-research-skills --skill pua-flavor
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pua-flavor
Source: https://github.com/liujiayi3703/scientific-research-skills/tree/main/library/skills/pua-flavor
Command: npx skills add https://github.com/liujiayi3703/scientific-research-skills --skill pua-flavor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for easily managing and switching PUA flavor options in a user-friendly manner.

Core Features & Use Cases

  • Alias Command: Provides a Codex CLI alias for the Claude Code /pua:flavor command.
  • Config File Handling: Reads and sets PUA flavor options in ~/.pua/config.json without affecting unrelated fields.
  • Non-Overwriting: Preserves unknown fields and creates the config directory if missing.

Quick Start

Invoke the command 'pua-flavor' to list or switch PUA flavor options.

Frequently Asked Questions about pua-flavor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage PUA flavor options via command alias in Claude Code?▼

You can manage PUA flavor options by invoking the pua-flavor CLI alias command, which reads and sets configurations in the ~/.pua/config.json file directly within the Claude Code environment.

Does switching PUA flavor configurations overwrite my existing settings in the config file?▼

No, switching PUA flavor configurations does not overwrite unknown fields. The command modifies only the relevant PUA flavor options while preserving unrelated settings in your config file.

What happens if the ~/.pua/config.json directory is missing when I set a flavor?▼

If the config directory is missing, the PUA flavor command automatically creates it for you before writing the config.json file, ensuring the environment is correctly set up.

How do I list or switch PUA flavor options using the Codex CLI?▼

To list or switch PUA flavor options, simply invoke the pua-flavor alias command in your Codex CLI, which handles the underlying configuration file modifications automatically.

Can I use the pua-flavor command without installing additional dependencies?▼

Yes, you can use the pua-flavor command without installing additional dependencies, as it operates within the existing Claude Code environment using a standard script component.