skill-creator

Generate new skill scaffolds with a required SKILL.md structure.

18|3|Updated Aug 20, 2009
One-click install
npx skills add https://github.com/booch/config_files --skill skill-creator-booch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/booch/config_files/tree/main/ai/skills/skill-creator
Command: npx skills add https://github.com/booch/config_files --skill skill-creator-booch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator provides a standardized, end‑to‑end framework for designing, scaffolding, and packaging AI skills. It guides teams through defining reusable structures, tooling, and documentation so new AI capabilities can be developed quickly and consistently.

Core Features & Use Cases

  • Defines the required SKILL.md frontmatter and structured skill anatomy (including optional scripts/, references/, and assets/ directories).
  • Outlines a multi-step process (init, edit, package, iterate) to create production-ready skills and maintainable templates.
  • Enables collaboration and knowledge transfer by standardizing how skills are described, stored, and distributed to Claude-like agents.

Quick Start

Run scripts/init_skill.py <skill-name> --path <output-directory> to generate a new skill scaffold.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is the standard structure for packaging modular AI skills?

Packaging modular AI skills requires a SKILL.md file with specific frontmatter and a markdown body, alongside optional scripts, references, and assets directories to ensure proper distribution to AI agents.

How do I scaffold a new AI skill template?

To scaffold a new AI skill template, run the initialization script with your desired skill name and output path, which generates the required SKILL.md and directory structure for immediate development.

What metadata is required in the SKILL.md frontmatter?

The required metadata in the SKILL.md frontmatter includes the skill name and description, which define the core identity and purpose of the modular AI capability for agent distribution.

Can I use this framework to standardize AI skill building across a team?

Yes, you can use this framework to standardize AI skill building across a team by providing a structured process for planning, scaffolding, and documenting new skills, enabling consistent knowledge transfer and collaboration.

What is the recommended workflow for iterating on a skill after packaging?

The recommended workflow for iterating on a packaged skill follows a multi-step process of initialization, editing, packaging validation, and continued iteration to maintain production-ready templates and documentation.