skill-creator

Create Claude Skills with SKILL.md frontmatter and bundled resource templates.

1|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/pch007/json-render --skill skill-creator-pch007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/pch007/json-render/tree/main/skills/skill-creator
Command: npx skills add https://github.com/pch007/json-render --skill skill-creator-pch007

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a structured, repeatable approach for defining and packaging Claude Skills, enabling teams to extend Claude with domain-specific knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Standardized SKILL.md templates with required frontmatter (name and description) and a concise body for guidance.
  • Bundled resources templates (scripts/, references/, assets/) to accelerate skill creation and ensure consistent organization.
  • Progressive disclosure patterns and best practices for organizing content and guiding future iteration.

Quick Start

Run the init_skill.py script with your preferred skill name to generate a new skill directory.

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 structured frontmatter and bundled resources?

To create a Claude Skill, run the init_skill.py script to generate a directory with a SKILL.md file containing YAML frontmatter (name and description) and a Markdown body, plus optional scripts/, references/, and assets/ folders for bundled resources.

What is the required format for SKILL.md files when building Claude Skills?

SKILL.md files require YAML frontmatter with name and description fields, followed by a Markdown body loaded after the trigger. This standardized structure ensures Claude loads specialized knowledge and workflows correctly.

Can I bundle custom scripts and reference documents into a Claude Skill?

Yes, you can bundle custom scripts, references, and assets into a Claude Skill by placing them in the scripts/, references/, and assets/ directories respectively, accelerating skill creation and ensuring consistent organization.

What's the best way to organize workflows and templates for a new Claude Skill?

The best way to organize workflows and templates is using progressive disclosure patterns and standardized directory structures, placing guidance in the SKILL.md body and supporting files in bundled resource folders for consistent iteration.

Do I need any dependencies to start packaging Claude Skills?

No external dependencies are required to start packaging Claude Skills. The Skill Creator provides built-in templates and the init_skill.py script to generate the required directory structure and frontmatter automatically.

When should I update an existing Claude Skill instead of creating a new one?

You should update an existing Claude Skill when adding specialized knowledge, workflows, or tool integrations to extend capabilities, rather than creating a new skill, by modifying the SKILL.md body and bundled resources.