skill-creator

Create Claude Code skills with structured SKILL.md frontmatter and resource directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Baltsat/box --skill skill-creator-baltsat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Baltsat/box/tree/main/tools/claude/skills/skill-creator
Command: npx skills add https://github.com/Baltsat/box --skill skill-creator-baltsat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide provides a structured method for creating Claude Code skills with consistent metadata and reusable templates, enabling teams to standardize skill development.

Core Features & Use Cases

  • Structured SKILL.md with required frontmatter (name and description) and a clear body of instructions.
  • Resource scaffolding: optional scripts/, references/, and assets/ directories to organize tooling, docs, and templates.
  • Repeatable creation process: a step-by-step workflow for planning, initializing, editing, testing, and iterating skills.

Quick Start

Create a new skill directory, add a SKILL.md with the required frontmatter and body, and optionally add scripts/, references/, and assets/ as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create Claude Code skills with consistent structure?

To create Claude Code skills, define a SKILL.md file with required frontmatter metadata and a clear body of instructions. You can also scaffold optional scripts/, references/, and assets/ directories to organize tooling, docs, and templates for domain workflows.

What is the required frontmatter for a SKILL.md file?

The required frontmatter for a SKILL.md file includes name and description fields. This metadata ensures the skill is correctly registered and discoverable within Claude Code workflows for instruction design.

How do I organize resources and templates when building Claude workflows?

You organize resources and templates by creating optional scripts/, references/, and assets/ directories within your skill directory. This structure separates tooling, documentation, and templates for reusable Claude workflows.

What is the step-by-step process for skill creation and validation?

The skill creation process follows a step-by-step workflow: planning, initializing, editing, testing, and iterating. This repeatable method ensures consistent structure, metadata validation, and proper packaging steps for Claude Code skills.

Do I need prior development experience to extend Claude's capabilities with custom workflows?

You need basic development familiarity to extend Claude's capabilities with custom workflows. The skill creation method targets developers who want to standardize domain workflows, templates, and resources using structured SKILL.md files.

When should I not use the standard SKILL.md scaffolding approach?

You should not use the standard SKILL.md scaffolding when your task requires highly dynamic or non-template-based logic that cannot be captured in static frontmatter and instruction blocks. The approach is designed for repeatable, structured domain workflows.