What problem does it solve?
This Skill automates the creation of complete, production-grade TypeScript CLIs from high-level requirements, eliminating boilerplate and ensuring architecture, documentation, and packaging are consistently applied.
Core Features & Use Cases
- Tiered templates: Tier 1 llcli-style manual arg parsing for lightweight CLIs, Tier 2 Commander.js for more complex multi-command tools, and Tier 3 oclif as a reference for enterprise-scale.
- End-to-end tooling: Generates implementation, README, QUICKSTART, package.json, tsconfig.json, .env.example, and documentation in default locations (e.g. ~/.claude/Bin/ or ~/Projects/).
- Workflow-oriented: Supports CreateCli, AddCommand, and UpgradeTier workflows to build, extend, or escalate CLIs.
- Type-safe, JSON-output oriented: Ensures strict TypeScript typing and deterministic JSON output suitable for piping with jq/grep.
Quick Start
Provide your CLI requirements and this skill will generate a ready-to-run TypeScript CLI project in the default location.