Scaffold CLI Command

Scaffold a new CLI command using Commander.js with options, action handler, three output modes (human-readable, quiet, JSON), and optional ceremony variant. Covers command naming, option design, shared context patterns, error handling, and integration testing. Use when adding a command to an existing Commander.js CLI, designing a new CLI tool from scratch, or standardizing command structure across a multi-command CLI.

pjt222 Updated

File contents

pjt222/agent-almanac/tree/main/skills/scaffold-cli-command commit b7d3adad47

Frequently asked questions

npx skillmds@latest add pjt222/scaffold-cli-command