skill-creator

Design and package modular Claude skills with standardized SKILL.md frontmatter.

10|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Yrzhe/telegram-claude-bot --skill skill-creator-yrzhe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Yrzhe/telegram-claude-bot/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Yrzhe/telegram-claude-bot --skill skill-creator-yrzhe

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams design and package Claude skills as modular, self-contained units, standardizing structure and onboarding for faster skill development.

Core Features & Use Cases

  • Modular scaffolding: defines skills with a single SKILL.md frontmatter and optional bundles (scripts/, references/, assets/) for repeatable workflows.
  • Guided templates: provides a ready-to-use SKILL.md template and example resources to jump-start skill creation and iteration.
  • Validation and packaging: includes utilities to initialize, validate, and package skills into distributable .skill files.

Quick Start

Run the Skill Initializer to scaffold a new skill, then customize SKILL.md and the bundled resources before packaging.

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 as modular units?

You create Claude skills by scaffolding a new directory with the initializer, defining a SKILL.md frontmatter, adding optional bundled resources, and running the packaging utility to generate a distributable .skill file.

What is the required structure for a Claude skill's SKILL.md frontmatter?

Claude skill frontmatter requires clean name and description fields to ensure proper validation. This standardization supports progressive disclosure and helps structure modular workflows.

Can I bundle scripts and references inside my Claude skill for reuse?

Yes, Claude skills support optional bundles for scripts, references, and assets. Bundling these resources creates self-contained modular units that standardize structure and enable repeatable workflows.

Does the skill creation process include validation for frontmatter and structure?

Yes, the skill creation process includes validation utilities that enforce clean frontmatter and proper structure. Validation ensures required name and description fields exist before packaging into .skill files.

What is the best way to standardize skill onboarding for a team?

The best way to standardize skill onboarding is using guided templates with a ready-to-use SKILL.md and example resources. This jump-starts creation, enforces consistent structure, and accelerates team iteration.

Why does my Claude skill need to be packaged into a .skill file?

Packaging into a .skill file creates a distributable, self-contained unit that bundles your SKILL.md, scripts, references, and assets together. This format enables efficient reuse and deployment across environments.