cli-creation
Installation
SKILL.md
CLI Creation
Overview
Create runnable DreamCLI starter CLIs and extend them with typed command patterns. This skill covers user-facing app code built on DreamCLI, not DreamCLI framework internals.
Targets DreamCLI 4.0. Version 3 removed the DSL, made the default command the
root surface, and added a large typed-flag surface. Version 4 gave both
factories the same sources, so .stdin(), .env(), .config(), and
.prompt() are available on flags and positionals alike. Snippets below assume
both.