skill-creator

Design Claude Code skills with consistent SKILL.md structure and frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams design Claude Code skills with a consistent structure and clear frontmatter metadata.

Core Features & Use Cases

  • Structured skill anatomy: TEMPLATE for SKILL.md frontmatter, body, and optional resources; includes guidance on hooks and resource organization.
  • Guided workflow patterns: Best practices for progressive disclosure, sequential agent execution, and hook usage.
  • Practical examples: Ready-to-adapt templates for initializing new skills and packaging them for distribution.

Quick Start

Initialize a new skill with the template scaffolding and customize SKILL.md, then add optional resources (scripts, references, 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 structure a Claude Code skill with valid frontmatter?

To structure a Claude Code skill, use a SKILL.md file with valid frontmatter including name and description, followed by a body detailing anatomy, optional bundled resources like scripts, and hooks for execution.

What is progressive disclosure in skill creation?

Progressive disclosure in skill creation is a workflow pattern that sequentially reveals information and resources to the agent, preventing context overload while ensuring efficient task execution.

How do I package workflows for Claude skill distribution?

You can package workflows for Claude skill distribution by customizing the SKILL.md template and bundling optional resources such as scripts, references, and assets into a distributable format using provided templates.

Can I use hooks to automate sequential agent execution?

Yes, you can use hooks to automate sequential agent execution within Claude skills, triggering specific scripts or workflows at predefined stages to maintain consistent task processing.