template-skill

Provides a placeholder SKILL.md scaffold for authoring new skill units.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/SESELOVSKYDarian/Vase --skill template-skill-seselovskydarian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/SESELOVSKYDarian/Vase/tree/main/.agents/skills/template-skill
Command: npx skills add https://github.com/SESELOVSKYDarian/Vase --skill template-skill-seselovskydarian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill serves as a starting template for creating new skill units, giving authors the required SKILL.md structure with frontmatter fields so they do not have to build the scaffold from scratch. ## Core Features & Use Cases - Frontmatter Scaffold: Includes the mandatory name and description YAML frontmatter required for skill discovery. - Instruction Placeholder: Provides a body section where operational instructions for the AI can be written. - Use Case: When bootstrapping a new skill in a repository like the Vase monorepo, copy this template, replace the placeholder name and description, and fill in the instructions body. ## Quick Start Copy this template skill and replace the placeholder name, description, and instructions to define a 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 the SKILL.md frontmatter to set a unique name and a description of when the AI should use it. Replace the placeholder body with the operational instructions for your workflow.

What fields are required in a SKILL.md file?

A valid SKILL.md requires YAML frontmatter containing at least a name and a description. The Markdown body after the frontmatter holds the instructions loaded when the skill activates.

Can a skill include scripts or reference files?

Yes, a skill may include optional scripts, references, and assets directories alongside SKILL.md. Scripts run for deterministic tasks, references provide in-depth reading, and assets store documents.

Why is my skill not being discovered?

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