BuildMIT

Scaffold CLI

by Matthew Blode (opens in a new tab) mblode/agent-skills

Scaffolds a publishable TypeScript CLI with pinned build, test, lint, CI, and release contracts.

Installation

Skills CLI

Skills CLI command
npx skills@latest add mblode/agent-skills --skill scaffold-cli

Requires Node.js and npm. Choose your agents in the installer; add -g for a global installation.

Fieldbook review

Reviewed 27 Sept 2026

Generates the package, source, docs, skill, changesets, and workflows from bundled templates, then installs and validates the full toolchain. It assumes Node 24, TypeScript 7, Git, npm access, and specific tsdown, Vitest, Ultracite, and Changesets conventions; remote bootstrap needs account authorization.

  • LicenceMIT
  • FrontmatterValid name and description
  • Risky patternsNone found
  • Size133 lines
  • Last checked27 Sept 2026 · 33aadc1110c2717e904e457e5defc7b92e0b2f5589e83a1fa55819567ac9eba4

What it can touch

  • Edits code

    Changes files in your project.

  • Writes docs

    Creates or updates documents such as specs, plans or ADRs.

  • Runs commands

    Runs shell commands such as tests, builds or installs.

  • Uses git

    Reads history or makes commits, branches or worktrees.

  • Network

    Reaches external services or the web.

Read the source

Fieldbook links to the original instead of copying it, so you always read the version you install.

skills/scaffold-cli/SKILL.md on GitHub (opens in a new tab)