skill-creator

Design, document, and package modular Skills with SKILL.md YAML frontmatter.

83|18|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/mainza-ai/milimovideo --skill skill-creator-mainza-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mainza-ai/milimovideo/tree/main/skills/skills/skill-creator
Command: npx skills add https://github.com/mainza-ai/milimovideo --skill skill-creator-mainza-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This guide helps teams design, document, and package modular Skills to extend Claude's capabilities with structured workflows, tool integrations, and domain knowledge.

Core Features & Use Cases

  • Clear Skill structure with a mandatory SKILL.md frontmatter and optional resource folders (scripts/, references/, assets/).
  • End-to-end Skill lifecycle including init, edit, validation, and packaging to ensure consistency and reusability.
  • Progressive disclosure patterns that keep context lean while enabling on-demand access to detailed references and tooling.

Quick Start

Initialize a new Skill template and then customize SKILL.md and bundled 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 reusable Claude skill with a structured workflow?

To create a reusable Claude skill, initialize a new template, customize the mandatory SKILL.md with YAML frontmatter, and bundle optional resources like scripts, references, and assets. This ensures structured workflows and domain knowledge extensions are consistently packaged.

What is the best way to package modular AI workflows for team reuse?

The best way to package modular AI workflows is using a deterministic lifecycle of initialization, editing, validation, and packaging. This approach ensures progressive disclosure and reusability by keeping context lean while enabling on-demand access to detailed references.

Do I need YAML frontmatter in SKILL.md to build a valid skill package?

Yes, you need YAML frontmatter in SKILL.md to build a valid skill package. The structured body and deterministic validation workflow require this frontmatter to properly define the skill's capabilities, metadata, and modular components for consistent execution.

Can I bundle custom scripts and references into a Claude skill package?

Yes, you can bundle custom scripts and references into a Claude skill package. The skill structure explicitly supports optional resource folders for scripts, references, and assets, allowing you to integrate tooling and detailed documentation alongside the main SKILL.md file.

How does progressive disclosure keep context lean when extending Claude capabilities?

Progressive disclosure keeps context lean by structuring the skill to load only the core SKILL.md initially, while enabling on-demand access to detailed references, scripts, and assets. This pattern prevents context bloat while still providing deep domain knowledge and tooling.