skill-creator

Generate Claude skill scaffolds with standardized templates and packaging scripts.

1|Updated Aug 4, 2025
One-click install
npx skills add https://github.com/kazamatzuri/claude-settings --skill skill-creator-kazamatzuri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/kazamatzuri/claude-settings/tree/main/skills/skill-creator
Command: npx skills add https://github.com/kazamatzuri/claude-settings --skill skill-creator-kazamatzuri

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a clear, repeatable framework for building Claude skills, including SKILL.md metadata, resource structuring, and bundling workflows.

Core Features & Use Cases

  • Provides a standardized template for SKILL.md frontmatter and a consistent skill structure.
  • Includes example resource scaffolding (scripts/, references/, assets/) and guidance for initialization, packaging, and iteration.
  • Supports a three-step creation process from planning to packaging to iteration, ensuring quality and reusability.

Quick Start

Run the initialization script to generate a new skill scaffold and then customize the SKILL.md and bundled resources.

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 a consistent structure and frontmatter?

You can create a Claude skill by running an initialization script to generate a standardized scaffold, which includes a SKILL.md frontmatter template and resource directories for scripts and assets.

What is the best way to package Claude skills for repeatable team workflows?

The best way to package Claude skills is using a dedicated packaging script that bundles your standardized skill structure, ensuring quality and consistency across team members before distribution.

Do I need any external dependencies to start building Claude skills?

No external dependencies are required to start building Claude skills, as the framework provides standalone initialization, packaging, and validation scripts to manage the entire creation workflow.

Can I validate my Claude skill structure before packaging it?

Yes, you can validate your Claude skill structure using a quick validation script that checks the standardized template and resource scaffolding to ensure quality before you run the packaging workflow.

What directories should a Claude skill include for resource scaffolding?

A Claude skill should include dedicated directories like scripts, references, and assets within its standardized structure to properly organize bundled resources and support the creation process.

Why does my Claude skill template lack consistent metadata across projects?

Your Claude skill template lacks consistency because it needs a standardized SKILL.md frontmatter framework, which provides a repeatable structure and initialization process to unify metadata across projects.