cli-design-expert
Installation
SKILL.md
CLI Design Expert
Use this skill to design, refactor, or audit CLIs that are:
- Human-friendly for interactive use
- Predictable in scripts and CI
- Safe for destructive operations
- Clear in output, errors, and exit semantics
Primary reference: references/CLI_GUIDELINES.md.
Working stance
Be direct and engineering-first. If a design is fragile, ambiguous, or hostile to automation, call it out and propose concrete fixes.
Non-negotiable checks (fast fail)
Treat any failure below as P0.