skill-creator

Create SKILL.md files with required frontmatter and body content.

2|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/davidbeglenboyle/davids-claude-code-setup --skill skill-creator-davidbeglenboyle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/davidbeglenboyle/davids-claude-code-setup/tree/main/skills/ready-to-use/skill-creator
Command: npx skills add https://github.com/davidbeglenboyle/davids-claude-code-setup --skill skill-creator-davidbeglenboyle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps users standardize the creation of Claude skills by providing a reusable blueprint for SKILL.md structure, frontmatter, and optional resources.

Core Features & Use Cases

  • Provides a clear template for SKILL.md with required frontmatter and a body that describes operational guidance.
  • Documents the three-level loading model (metadata, body, resources) to optimize context usage and ensure predictable activation.
  • Serves as a playbook for creating new skills or updating existing ones with consistent metadata, instructions, and resource organization.

Quick Start

Create a new skill directory, add a SKILL.md with the required frontmatter, and write the Markdown body with actionable guidance.

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 correct SKILL.md structure?

To create a Claude skill, set up a skill directory and add a SKILL.md file containing required frontmatter (name and description) plus a Markdown body with actionable operational guidance. This ensures predictable activation and consistent metadata.

What is the three-level loading model for Claude skills?

The three-level loading model consists of metadata, body, and resources, designed to optimize context usage and ensure safe, predictable skill activation. It structures how Claude accesses frontmatter, instructions, and optional assets.

What frontmatter is required when building a new Claude skill?

Required frontmatter for a Claude skill includes a name and description. These metadata fields standardize skill creation and ensure safe, predictable activation within the Claude environment.

Can I include optional scripts and references when standardizing skill creation?

Yes, you can include optional scripts, references, and assets alongside your SKILL.md file. These resources are organized using the blueprint's guidelines to encapsulate requirements and support the skill's operational guidance.

What is the best way to update existing Claude skills with consistent metadata?

The best way to update existing skills is applying a reusable blueprint that standardizes SKILL.md structure, frontmatter, and optional resources. This playbook ensures consistent metadata, instructions, and loading behavior across domains.

Why does my Claude skill fail to activate predictably during workflows?

Unpredictable activation often occurs when SKILL.md lacks required frontmatter or proper body content. Following a standardized template with correct metadata, instructions, and resource organization ensures safe, predictable loading behavior.