Skill Creator

Create or update Claude skills with SKILL.md and YAML frontmatter.

Updated Oct 17, 2025
One-click install
npx skills add https://github.com/skycruzer/fleet-management-v2 --skill skill-creator-skycruzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Creator
Source: https://github.com/skycruzer/fleet-management-v2/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/skycruzer/fleet-management-v2 --skill skill-creator-skycruzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating new Claude Skills can be complex, requiring adherence to specific structural and metadata requirements. This Skill automates the setup, ensuring your new skills are correctly formed and ready for use or sharing, saving you time and preventing errors.

Core Features & Use Cases

  • Skill Initialization: Generate the basic directory structure, including SKILL.md and optional component directories.
  • Metadata Generation: Interactively populate SKILL.md's YAML frontmatter with all required fields.
  • Validation: Quickly check if the new skill adheres to official structural and metadata definitions.
  • Use Case: Want to build a new skill to manage your daily tasks? Use this Skill Creator to instantly set up the directory, SKILL.md with proper frontmatter, and guide you through defining its purpose, so you can focus on the logic.

Quick Start

Use the Skill Creator to make a new skill named 'Meeting Summarizer' that helps condense meeting notes.

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 new Claude Skill with proper metadata and structure?

Create a new Claude Skill by generating the directory structure, YAML frontmatter with required fields (name and description), and a properly formatted SKILL.md file. Skill Creator automates this setup, ensuring your skill adheres to structural requirements and is ready to use or share.

What should be included in a Skill's SKILL.md file?

SKILL.md requires YAML frontmatter with name and description fields, followed by three-level Progressive Disclosure content. Skill Creator guides you through populating these fields interactively and helps organize bundled resources like scripts, references, and assets for your domain-specific workflow.

Can I validate my new Skill against official requirements?

Yes. Skill Creator includes validation to verify your new skill meets official structural and metadata definitions, catching errors before deployment and ensuring consistency with Claude Skill standards.

How do I organize scripts and resources when building a Skill?

Skill Creator scaffolds standardized bundles for scripts, references, and assets, organizing them into component directories. This structure supports tool integrations and domain-specific workflows while maintaining consistency across your skill's implementation.

What's the fastest way to set up a custom Skill from scratch?

Use Skill Creator to instantly generate the basic directory structure, initialize SKILL.md with proper frontmatter, and guide you through defining your skill's purpose and components. This approach saves setup time and prevents structural errors.

Do I need coding knowledge to create a Skill?

Skill Creator handles metadata drafting and structural scaffolding through an interactive process, reducing manual setup complexity. You define your skill's purpose and organize resources, but implementing the skill's logic depends on your technical requirements.