template-skill

Create reusable Claude skill templates with YAML frontmatter and Markdown body.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EpicBlackWolfZ/Gildedrose-kata --skill template-skill-epicblackwolfz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/EpicBlackWolfZ/Gildedrose-kata/tree/main/.claude/skills/template
Command: npx skills add https://github.com/EpicBlackWolfZ/Gildedrose-kata --skill template-skill-epicblackwolfz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a ready-to-customize template to scaffold new Claude skills, saving time during initial setup and ensuring consistent structure.

Core Features & Use Cases

  • Provides a YAML frontmatter with name and description fields for quick discovery.
  • Includes a minimal body to be filled with operational instructions.
  • Serves as a starting point for building and validating new skills in a controlled way.

Quick Start

Create or edit SKILL.md to define the skill name and description, then add the operational instructions in the Markdown body.

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 Claude skill with YAML frontmatter?▼

A Claude skill template provides a ready-to-customize starter blueprint with standard YAML frontmatter and a minimal Markdown body, enabling software engineers to ensure consistent structure and rapid kickoff of new capabilities.

What is the standard structure for Claude skill discovery and activation?▼

The standard structure for Claude skill discovery relies on YAML frontmatter containing name and description fields paired with a Markdown body, enforcing a simple, repeatable format for consistent skill scaffolding across projects.

How do I create custom operational instructions for a skill template?▼

To create custom operational instructions, edit the SKILL.md file by defining the skill name and description in the YAML frontmatter, then fill the minimal Markdown body with your specific prompt-design instructions.

Can I use a skill template for rapid kickoff across multiple projects?▼

Yes, you can use this skill template for rapid kickoff across multiple projects. It enforces a simple, repeatable structure for discovery and activation, saving initial setup time and ensuring consistent scaffolding.

Does a Claude skill template require any dependencies?▼

No, a Claude skill template requires no dependencies. It provides a basic, standalone starter blueprint with empty components, allowing you to craft new capabilities directly without prerequisite installations.