This scaffolds a complete TypeScript CLI project with all the modern tooling decisions already made: dual ESM builds (CLI binary plus library exports), tsdown for bundling, oxlint and oxfmt via ultracite, changesets for versioning, vitest for testing, and GitHub Actions for CI and npm publishing. It targets Node 22+ and includes an AGENTS.md file plus a full skill definition in the output, which is a nice touch if you're building tools meant to be used by Claude. The anti-patterns section is actually useful, it calls out the ESM-only requirement and warns against adding chalk when Node's built-in styleText does the job. Saves you an hour of yak shaving when you just want to start a new CLI tool.
npx skills add https://github.com/mblode/agent-skills --skill scaffold-cli