skill-creator

Generate compliant SKILL.md frontmatter and starter resources for Claude Skills.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/fantay0312/fantayspec --skill skill-creator-fantay0312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/fantay0312/fantayspec/tree/main/shared/skills/skills-all/skill-creator
Command: npx skills add https://github.com/fantay0312/fantayspec --skill skill-creator-fantay0312

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating and maintaining Claude Skills is complex and repetitive. This skill provides a standardized framework and templates to bootstrap new skills or update existing ones, ensuring consistent structure and discovery across environments.

Core Features & Use Cases

  • Template-driven bootstrap: Generates a compliant SKILL.md frontmatter and starter resource directories.
  • Standards enforcement: Encourages consistent naming, frontmatter fields, and progressive disclosure patterns.
  • Packaging readiness: Supports later packaging into .skill files and distribution.
  • Reusable resources: Demonstrates how to organize scripts, references, and assets for skill reuse.
  • Use Case: A team wants to launch a new capability; they run the skill-creator to bootstrap the skeleton and then customize it.

Quick Start

Initialize a new skill directory using the template to bootstrap a ready-to-package skill.

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

To create a Claude Skill, use a template-driven bootstrap to generate a compliant SKILL.md frontmatter and starter resource directories for scripts and references. This standardized framework ensures consistent structure and packaging readiness for distribution.

What is a SKILL.md frontmatter and why is it needed for skill creation?

A SKILL.md frontmatter is standardized metadata required for Claude Skill creation, ensuring consistent naming, progressive disclosure patterns, and discoverability across environments. It solves the problem of complex skill maintenance by enforcing structural standards upfront.

What's the best way to structure assets and scripts for skill reuse?

The best way to structure assets for skill reuse is to use a standardized template that organizes scripts, references, and assets into dedicated starter directories. This framework aligns with repository guidelines to ensure readiness for packaging into .skill files.

Can I update existing workflows instead of bootstrapping new skills?

Yes, you can update existing workflows by aligning them with repository guidelines and validation steps. This skill targets teams updating existing capabilities across scripts, references, and assets, ensuring they meet packaging and distribution standards without creating a new skeleton.

Does skill-creator support packaging into .skill files for distribution?

Yes, skill-creator supports packaging readiness for .skill files by generating a compliant SKILL.md frontmatter and validating repository guidelines. This ensures the bootstrapped directories are fully prepared for later packaging and distribution across environments.