skills/smithery.ai/cli-builder

cli-builder

Installation
SKILL.md

CLI Builder

Build TypeScript command-line tools with Bun.

When to Build a CLI

CLIs are ideal for:

  • Developer tools and automation
  • Project-specific commands (swarm, bd, etc.)
  • Scripts that need arguments/flags
  • Tools that compose with shell pipelines

Quick Start

Minimal CLI

#!/usr/bin/env bun
// scripts/my-tool.ts
Installs
2
First Seen
Mar 11, 2026
cli-builder from smithery.ai