skill-creator

Create Claude skills with standardized SKILL.md templates and resource scaffolds.

2|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/leon30083/wenjing-aigc --skill skill-creator-leon30083
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/leon30083/wenjing-aigc/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/leon30083/wenjing-aigc --skill skill-creator-leon30083

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides a formal process and starter templates to create or update Claude skills, ensuring consistent structure, frontmatter, and resource scaffolding.

Core Features & Use Cases

  • Standardized SKILL.md templates with required metadata (name and description) to enable reliable discovery and loading.
  • Bundled resource scaffolds (scripts/, references/, assets/) to accelerate building reusable Claude skills.
  • Step-by-step workflow for Skill creation, validation, security scanning, packaging, and marketplace registration.

Quick Start

Run the skill initializer to generate a new skill skeleton and begin customization.

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 SKILL.md frontmatter?

To create a Claude skill, you must include required frontmatter (name and description) in SKILL.md to enable reliable discovery and loading. The skill-creator provides standardized templates to generate this structure correctly.

What is the standard directory structure for packaging Claude skills?

The standard packaging structure for Claude skills includes the SKILL.md file alongside optional resource directories: scripts/, references/, and assets/. This scaffolding accelerates building reusable and maintainable skill units.

How do I validate and package a skill for the Claude marketplace?

You validate and package a skill for marketplace registration by following a step-by-step workflow that includes frontmatter validation, security scanning, and resource scaffolding to ensure the skill meets marketplace integration standards.

Do I need to include scripts and references to publish a Claude extension?

No, scripts and references are optional resources. You only need the required SKILL.md file with valid name and description frontmatter to publish a Claude extension, though standardized resource structures help maintainability.

What's the best way to update an existing Claude skill without breaking its structure?

The best way to update an existing Claude skill is using a formal process that enforces frontmatter presence and validates body instructions, ensuring the updated skill maintains a consistent and loadable structure.