skill-creator

Scaffold modular Claude Skills with frontmatter and packaging scripts.

3|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/vibery-studio/templates --skill skill-creator-vibery-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/vibery-studio/templates/tree/main/skills/skill-creator
Command: npx skills add https://github.com/vibery-studio/templates --skill skill-creator-vibery-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skills are hard to design and package consistently. This Skill Unit provides a standardized template and workflow to create modular Claude Skills, including frontmatter, scaffolding for scripts/references/assets, and tooling for validation and packaging.

Core Features & Use Cases

  • Guided SKILL.md creation with required name and description frontmatter.
  • Structured resource scaffolding with optional scripts/, references/, and assets/ directories.
  • Integrated tooling like init_skill.py and package_skill.py to automate skill creation and packaging.
  • Reusable patterns for Workflow-Based, Task-Based, and Reference/Guidelines structures to fit various skill types.
  • Use cases: teams building domain-specific skills, rapid prototyping of new capabilities, and standardizing skill quality across an organization.

Quick Start

Run the init_skill.py script to scaffold a new skill, then customize SKILL.md and the bundled resources before packaging with package_skill.py.

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 new Claude skill from scratch?

The skill creation process uses init_skill.py to scaffold directories and SKILL.md with required frontmatter, then package_skill.py to validate and bundle the final modular skill unit for deployment.

What is the standard structure for modular skill packaging?

Modular skill packaging requires SKILL.md frontmatter for metadata, plus optional scripts/, references/, and assets/ directories to organize resources and enable validation through package_skill.py.

Does skill creation tooling support workflow-based and task-based patterns?

The scaffolding tooling supports Workflow-Based, Task-Based, and Reference/Guidelines structural patterns, allowing teams to standardize skill design across different domain-specific use cases and project requirements.

Can I use init_skill.py to scaffold resources for team projects?

You can use init_skill.py to scaffold skills for teams needing to create, update, and standardize skills across projects, enforcing consistent frontmatter and optional resource directory structures.

How does validation work during skill packaging?

Validation during packaging is handled by package_skill.py, which enforces required frontmatter containing name and description fields before completing the end-to-end packaging of the skill unit.

What are the limitations of using templates for skill design?

Templates provide a standardized scaffold but require manual customization of SKILL.md and bundled resources, meaning teams must still configure optional scripts and references for domain-specific needs.