skill-creator

Generate Claude skill skeletons with SKILL.md, starter scripts, and resource folders.

Updated Jul 22, 2025
One-click install
npx skills add https://github.com/creepyblues/kstorybridge-integrated --skill skill-creator-creepyblues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/creepyblues/kstorybridge-integrated/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/creepyblues/kstorybridge-integrated --skill skill-creator-creepyblues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill streamlines the creation of new Claude skills by generating a ready-to-use project skeleton, including standardized frontmatter, a basic SKILL.md, and starter resource folders.

Core Features & Use Cases

  • Generates a complete skill skeleton with a valid SKILL.md frontmatter and a title aligned to the skill name.
  • Creates starter directories (scripts/, references/, assets/) and placeholder files to accelerate initial setup and packaging.
  • Provides an example workflow to initialize, customize, and package a skill for distribution.

Quick Start

Run the Skill Initializer to create a new skill skeleton and begin customization.

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 skeleton with valid SKILL.md frontmatter?

Creating a Claude skill skeleton requires generating a SKILL.md file with standardized frontmatter and a matching title. This skill automates that process by producing the directory structure, starter scripts, and resource folders needed for consistent onboarding and scalable packaging.

What is the best way to automate new skill onboarding with a template directory structure?

Automating skill onboarding involves generating a consistent template directory structure including scripts, references, and assets folders. This skill initializer creates those placeholder files and directories automatically, accelerating initial setup and ensuring frontmatter validity for new skill development.

Can I use YAML frontmatter validation for custom markdown skill files?

YAML frontmatter validation is applied to the generated SKILL.md file to ensure compliance with skill packaging requirements. The skill creator applies validation rules to the frontmatter fields, guaranteeing that the title aligns with the skill name and meets structural standards.

Do I need starter scripts and resource folders to package a Claude skill?

Starter scripts and resource folders are required for scalable packaging and customization of Claude skills. The skill creator generates these default directories, including scripts, references, and assets, providing placeholder files ready for customization before distribution.

How to package a markdown skill for distribution after generating the initial template?

Packaging a markdown skill for distribution follows an example workflow of initializing, customizing, and bundling the generated skeleton. After the skill creator generates the template files and validates the frontmatter, you customize the resources and execute optional bundling steps for final export.

Why does my generated skill directory structure fail frontmatter validity checks?

Frontmatter validity checks fail when the SKILL.md title does not align with the skill name or required fields are missing. The skill creator prevents this by generating a standardized template with valid frontmatter and a title automatically matched to the skill name from the start.