skill-creator

Create and update Claude Skills using a standardized SKILL.md template.

2|1|Updated Sep 15, 2025
One-click install
npx skills add https://github.com/AizenvoltPrime/claude-compass --skill skill-creator-aizenvoltprime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/AizenvoltPrime/claude-compass/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/AizenvoltPrime/claude-compass --skill skill-creator-aizenvoltprime

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a guided workflow for creating new Claude Skills or updating existing ones, streamlining structure, metadata, and bundle organization.

Core Features & Use Cases

  • Skill scaffolding: generates SKILL.md with proper frontmatter and starter content
  • Bundle setup: creates optional scripts/references/assets layouts
  • Validation aids: helps validate skill structure with quick_validate

Quick Start

Initialize a new skill named 'my-skill' in skills/ using the Skill Creator pipeline.

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 structure and metadata?

Creating a Claude Skill starts with generating a SKILL.md file containing mandatory YAML frontmatter (name and description), followed by structured body content. The Skill Creator provides a standardized template and guidance for organizing metadata, defining skill functionality, and bundling optional resources like scripts and assets to ensure consistent structure across your skills library.

What should be included in a Skill's YAML frontmatter and how is it organized?

YAML frontmatter must include at minimum the skill name and description fields. The Skill Creator template guides you through metadata setup with progressive disclosure: frontmatter loads first for quick indexing, followed by the body content describing functionality, then optional bundled resources. This layered approach keeps skill initialization lightweight while supporting full documentation.

Can I bundle scripts and reference materials with my Claude Skill?

Yes, the Skill Creator supports optional bundled components including scripts, references, and assets organized in dedicated layouts. This allows you to package automation tooling, documentation, and supporting files alongside your skill definition, making skills portable and self-contained for team distribution and reuse across workflows.

How do I validate that my new Skill is structured correctly?

The Skill Creator includes quick_validate aids to check your skill structure against requirements. Validation confirms proper YAML frontmatter presence, well-formed SKILL.md body content, and correct resource organization before deployment, reducing iteration cycles when scaffolding new skills or updating existing ones.

What are common use cases for systematizing Skill creation across teams?

Standardized skill scaffolding supports onboarding new team members by codifying company practices into reusable templates, enables consistent tool integrations across diverse workflows, and assembles complex task automation into shareable skill bundles. This approach reduces redundant development and establishes repeatable patterns for domain-specific skill development.