skill-creator

Scaffold and package Claude Code skills with SKILL.md structure.

27|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/georgekhananaev/claude-skills-vault --skill skill-creator-georgekhananaev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/georgekhananaev/claude-skills-vault/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/georgekhananaev/claude-skills-vault --skill skill-creator-georgekhananaev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured framework and templates to design, scaffold, and package Claude Skills with consistent quality, ensuring teams can rapidly create reusable capabilities.

Core Features & Use Cases

  • Templates and guidance for SKILL.md frontmatter and body structure.
  • Resource organization with optional scripts/, references/, and assets/ directories for reusable workflows, documentation, and output templates.
  • Packaging & validation: step-by-step process to initialize, edit, validate, and package skills for distribution.
  • Use Case: A product team wants to add a new capability by following the Skill Creation Process to generate a complete, reusable skill with minimal manual setup.

Quick Start

Follow the Skill Creation Process: initialize a new skill with the provided script, customize SKILL.md, add resource files, and run the packaging script to generate a distributable zip.

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 Code skill from scratch?

To create a Claude Code skill, initialize a new skill with the provided script, customize the SKILL.md frontmatter and body, add resource files to directories, and run the packaging script to generate a distributable zip.

What is the SKILL.md frontmatter structure required for building effective Claude Skills?

The SKILL.md frontmatter requires a name and description for building effective Claude Skills. You must follow these frontmatter semantics to ensure the skill is correctly parsed and structured for consistent quality.

How should I organize scripts, references, and assets when scaffolding a Claude Code skill?

When scaffolding a Claude Code skill, organize reusable resources into optional scripts, references, and assets directories to manage workflows, documentation, and output templates efficiently.

Can I update an existing Claude Code skill using these templates and guidelines?

Yes, you can update existing Claude Code skills using these templates and guidelines. The skill applies to both creating new skills and updating existing ones while maintaining consistent structure and quality.

What is the best way to package and validate a skill for distribution?

The best way to package and validate a skill for distribution is to follow the step-by-step process: initialize the skill, edit the SKILL.md file, add resource files, validate the structure, and run the packaging script to generate a zip.