What problem does it solve?
This skill automates the creation of production-grade TypeScript CLIs, saving time and ensuring consistency across commands, error handling, and documentation.
Core Features & Use Cases
- Deterministic CLI generation: produce JSON-serializable outputs and predictable behavior.
- Tiered architecture templates: defaults to llcli-style tier with escalation to Commander.js when needed, plus reference-only guidance for advanced setups.
- Comprehensive docs: README, QUICKSTART, and in-code comments automatically generated.
- Use cases: quickly build an API wrapper CLI, file processor, or data transformer with a polished developer experience.
Quick Start
Ask for a new CLI by name and purpose, and the system will generate a ready-to-run CLI scaffold, including TypeScript sources, a Bun-based setup, README, QUICKSTART, and example commands.