Claude-skill-registry cli-ux-improver

Improve CLI help, errors, and output. Use when a mid-level developer needs to make a CLI friendlier.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cli-ux-improver" ~/.claude/skills/majiayu000-claude-skill-registry-cli-ux-improver && rm -rf "$T"
manifest: skills/data/cli-ux-improver/SKILL.md
source content

CLI UX Improver

Purpose

Improve CLI help, errors, and output.

Inputs to request

  • Current command list and help output.
  • Common user errors and support requests.
  • Target user personas.

Workflow

  1. Review current commands, flags, and help text.
  2. Propose clearer defaults and examples.
  3. Add error messages with next-step guidance.

Output

  • CLI UX improvement list and sample help text.

Quality bar

  • Optimize for discoverability and safe defaults.
  • Keep output concise and scannable.