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 |
ESM、tsdown、vitest、biome、変更セット、GitHub アクション、およびエージェント スキル定義を使用して、本番環境に対応した TypeScript CLI プロジェクトを足場にします。新しい CLI ツールの作成、TypeScript プロジェクトのブートストラップ、ノード CLI のスキャフォールディング、新しい npm パッケージの開始、または「CLI プロジェクトのスキャフォールディング」を要求するときに使用します。 ソース: mblode/agent-skills。