tool-skill-scaffolder

Generate self-contained skill packages with SKILL.md and manifest validation.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill tool-skill-scaffolder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tool-skill-scaffolder
Source: https://github.com/FernanSuoza/AIDD-project-bootstrap/tree/main/templates/skills/tool-skill-scaffolder
Command: npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill tool-skill-scaffolder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of consistent, self-contained skill packages that conform to the repository's manifest conventions, reducing manual bookkeeping and onboarding friction when adding capabilities.

Core Features & Use Cases

  • Interactive scaffolding: Guided Q&A creates a fully populated SKILL.md and optional data exchange contract.
  • Non-interactive scripting: CLI flags support scripted or CI-driven generation of skill manifests.
  • Repository integration: Updates the skills matrix and delegation index and validates basic manifest requirements.
  • External adaptation support: Records source attribution and adaptation notes when importing external packages.

Quick Start

Run the enhanced scaffolder and answer the prompts to generate a new SKILL.md and optional contract.

Frequently Asked Questions about tool-skill-scaffolder

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

FAQPage Schema
How do I create a new skill package that follows repository conventions?

You can scaffold reusable skill packages interactively through guided Q&A, or non-interactively using CLI flags for scripted, CI-driven generation of manifests and optional contracts.

Does scaffolding a skill package require Python to run?

Yes, scaffolding skill packages requires Python 3.9+ and filesystem write access to generate manifests, update docs/skills-matrix.md, and modify docs/skill-delegation-index.json.

Can I generate skill manifests automatically in a CI pipeline?

Yes, you can generate skill manifests in a CI pipeline using non-interactive CLI flags that support scripted generation of SKILL.md files and optional data exchange contracts.

How do I import and adapt an external skill package into my repository?

You can import external packages by recording source attribution and adaptation notes during the scaffolding process, ensuring the new skill package conforms to existing manifest requirements.

What is updated in the repository when scaffolding a new skill?

Scaffolding a new skill updates the docs/skills-matrix.md and docs/skill-delegation-index.json files while performing basic manifest validations to maintain repository consistency.