Create CLI

Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you're designing a CLI spec (before implementation) or refactoring an existing CLI's surface area for consistency, composability, and discoverability.

jakenuts 847cb37 2 files · 12.4 KB Updated

File contents

jakenuts/agent-skills/tree/main/skills/create-cli commit 847cb3734c

Frequently asked questions

npx skillmds@latest add jakenuts/create-cli