template-skill

Standardize Claude skill definitions with SKILL.md frontmatter validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a standardized framework to define and describe Claude skills using a SKILL.md frontmatter.

Core Features & Use Cases

  • Ensures every skill has a SKILL.md entry point with mandatory name and description.
  • Validates metadata structure and consistent documentation that guides activation and usage.
  • Enables automatic discovery and reliable onboarding of new skills across projects.

Quick Start

Create a new directory for your skill and add a SKILL.md at the root with a YAML frontmatter containing name and description. In the body, provide operational instructions that Claude should load during activation. Optionally add scripts/, references/, or assets/ as needed and reference them from SKILL.md.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I standardize Claude skill definitions using YAML frontmatter?

To standardize Claude skill definitions, create a directory with a SKILL.md file containing required YAML frontmatter fields for name and description, ensuring consistent metadata and discoverability across projects.

What is a SKILL.md entry point and how does it work for skill automation?

A SKILL.md entry point is a Markdown file with YAML frontmatter that provides operational instructions and metadata for Claude skill activation, enabling automatic discovery and reliable onboarding of new skills.

How do I structure a SKILL.md file to ensure discoverability and valid metadata?

Structure a SKILL.md file by adding YAML frontmatter with mandatory name and description fields, then provide operational instructions in the Markdown body, optionally referencing scripts, references, or assets directories.

Do I need any dependencies to create a standardized skill definition?

No dependencies are required to create a standardized skill definition; you only need to create a directory with a SKILL.md file containing the required YAML frontmatter fields for name and description.

What is the best way to document operational instructions for Claude skills?

The best way to document operational instructions for Claude skills is using Markdown within the SKILL.md body, which Claude loads during activation to execute the standardized skill definition.