From codex-next
Guides the design, implementation, review, and testing of CLI tools including flags, config precedence, terminal UX, error handling, and documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-next:dev-cli-tooling-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this workflow when a task changes or creates a command-line interface.
Use this workflow when a task changes or creates a command-line interface.
Map the existing command surface.
Define user flows.
Design compatibility.
Implement ergonomically.
Validate.
--help or equivalent.Return:
npx claudepluginhub blueskyxn/codex-is-all-you-need --plugin codex-nextDesigns CLI surfaces including args/flags/subcommands/help/output/errors/config for new tools. Audits existing CLIs for consistency, composability, and agent ergonomics.
Provides design and implementation patterns for building command-line tools with modern UX. Covers commands, flags, output, error handling, signals, config, and distribution.
CLI application design: argument conventions, output streams, exit codes, configuration hierarchy, interactive modes, and terminal UX. Invoke whenever task involves any interaction with command-line tools or terminal applications — building, reviewing, debugging, or designing CLI interfaces.