Loading...
Loading...
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.
npx skill4agent add jeffallan/claude-skills cli-developer| Topic | Reference | Load When |
|---|---|---|
| Design Patterns | | Subcommands, flags, config, architecture |
| Node.js CLIs | | commander, yargs, inquirer, chalk |
| Python CLIs | | click, typer, argparse, rich |
| Go CLIs | | cobra, viper, bubbletea |
| UX Patterns | | Progress bars, colors, help text |