What problem does it solve?
This Skill automates the creation of production-ready TypeScript CLIs, eliminating boilerplate and enabling teams to wrap APIs, automate tasks, and deliver reliable command-line tools with consistent structure and documentation.
Core Features & Use Cases
- LLCLI-based generation: Produces type-safe CLI skeletons in Bun + TypeScript with deterministic JSON output.
- Comprehensive docs: Includes README, QUICKSTART, and example usage to accelerate adoption.
- Tier guidance: Default to Tier 1 (llcli pattern); escalation paths to Tier 2 (Commander.js) or Tier 3 (documentation) when complexity grows.
- Use Cases: Wraps an API (e.g., GitHub API), automate data tasks, or create internal CLIs for tooling.
Quick Start
Use the CreateCLI skill to generate a complete CLI scaffold from your requirements. After activation, CLIs are created under the OpenCode workspace (e.g., ~/.opencode/Bin/[cli-name]/) with source, documentation, and setup scripts ready to run.