skill-creator

Create or update Claude skills with structured SKILL.md files and bundled resources.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users create new Claude Skills or update existing ones, enabling modular, domain-specific capabilities without starting from scratch.

Core Features & Use Cases

  • Guidance on structuring a skill directory (SKILL.md, scripts/, references/, assets/) for clear organization.
  • Templates and examples for SKILL.md frontmatter and body, plus example resource directories to jumpstart development.
  • Step-by-step process from initialization to packaging, including validation and iteration.

Quick Start

Run scripts/init_skill.py <skill-name> --path <target-directory> to scaffold a new skill.

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 structured directory and SKILL.md?

To create a Claude skill, run the initialization script to scaffold a structured directory containing SKILL.md, scripts, references, and assets, conforming to progressive disclosure patterns for modular capabilities.

What is the proper structure for Claude skill frontmatter and bundled resources?

Claude skill frontmatter requires name and description fields, followed by a structured SKILL.md body and bundled resources organized into scripts, references, and assets directories for clear domain-specific capability organization.

Can I use skill templates to scaffold workflows and tool integrations for Claude?

Yes, skill templates and example resource directories are provided to jumpstart development for workflows, tool integrations, and knowledge repositories, allowing you to build modular capabilities without starting from scratch.

What's the best way to update existing Claude skills for new domain-specific capabilities?

Updating existing Claude skills involves refining the SKILL.md body, frontmatter, and bundled resources through a step-by-step process of validation and iteration to ensure conformance with progressive disclosure patterns.

How does progressive disclosure work when designing knowledge repositories for Claude?

Progressive disclosure in Claude skill design structures information across SKILL.md and bundled resource directories, ensuring users access domain-specific knowledge repositories through clear, modular organization without overwhelming the context.