skill-creator

Generate Claude skill scaffolds with validated YAML metadata and bundled resources.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Snoopiam/claude_all_skills --skill skill-creator-snoopiam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Snoopiam/claude_all_skills/tree/main/skill-creator
Command: npx skills add https://github.com/Snoopiam/claude_all_skills --skill skill-creator-snoopiam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured process and boilerplate guidance to create, validate, and package Claude Skills consistently.

Core Features & Use Cases

  • Structured Skill Creation: Templates and checks to ensure SKILL.md metadata is complete.
  • Packaging Guidance: Clear steps for bundling scripts/references/assets into a distributable Skill.
  • Quality Assurance: Self-checks to prevent incomplete or invalid Skill units.

Quick Start

Generate a new skill skeleton named "my-skill" with a ready-to-fill SKILL.md.

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 with proper metadata and packaging?

Skill creation involves generating a SKILL.md file with validated YAML frontmatter, organizing scripts and references into a structured bundle, and following the six-step skill creation process. This Skill automates scaffolding and validation to ensure compliance with naming conventions, description standards, and resource organization for reliable deployment.

What should be included in a Skill's YAML frontmatter and metadata?

YAML frontmatter must contain validated metadata including skill name, author, category, keywords, implementation depth, dependencies, and components. This Skill provides templates and checks to ensure all required fields are complete, descriptions are precise, and the metadata structure meets Claude Skill standards before packaging.

How do I package scripts, references, and assets into a distributable Skill?

Packaging involves organizing bundled resources—scripts, references, and assets—into a standardized directory structure. This Skill guides resource organization, validates file placement, and ensures all components meet deployment requirements for consistent, reliable Skill distribution.

What quality checks should I run before deploying a Skill?

Pre-deployment quality assurance includes validating SKILL.md metadata completeness, checking naming convention compliance, verifying description accuracy, and confirming proper resource organization. This Skill automates self-checks to catch incomplete or invalid Skill units before they reach production.

Can I use this Skill during Skill updates and revisions?

Yes, this Skill applies throughout the Skill lifecycle—during initial onboarding, updates, and revisions. It re-validates metadata, re-organizes resources, and ensures each version maintains compliance with the six-step skill creation process and packaging standards.

What happens if my Skill metadata doesn't follow naming or description standards?

The Skill's validation checks enforce naming conventions and description precision requirements. When standards are violated, the self-check identifies the issues, preventing deployment of incomplete or non-compliant Skill units and guiding correction within the structured creation workflow.