skill-creator

Guide teams to create and refine modular SKILL.md-driven Claude skills.

1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/outseta/outseta-vibe-coding-CMS --skill skill-creator-outseta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/outseta/outseta-vibe-coding-CMS/tree/main/.roo/skills/skill-creator
Command: npx skills add https://github.com/outseta/outseta-vibe-coding-CMS --skill skill-creator-outseta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

This skill provides a guided framework for creating effective Claude skills, helping teams design, document, and package skills consistently, including frontmatter, body structure, and resource organization.

Core Features & Use Cases

  • Structured templates: Predefined SKILL.md frontmatter and body layouts to standardize skill creation.
  • Bundle-ready resources: Sample directories for scripts/, references/, and assets/ to accelerate packaging.
  • Educational guidance: Step-by-step guidance on Skill creation processes, from initialization to packaging.

Quick Start

Use the skill-creator tool to initialize a new skill directory, generate SKILL.md, and scaffold example resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude skill with frontmatter and body structure?

To create a Claude skill, you structure a SKILL.md file with frontmatter containing the name and description, followed by a body with Quick Start, references, scripts, and assets. This skill provides templates to scaffold that exact structure.

What is the recommended directory structure for packaging Claude skills?

The recommended directory structure for packaging Claude skills includes sample directories for scripts, references, and assets. This modular organization accelerates bundling and ensures resources are progressively disclosed within the SKILL.md framework.

Do I need pyyaml to generate a skill template?

Yes, pyyaml is required as a dependency to generate a skill template. It is used to parse and manage the YAML frontmatter that defines the skill's name and description metadata.

Can I use skill-creator to scaffold modular skills for different domains?

Yes, you can use skill-creator to scaffold modular SKILL.md-driven skills for varied domains. It provides reference patterns and educational guidance to help teams design, document, and package skills consistently across different use cases.

What's the best way to organize resources when building Claude skills?

The best way to organize resources when building Claude skills is through progressive disclosure, bundling scripts, references, and assets into dedicated directories. This skill specifies guidelines for resource organization to standardize the creation process.