skill-creator

Create Claude skills with templates for SKILL.md and resource layouts.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zhaoxuanZzz/skills --skill skill-creator-zhaoxuanzzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/zhaoxuanZzz/skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/zhaoxuanZzz/skills --skill skill-creator-zhaoxuanzzz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

## What problem does it solve? This Skill provides a structured approach and practical guidelines for creating new skills or updating existing ones that extend Claude's capabilities. It defines templates, recommended practices, and a clear resource layout to ensure consistency and reusability across skills.

## Core Features & Use Cases

  • Guided SKILL.md scaffolding: A standardized frontmatter and Markdown body that clarifies when and how to use the skill.
  • Resource structuring guidance: Templates and examples for organizing scripts/, references/, and assets/ to support robust, repeatable workflows.
  • Progressive disclosure patterns: Guidance on layering metadata, SKILL.md content, and bundled resources to minimize context load while maximizing capability.
  • Use cases: For teams creating Claude skills in product development, R&D, and training materials.

### Quick Start

  1. Initialize a new skill using the provided template (copy or run init_skill.py) to generate a SKILL.md and example resources.
  2. Customize SKILL.md frontmatter and body to reflect your skill's domain, workflows, and references.
  3. Validate structure and package the skill for distribution.

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 the correct frontmatter and Markdown structure?

To create a Claude skill, use a standardized template that scaffolds the SKILL.md frontmatter and Markdown body, ensuring you define when and how the skill should be triggered. This structured approach enforces consistency and reusability for distribution.

What is the best way to organize scripts and references when building Claude skills?

Organizing scripts and references requires a structured resource layout using dedicated directories. This guidance ensures robust, repeatable workflows by separating assets, scripts, and references to support progressive disclosure and minimize context load.

How does progressive disclosure work when packaging Claude skills?

Progressive disclosure in skill packaging layers metadata, SKILL.md content, and bundled resources to minimize context load while maximizing capability. This pattern ensures Claude processes only the necessary information for a given task.

Can I use this skill creation workflow for team training materials?

Yes, this skill creation workflow suits teams building Claude skills for product development, R&D, and training materials. It provides templates and guidelines to ensure consistent skill structures across collaborative environments.

Do I need to validate the skill structure before distributing it?

Yes, you must validate the structure and package the skill before distribution. The workflow includes validation steps to ensure the generated SKILL.md and bundled resources meet the required formatting and operational standards.

Why does my Claude skill fail to trigger consistently in workflows?

Inconsistent triggering often happens when the SKILL.md metadata and Markdown body lack clear definitions for when and how to use the skill. Using a standardized scaffolding template clarifies the invocation context and fixes this issue.