create-cli
Installation
SKILL.md
create-cli skill
Scaffold a complete CLI project from a language template, applying CLI design conventions from clig.dev.
Available templates: go, python.
features
- scaffolds complete CLI projects from
goorpythontemplates - designs the CLI contract before generating files
- applies clig.dev conventions to flags, output, errors, and prompts
- creates GitHub repositories, docs, CI, release workflows, hooks, and Homebrew publishing paths
- performs template variable substitution and post-copy renames from reference guidance
- produces a concise completion summary with generated files and next steps