template-skill

Create SKILL.md skeletons with mandatory frontmatter and an empty instruction body.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/mkhsu2002/elitefashiontw --skill template-skill-mkhsu2002
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/mkhsu2002/elitefashiontw/tree/main/.agent/skills/template-skill
Command: npx skills add https://github.com/mkhsu2002/elitefashiontw --skill template-skill-mkhsu2002

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template solves the overhead of designing consistent Skill Units by providing a ready-to-fill skeleton that enforces frontmatter and structure.

Core Features & Use Cases

  • Ready-to-fill SKILL.md frontmatter skeleton with mandatory name and description.
  • Empty instruction body to be customized with domain-specific operational instructions.
  • Guidance for adding optional resources (scripts/, references/, assets/) later.

Quick Start

Create a new Skill Unit by adding SKILL.md with valid frontmatter (name and description) and leaving the body ready for instructions.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I bootstrap a new SKILL.md file with the correct frontmatter structure?

To bootstrap a new SKILL.md file, use a template that provides a ready-to-fill skeleton enforcing mandatory frontmatter like name and description, alongside an empty body for domain-specific operational instructions.

What is the required frontmatter for a Claude skill unit?

The required frontmatter for a Claude skill unit includes mandatory name and description fields defined in YAML, ensuring the SKILL.md file is properly structured and executable before adding operational instructions.

What's the best way to speed up Claude skill creation across different domains?

The best way to speed up Claude skill creation is using a standard template skeleton that enforces SKILL.md frontmatter and structure, reducing the overhead of designing consistent skill units from scratch across domains.

Do I need to add scripts or references when bootstrapping a new skill template?

You do not need to add scripts, references, or assets immediately when bootstrapping a new skill template; the skeleton provides guidance for adding these optional resources later as your domain-specific instructions expand.

Can I customize the instruction body after generating a SKILL.md skeleton?

You can customize the instruction body after generating a SKILL.md skeleton by filling the empty instruction section with domain-specific operational instructions tailored to your automation requirements.

Why does my SKILL.md template fail to execute without mandatory frontmatter?

A SKILL.md template fails to execute without mandatory frontmatter because the name and description fields are required to validate the skill unit structure and ensure proper bootstrapping of the file.