skill-creator

Generate Claude Skill scaffolds with SKILL.md templates and resource directories.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/figulazmi/token-monitor --skill skill-creator-figulazmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/figulazmi/token-monitor/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/figulazmi/token-monitor --skill skill-creator-figulazmi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams quickly plan, scaffold, and package Claude Skill units by providing templates, example resources, and guidelines to maintain consistent design.

Core Features & Use Cases

  • Provides a ready-to-use SKILL.md template with frontmatter and structured sections for rapid skill creation
  • Supplies example resource directories (scripts/, references/, assets/) to demonstrate organization and packaging
  • Guides initialization, editing, packaging, and iteration workflows to accelerate skill development

Quick Start

Run the Skill Initializer to generate a new skill scaffold, then customize SKILL.md and the example resources.

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 with proper YAML frontmatter and directory structure?

To create a Claude skill, you need to scaffold a SKILL.md file with valid YAML frontmatter and organize supporting resources into scripts, references, and assets directories to ensure maintainable skill packaging.

What is the best way to scaffold reusable resources when building a skill template?

Scaffolding reusable skill resources involves initializing structured directories for scripts, references, and assets, which provides a consistent template organization for packaging and iterating on skill components.

Can I automate skill initialization and packaging workflows without manual directory setup?

Yes, skill initialization and packaging workflows can be automated by running a skill initializer that generates the required SKILL.md scaffold and example resource directories automatically.

Does generating a SKILL.md template require pre-configured dependencies or external libraries?

Generating a SKILL.md template requires no external dependencies, as the skill creation process relies on built-in scaffolding to produce frontmatter and artifact structures directly.

Why does my skill packaging workflow fail due to invalid YAML frontmatter?

Skill packaging fails when YAML frontmatter is invalid, because the skill creation template enforces strict frontmatter validity checks to guarantee safe and maintainable skill design.