design/scaffold-skill

Generate SkillSpec JSON, SKILL.md, code stub, fixtures, and test harness.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/venikman/fpf-foundry --skill design-scaffold-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design/scaffold-skill
Source: https://github.com/venikman/fpf-foundry/tree/main/design/skills/design/scaffold-skill
Command: npx skills add https://github.com/venikman/fpf-foundry --skill design-scaffold-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the manual scaffolding of a new Skill scaffold, including SkillSpec, SKILL.md, code stub, fixtures, and test harness.

Core Features & Use Cases

It provides a repeatable template to bootstrap new skills, enabling consistent structure, inventory/index updates, and auditable artifacts across projects. It generates the SkillSpec JSON, SKILL.md, a code stub, input/output fixtures, a test harness, and regenerates inventory/index files. It logs a U.Work event when scaffolding is performed.

Quick Start

Run the scaffold tool for a new Skill by supplying a skill_id, name, and summary to generate the required files and registration entries.

Frequently Asked Questions about design/scaffold-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new Skill with templates automatically?▼

Scaffolding a new Skill automatically requires providing a skill_id, name, and summary to generate the SkillSpec JSON, SKILL.md, code stub, fixtures, and test harness.

What files are generated when bootstrapping a new skill?▼

Bootstrapping a new skill generates SkillSpec JSON, SKILL.md, a code stub at develop/skills/src/<skill_id>/index.ts, input/output fixtures, a test harness, and regenerated inventory/index files.

Does skill scaffolding require any dependencies to run?▼

Skill scaffolding requires no external dependencies to run, allowing teams to bootstrap a repeatable template for consistent structure and auditable artifacts directly.

Why use an automated template for skill code generation?▼

Using an automated template for skill code generation ensures consistent structure, automates inventory updates, and provides auditable artifacts across multiple projects.

Can I log telemetry events during skill scaffolding?▼

You can log telemetry during skill scaffolding, as the process optionally logs a U.Work event when the scaffolding is performed to track usage.