claude-skill-builder

Generate SKILL.md frontmatter and starter structures for Claude Code skills.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/stericishere/skills --skill claude-skill-builder-stericishere
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-skill-builder
Source: https://github.com/stericishere/skills/tree/main/anthropic/claude-skill-builder
Command: npx skills add https://github.com/stericishere/skills --skill claude-skill-builder-stericishere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of well-structured Claude Code skills by generating SKILL.md frontmatter and guiding the scaffold process.

Core Features & Use Cases

  • Generates a complete SKILL.md frontmatter with required fields (name, description, allowed-tools) and a concise description of the skill.
  • Provides a ready-to-use activation and usage guide, plus a template for supporting files (REFERENCE.md, EXAMPLES.md) when needed.
  • Helps structure and standardize new skill templates for personal and project skill repositories.

Quick Start

Provide a skill name and a short description, and I will generate SKILL.md and a starter skill structure.

Frequently Asked Questions about claude-skill-builder

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

FAQPage Schema
How do I create a well-structured Claude Code skill with YAML frontmatter?▼

To create a Claude Code skill, you need a SKILL.md entry point with YAML frontmatter containing the name, description, and allowed-tools fields. This standardizes your skill templates for immediate use in personal or project directories.

What is the required structure for a Claude Code skill template?▼

A Claude Code skill template requires a SKILL.md entry point with YAML frontmatter defining name, description, and allowed-tools. It can also include supporting files like REFERENCE.md and EXAMPLES.md to document triggers and optional resources effectively.

Can I scaffold skills for both personal and project repositories?▼

Yes, you can scaffold skills for both personal (~/.claude/skills/) and project (.claude/skills/) repositories. The automation ensures the generated SKILL.md and frontmatter meet the structural requirements for either location seamlessly.

How do I automate the scaffolding process for new Claude Code skills?▼

You can automate skill scaffolding by providing a skill name and a short description. The process generates a complete SKILL.md frontmatter and a starter structure, including activation guides and templates for supporting files instantly.

What are the limitations when refining skill templates within Claude Code?▼

When refining skill templates, limitations include strict enforcement of YAML frontmatter requirements (name, description, allowed-tools) and ensuring SKILL.md remains the mandatory entry point. Optional resources are guided but not strictly enforced.