template-skill

Standardize Skill metadata with required frontmatter fields and optional directories.

24|15|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/ammosu/awesome-claude-skills-zh-TW --skill template-skill-ammosu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/ammosu/awesome-claude-skills-zh-TW/tree/main/template-skill
Command: npx skills add https://github.com/ammosu/awesome-claude-skills-zh-TW --skill template-skill-ammosu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill template standardizes the creation of self-contained Skill units, ensuring consistent discovery and activation across projects.

Core Features & Use Cases

  • Canonical frontmatter: Enforces the required name and description fields.
  • Bilingual support: Includes a secondary language variant (e.g., SKILL.zh-TW.md) for localization.
  • Blueprint for reuse: Serves as a boilerplate for creating new Skills quickly and reliably.

Quick Start

Create a new Skill by duplicating this template and filling in real instructions in SKILL.md, then provide the bilingual version if needed.

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 skill template with standardized frontmatter?

To create a reusable skill template, duplicate a boilerplate SKILL.md file and fill in the required name and description frontmatter fields to ensure consistent discovery and activation across projects.

What is the minimum metadata required in SKILL.md frontmatter?

The minimum metadata required in SKILL.md frontmatter includes only the name and description fields, which standardize skill units for reliable discovery and activation.

How do I add bilingual localization support to a skill template?

Add bilingual localization support by creating a secondary language variant file, such as SKILL.zh-TW.md, alongside the primary SKILL.md to provide translated instructions.

Can I include scripts and assets directories when building a skill unit?

You can include optional scripts, references, and assets directories alongside SKILL.md to provide extended functionality and support resources for your self-contained skill unit.

Why does my Claude skill fail to activate during project discovery?

Skill activation fails during discovery if the SKILL.md frontmatter is missing the required name and description fields needed to standardize the self-contained skill unit.