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.

Quick Start

Installs
9
Repository
kjanat/dreamcli
GitHub Stars
1
First Seen
Apr 8, 2026
cli-creation — kjanat/dreamcli