skill-creator

Create and refine Claude skills with structured YAML frontmatter and SKILL.md templates.

50|2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/roberto-mello/beads-compound-plugin --skill skill-creator-roberto-mello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/roberto-mello/beads-compound-plugin/tree/main/plugins/beads-compound/gemini/skills/skill-creator
Command: npx skills add https://github.com/roberto-mello/beads-compound-plugin --skill skill-creator-roberto-mello

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides structured methods and reusable resources to design, document, and package Claude skills, enabling teams to build consistent, high-quality capabilities with less rework.

Core Features & Use Cases

  • Guided skill design scaffolding, including YAML frontmatter templates and recommended SKILL.md structure.
  • Clear patterns for bundling resources (scripts, references, assets) and progressive loading.
  • Packaging and distribution guidance, including validation steps and a starter init workflow for new skills.

Quick Start

Initialize a new skill skeleton with the recommended templates and resource directories, then customize SKILL.md and resources as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular Claude skills for specialized workflows?

YAML frontmatter templates define required metadata fields like name, author, and keywords, ensuring Claude skill packaging validity and consistent metadata structure across modular skill distributions.

What's the best way to bundle scripts and references when packaging Claude skills?

Bundle scripts, references, and assets into optional resource directories using progressive loading design patterns that load components dynamically, optimizing skill execution efficiency and packaging structure.

Do I need any dependencies to start developing skills with structured templates?

No dependencies are required to start developing skills with structured templates. The scaffolding provides self-contained YAML frontmatter validation and a starter init workflow for generating new skill skeletons.

Can I use skill-creator for team governance and tool integration workflows?

Yes, skill-creator applies to teams building modular skills for specialized domains, governance, and tool integrations, providing structured methods to design and document consistent capabilities across collaborative environments.

How does progressive loading work for modular skill assets?

Progressive loading design allows modular skills to load bundled scripts, references, and assets dynamically as needed rather than upfront, optimizing skill performance and execution efficiency.

Why does my Claude skill packaging fail YAML frontmatter validation?

YAML frontmatter validation fails when required metadata fields are missing or improperly formatted. Using structured scaffolding templates ensures frontmatter validity and correct skill packaging structure.