template-skill

Provides a starter scaffold for authoring new Skill units with required frontmatter.

Updated Sep 5, 2026
One-click install
npx skills add https://github.com/SillyHippy/zo-skills --skill template-skill-sillyhippy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/SillyHippy/zo-skills/tree/main/skills/template-skill
Command: npx skills add https://github.com/SillyHippy/zo-skills --skill template-skill-sillyhippy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating a new Skill from scratch requires knowing the mandatory SKILL.md structure, YAML frontmatter fields, and directory conventions, which is error-prone without a reference starting point. ## Core Features & Use Cases - Standard Frontmatter Scaffold: Ships a SKILL.md with the required name and description fields plus optional metadata like author and category. - Placeholder Instructions: Includes a clearly marked body section where operational instructions for the AI are inserted. - Use Case: A developer building a custom Skill copies this template, replaces the placeholder description and instructions, and immediately has a valid, discoverable Skill unit. ## Quick Start Copy this template and replace the placeholder name, description, and instructions to define my 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 from a template?▼

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

What fields are required in SKILL.md frontmatter?▼

The frontmatter must define at least a name and a description for the Skill to be discoverable. Optional metadata such as author and category can also be included.

Can I add scripts or references to a Skill?▼

Yes, a Skill may include optional scripts, references, and assets directories alongside SKILL.md. These resources are used on demand as directed by the instructions in SKILL.md.

Why is my Skill not being discovered?▼

Discovery fails when SKILL.md is missing at the directory root or the frontmatter lacks a name or description. Verify the file name casing and that the YAML block is properly delimited.