Scaffold a production-ready TypeScript CLI project (Node 22+) with ESM modules, dual-build (CLI + library), automated releases, and an agent skill definition.
| references/scaffold-configs.md | Default: templates for package.json, tsconfig, tsdown, biome, gitignore, license, changeset config, GitHub Actions | | references/scaffold-source.md | Default: templates for src/cli.ts, src/index.ts, src/types.ts, AGENTS.md, README.md, skills/SKILL.md |
| references/post-scaffold.md | After generating files: post-scaffold commands and validation checklist |
Scaffolds a production-ready TypeScript CLI project with ESM, tsdown, vitest, biome, changesets, GitHub Actions, and an agent skill definition. Use when creating a new CLI tool, bootstrapping a TypeScript project, scaffolding a node CLI, starting a new npm package, or asking "scaffold a CLI project." Source: mblode/agent-skills.