skill-creator

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

3|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/bengous/claude-code-plugins --skill skill-creator-bengous
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bengous/claude-code-plugins/tree/main/claude-meta-tools/skills/skill-creator
Command: npx skills add https://github.com/bengous/claude-code-plugins --skill skill-creator-bengous

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides guidance and structure for creating and updating Claude Skills, enabling you to extend Claude with domain knowledge, workflows, and tool integrations. It covers the essential anatomy of a Skill, guidance on bundled resources, and practical templates.

Core Features & Use Cases

  • Anatomy guidance: Ensures SKILL.md includes required frontmatter (name, description) and a well-organized body.
  • Bundled Resources guidance: Explains how to use scripts/, references/, and assets/ to strengthen determinism and context.
  • Templates & best practices: Provides structured templates to accelerate Skill creation and updates.
  • Use Case Examples: Build Skills that automate domain-specific workflows or tool integrations.

Quick Start

Create a new directory named <skill-name> with SKILL.md at its root, fill the YAML frontmatter with name and description, and write the operational instructions in the Markdown body. If needed, add optional folders like scripts/ or references/ to bundle assets and tooling. After implementing, validate that the Skill follows the required structure.

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 the required structure?

Create a Skill by building a SKILL.md file at the root of a new directory with YAML frontmatter (name and description fields) and a Markdown body containing operational guidance. This structure ensures your Skill integrates properly with Claude's capability system.

What should I include in a Skill's bundled resources?

Add optional scripts/, references/, and assets/ folders alongside SKILL.md to bundle domain knowledge, tool integrations, and workflow assets. These resources strengthen determinism and provide context Claude needs to execute your Skill effectively.

Can I use Skill creation for tool integrations and workflows?

Yes, Skills support both tool integrations and domain-specific workflows. Design your Skill's Markdown body and bundled resources to guide Claude through the exact steps and tools required for your use case.

What are the required frontmatter fields for a Skill?

A Skill's YAML frontmatter must include name and description fields. These are the minimum required fields; additional metadata can extend the Skill's searchability and context.

How do I validate that my Skill follows the correct structure?

After implementing your Skill, confirm SKILL.md exists at the root with valid YAML frontmatter (name and description), a clear Markdown body, and appropriate optional folders. This validation ensures Claude can load and apply your Skill.