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.

marchatton Updated

File contents

marchatton/agent-skills/tree/main/.agents/skills/00-utilities/create-cli commit 6176988d30

Frequently asked questions

npx skillmds@latest add marchatton/create-cli