template-skill

Generate standardized Skill Unit skeletons with validated YAML frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Template Skill Unit provides a ready-to-fill skeleton for creating new Skill Units, ensuring mandatory metadata is present and structure is consistent across deployments.

Core Features & Use Cases

  • Standardized frontmatter validation: name and description are required, enabling automatic discovery.
  • Optional resource directories: scripts/, references/, assets/ are supported when present to organize tooling and references.
  • Quick customization: teams can rapidly generate a new Skill Unit by editing the SKILL.md and adding optional components.

Quick Start

Edit the SKILL.md to replace the placeholder name and description, then add optional folders (scripts, references, assets) as needed and populate them.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a reusable automation template with valid YAML frontmatter?

To create a reusable automation template with valid YAML frontmatter, use this skill to generate a standardized skeleton that validates mandatory metadata like name and description, ensuring consistent discovery across deployments.

What is the required metadata structure for a SKILL.md file?

The required metadata structure for a SKILL.md file is a YAML frontmatter block that must include at least a name and a description, which enables automatic discovery and consistent validation across new skill units.

How do I set up optional resource directories like scripts and assets for a new skill?

To set up optional resource directories like scripts and assets for a new skill, generate the template skeleton and add the supported folders as needed to organize tooling, references, and other resources.

Can I use this template generator to standardize skill discovery metadata across teams?

Yes, you can use this template generator to standardize skill discovery metadata across teams by enforcing mandatory YAML frontmatter validation and consistent structural formatting during new skill creation.

Do I need any dependencies to generate a standardized Skill Unit skeleton?

No dependencies are required to generate a standardized Skill Unit skeleton; the template operates independently to validate frontmatter and recognize optional component directories if they are present.