skill-creator

Generate SKILL.md frontmatter and starter resource directories for Claude Skill Units.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a streamlined workflow to scaffold new Claude Skill Units, including a ready SKILL.md frontmatter and starter resources, reducing setup time and ensuring consistency across skills.

Core Features & Use Cases

  • Generates a ready-to-edit SKILL.md frontmatter (name, description) and a starter set of resource directories (scripts/, references/, assets/) with example files.
  • Provides a consistent, configurable template to accelerate skill creation and onboarding for new capability modules.
  • Use Case: A team needs a new skill for a domain; run the tool to generate a complete skeleton and start documentation immediately.

Quick Start

Run the included init_skill.py script to generate a new skill scaffold in your desired path.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Claude skill with a standard SKILL.md template?

Scaffolding a new Claude skill requires running the included init_skill.py script, which generates a ready-to-edit SKILL.md frontmatter and starter resource directories like scripts/ and references/.

What is the fastest way to create consistent skill metadata for a modular team?

Creating consistent skill metadata is fastest using a standardized scaffolding tool that auto-generates a configurable SKILL.md frontmatter, ensuring uniform structure across all team capability modules.

Do I need external dependencies to generate a markdown skill skeleton?

You do not need external dependencies to generate a markdown skill skeleton; the tool requires only standard library tooling to create the skeletal structure and example resource files.

Can I customize the starter directories when scaffolding skill creation templates?

Scaffolding skill creation templates provides a consistent, configurable template that generates standard starter directories such as scripts/, references/, and assets/ with example files for immediate documentation.

What's the difference between using a CLI scaffolding tool and manually creating a skill structure?

Using a CLI scaffolding tool eliminates manual setup time by automatically generating standardized metadata and resource directories, whereas manual creation risks inconsistency across modular skill units.