skill-creator

Create and maintain Claude Skills with standardized templates and resource scaffolding.

429|102|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/freestylefly/canghe-skills --skill skill-creator-freestylefly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/freestylefly/canghe-skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/freestylefly/canghe-skills --skill skill-creator-freestylefly

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guides teams and individuals to create or update Claude Skills by providing a standardized template, structure, and resource scaffolding.

Core Features & Use Cases

  • Provides a ready-to-edit SKILL.md frontmatter template with required name and description.
  • Supplies example resource directories (scripts/, references/, assets/) with placeholders to accelerate skill initialization.
  • Documents a clear progression from initialization to packaging and iteration for reusable, shareable skills.

Quick Start

Initialize a new skill using the included init_skill.py utility with your chosen skill name and target path.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to create and package Claude Skills?

To create a Claude Skill, you initialize a new project using an included utility script, which generates a standardized directory structure with placeholder scripts, references, and assets for rapid development and packaging.

How do I structure resources when building a Claude Skill?

You structure resources by organizing them into dedicated directories for scripts, references, and assets, ensuring all components align with packaging standards and progressive disclosure principles for maintainable skill creation.

What should be included in the SKILL.md frontmatter for skill creation?

The SKILL.md frontmatter must include the required name and description fields, while supporting optional bundled resources to align with standardized packaging formats for Claude Skills.

Does this skill creation template support custom domain-specific workflows?

Yes, the template supports domain-specific skill creation by supplying editable scaffolding for scripts, references, and assets, allowing developers and teams to design specialized workflows and package them efficiently.

Are there limitations when initializing a new skill with the provided template?

The main limitation is that the template relies on a specific structure with required SKILL.md frontmatter fields, meaning developers must adhere to the standardized scaffolding and packaging standards rather than using arbitrary file layouts.