skill-creator

Guide creation and packaging of Claude Skills with SKILL.md frontmatter.

Updated May 8, 2026
One-click install
npx skills add https://github.com/Elevaria-bia/elevaria-bia.github.io --skill skill-creator-elevaria-bia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Elevaria-bia/elevaria-bia.github.io/tree/main/meu-projeto/.claude/skills/skill-creator
Command: npx skills add https://github.com/Elevaria-bia/elevaria-bia.github.io --skill skill-creator-elevaria-bia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps teams and builders create effective skill packages by providing a clear process, structure, and best practices for writing SKILL.md and organizing optional bundled resources.

Core Features & Use Cases

  • Skill authoring workflow: Guides through concrete planning, initialization, editing, packaging, and iteration.
  • Proper SKILL.md structure: Explains required metadata (name, description) and how to write operational instructions for AI consumption.
  • Resource bundling guidance: Describes when and how to use scripts/, references/, and assets/ to support deterministic tasks and contextual knowledge.

Quick Start

Ask Claude to create a new skill directory named my-new-skill and generate a compliant SKILL.md and supporting folder structure suitable for packaging.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is YAML frontmatter and why is it required for skill authoring?

The skill authoring workflow guides you through planning, initialization, editing, and packaging. It defines required YAML frontmatter, instructional body content, and organized folder structures to create a distributable skill package.

How do I package a Claude skill with bundled scripts and references?

Bundled scripts handle deterministic tasks within the skill package, while references provide contextual knowledge. You should include them when procedural instructions alone cannot guarantee consistent execution or require external data.

Can I use this skill authoring workflow to update existing skill packages?

Yes, the skill authoring workflow applies to both creating new skills and updating existing ones. It ensures disciplined organization of procedural instructions, bundled scripts, and YAML frontmatter for continued validation and distribution.

Do I need YAML frontmatter to create a valid SKILL.md file?

Yes, correct YAML frontmatter fields are required to create a valid SKILL.md file. The metadata defines the skill's name and description, which are necessary for operational instructions and packaging compliance.

What's the best way to structure a skill directory for packaging?

Structure a skill directory by generating a compliant SKILL.md with correct YAML frontmatter, then organizing supporting scripts, references, and assets into separate folders to support deterministic tasks and contextual knowledge.