template-skill

Provides a placeholder scaffold for authoring new Skill units.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/skyrocoster/dnd-kids-resources --skill template-skill-skyrocoster
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/skyrocoster/dnd-kids-resources/tree/main/.agents/skills/template-skill
Command: npx skills add https://github.com/skyrocoster/dnd-kids-resources --skill template-skill-skyrocoster

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new Skill from scratch is error-prone because the required SKILL.md frontmatter and structure are easy to get wrong. This template gives authors a minimal, valid starting point with the mandatory name and description fields already in place. ## Core Features & Use Cases - Valid Skeleton: Ships a SKILL.md with the required YAML frontmatter (name and description) so the unit passes discovery validation immediately. - Authoring Guidance: Placeholder text marks exactly where to write the skill description and operational instructions. - Use Case: When adding a new capability to an agent environment, copy this directory, rename it, replace the frontmatter values, and write the instruction body instead of recalling the format from memory. ## Quick Start Copy the template-skill directory, rename it, and replace the placeholder name, description, and instructions with the details of your new skill.

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 new Skill unit from a template?▼

Copy the template-skill directory, rename the folder, then edit SKILL.md to replace the placeholder name and description in the YAML frontmatter. Write the operational instructions in the Markdown body below the frontmatter.

What fields are required in SKILL.md frontmatter?▼

A valid SKILL.md requires at least a name and a description in its YAML frontmatter. These fields are used for skill discovery, and the Markdown body after the frontmatter holds the instructions loaded at activation.

Can a Skill unit include scripts or reference files?▼

Yes, a Skill may optionally include scripts/, references/, and assets/ directories alongside SKILL.md. Scripts run for deterministic tasks, references provide in-depth reading, and assets store document information.

Why is my new skill not being discovered?▼

Discovery fails when SKILL.md is missing, misnamed, or lacks valid YAML frontmatter with name and description. Verify the file sits at the skill directory root and the frontmatter block is properly delimited.