skill-creator

Create and package Claude skills with standardized SKILL.md templates.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ddmanyes/antigravity-skills-zht --skill skill-creator-ddmanyes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ddmanyes/antigravity-skills-zht/tree/main/disabled_skills/skill-creator
Command: npx skills add https://github.com/ddmanyes/antigravity-skills-zht --skill skill-creator-ddmanyes

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured template and guided workflow to create, standardize, and package Claude skills, reducing setup time and ensuring consistent metadata and resources across skill deployments.

Core Features & Use Cases

  • Structured SKILL.md templates including frontmatter and body sections, plus starter resource directories (scripts, references, assets)
  • Guided workflow from initialization to packaging, with optional resource directories and validation steps
  • Use Case: Teams can rapidly launch domain-specific skills and publish them with cohesive structure and documentation

Quick Start

Run the init_skill.py script to scaffold a new skill directory with starter SKILL.md and resource directories.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package Claude skills with standardized frontmatter?▼

To create and package Claude skills, use a structured SKILL.md template with valid frontmatter and guided workflows that scaffold resource directories like scripts, references, and assets for deployment-ready artifacts.

What is the best way to scaffold a new skill directory structure?▼

The best way to scaffold a skill directory is running the init_skill.py script, which generates starter SKILL.md files and initializes resource folders for scripts, references, and assets automatically.

Can I use this skill template to update existing skills across different domains?▼

Yes, you can update existing skills across domains by applying the standardized template to validate frontmatter, restructure content, and ensure all resource directories are properly packaged.

Does the skill creation workflow support adding optional resource directories?▼

The skill creation workflow supports optional resource directories, allowing you to include or exclude scripts, references, and assets folders based on the specific requirements of your skill deployment.

What are the limitations of using templates for Claude skill creation?▼

Templates for Claude skill creation focus on structural standardization and frontmatter validation, meaning highly custom logic or non-standard directory layouts may require manual adjustment beyond the guided workflow.

Why does my skill packaging workflow require frontmatter validation?▼

Skill packaging requires frontmatter validation to ensure consistent metadata across deployments, preventing errors caused by missing or malformed fields that could break skill recognition and execution.