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

Commander.js Setup

Installs
16
GitHub Stars
5
First Seen
Jan 24, 2026
cli-tool-development — autohandai/community-skills