cli-tool-development
Installation
SKILL.md
CLI Tool Development
Project Structure
src/
index.ts # Entry point with shebang
cli.ts # Commander setup
commands/ # Command handlers
ui/ # Ink components (if interactive)
utils/ # Helpers
types.ts # Type definitions