template-skill

Creates a standardized Skill scaffold with SKILL.md frontmatter file and discovery metadata.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/HuuBar/skill-routing-experiment --skill template-skill-huubar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/HuuBar/skill-routing-experiment/tree/main/unified_skills/tddworks/template
Command: npx skills add https://github.com/HuuBar/skill-routing-experiment --skill template-skill-huubar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a ready-to-edit skeleton for new skills, enabling teams to define metadata and structure quickly.

Core Features & Use Cases

  • Provides a YAML frontmatter skeleton and placeholder body to guide skill creation.
  • Helps standardize naming, descriptions, and operational content across unified_skill directories.
  • Use Case: a team rapidly prototypes a new skill by editing the template to fit their domain.

Quick Start

Copy this template, update name and description, and fill in the body with operational instructions.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I scaffold a new skill using a YAML frontmatter template?

A skill scaffold enforces a standardized structure by requiring a SKILL.md file at the root. This ensures consistent naming, descriptions, and optional resource directories for unified skill directories.

How do I standardize naming and metadata for unified skill directories?

You standardize skill metadata by filling out the YAML frontmatter in the SKILL.md file. The scaffold uses this frontmatter to validate the presence of required discovery metadata like name and description.

Does this skill template require any specific dependencies to work?

No, this skill template requires no external dependencies to function. It operates independently to provide a ready-to-edit skeleton with placeholder body text and YAML frontmatter for rapid prototyping.

Can I use this skill scaffold for rapid prototyping and onboarding?

Yes, you can use this scaffold for rapid prototyping and onboarding. It provides a ready-to-edit skeleton that helps teams quickly define metadata and operational instructions for new domain skills.

What are the limitations of using a basic skill scaffold for development?

The limitation of this basic skill scaffold is its implementation depth. It focuses solely on generating a skeleton with placeholder content and metadata validation, requiring you to manually author all operational logic.