skill-creator

Generate Claude skill scaffolds with templated SKILL.md and resource files.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/pingqLIN/UniText --skill skill-creator-pingqlin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/pingqLIN/UniText/tree/main/runtime/skills/skill-creator
Command: npx skills add https://github.com/pingqLIN/UniText --skill skill-creator-pingqlin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator centralizes the process of designing, scaffolding, and validating new Claude skills, ensuring consistency, governance, and easy packaging across projects.

Core Features & Use Cases

  • Provides a structured SKILL.md template with mandatory frontmatter (name and description) and a clear body for skill workflow guidance.
  • Demonstrates bundling resources (scripts, references, assets) and examples to accelerate skill development.
  • Supports standardized validation and packaging workflows to produce distributable .skill files.

Quick Start

Run the init_skill.py script with a hyphen-case skill-name and the --path destination to generate a ready-to-edit skill skeleton.

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 using a standardized template?

To create a Claude skill, run the init_skill.py script with a hyphen-case skill name and a destination path to generate a ready-to-edit skill skeleton with mandatory SKILL.md frontmatter. This enforces consistency and governance across projects.

What is a SKILL.md file and what frontmatter does it require?

A SKILL.md file provides structured workflow guidance for modular Claude skills and requires mandatory frontmatter containing the name and description fields to ensure discoverability and standardized governance across skill ecosystems.

How do I package and validate Claude skills for distribution?

To package and validate Claude skills for distribution, use the standardized validation and packaging workflows provided to produce distributable .skill files, ensuring the skill is discoverable and ready for deployment across project ecosystems.

Can I bundle scripts and references when scaffolding a new skill?

Yes, you can bundle scripts, references, and assets when scaffolding a new skill. The template demonstrates bundling these resources to accelerate skill development and support scalable governance across workflows.

What's the best way to maintain governance across multiple Claude skills?

The best way to maintain governance across multiple Claude skills is using a templated SKILL.md approach with standardized validation and packaging workflows, ensuring consistency and easy distribution across project ecosystems.