scaffold-new-skill

Installation
SKILL.md

scaffold-new-skill

A meta-skill that generates a spec-compliant skeleton for a new skills/<name>/ bundle. Every artefact it writes satisfies the same rules pnpm validate:skills enforces (ADR-0001, A-364), so a freshly scaffolded skill is valid the moment it lands — the boilerplate can no longer drift away from the contract by hand.

Configuration

Two defaults live in config.json beside this file:

Key Meaning Default
scope The npm scope used in the generated package.json name (<scope>/skill-<name>). "@acme-skunkworks"
author The default author string stamped into the generated SKILL.md metadata.author and package.json. "Rob Easthope"

A neutral config.example.json ships alongside as a template; its key set is identical to config.json. Override the author per run with --author="…".

Installs
2
First Seen
Jul 3, 2026
scaffold-new-skill — rheged-studio/agent-skills