skill-creator

Create and update Claude skills with SKILL.md frontmatter and bundled resources.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a structured, repeatable approach for designing, initializing, and packaging Claude skills, helping teams spin up consistent, high-quality skill units.

Core Features & Use Cases

  • Step-by-step scaffolding for new skills (init_skill.py template)
  • Templates, sample resources, and packaging workflow
  • Reference on how to structure scripts/references/assets and how to validate/package skills

Quick Start

Run scripts/init_skill.py <skill-name> to generate a ready-to-edit skill scaffold.

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 from scratch?

You can create a Claude skill by running scripts/init_skill.py with a skill name to generate a ready-to-edit scaffold, then populate the SKILL.md frontmatter and bundled resource directories like scripts/ and references/.

What is the standard structure for packaging Claude skills?

The standard structure for packaging Claude skills includes a SKILL.md file with frontmatter, plus bundled resource directories containing scripts/, references/, and assets/ to guarantee consistent and modular skill units.

How do I validate and package a modular skill for Claude?

You validate and package a modular skill by following the provided packaging workflow, which checks the SKILL.md frontmatter and bundled resources to guarantee structural consistency before deployment.

Do I need any specific dependencies to scaffold new Claude skills?

No specific external dependencies are required to scaffold new Claude skills; the process relies on running the included scripts/init_skill.py template to generate the necessary directory structure and files.

Can I use this skill scaffolding template for team-based development?

Yes, this skill scaffolding template is designed for teams building modular skills, providing a repeatable approach to spin up consistent, high-quality skill units across multiple developers.