template-skill

Creates a skeleton for Skill Units with YAML frontmatter name and description fields.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a ready-to-use skeleton for creating new Skill Units, ensuring a consistent starting point and reducing setup time.

Core Features & Use Cases

  • Self-contained scaffold that guarantees SKILL.md presence and a valid frontmatter with name and description.
  • Optional directories (scripts/, references/, assets/) can be added to extend functionality as needed.
  • Use Case: Quickly bootstrap a new Skill Unit by cloning this template and customizing frontmatter and body.

Quick Start

Replace the placeholder name and description in SKILL.md, then add the operational instructions in the body and create any optional directories (scripts/, references/, assets/) as needed.

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 with a valid YAML frontmatter?

To create a skill unit, you need a root SKILL.md file containing YAML frontmatter with at least the name and description fields. You can use a starter-kit template to bootstrap this skeleton and ensure valid frontmatter.

What is the minimum structure required for skill development automation?

The minimum structure for skill development is a root SKILL.md file with valid YAML frontmatter. Optional directories like scripts/, references/, and assets/ can be added to extend functionality as needed.

How do I bootstrap a skill template for my team?

You can bootstrap a skill template by cloning a ready-to-use skeleton, replacing the placeholder name and description in the SKILL.md frontmatter, and then adding operational instructions to the body.

Does a skill unit require scripts or assets directories to work?

No, a skill unit does not require scripts or assets directories. The scripts/, references/, and assets/ directories are completely optional and can be added only when you need to extend the skill's functionality.

Why use a starter kit for creating new skills instead of starting from scratch?

Using a starter kit guarantees a consistent starting point and reduces setup time by ensuring SKILL.md presence and valid frontmatter. It provides a self-contained scaffold for immediate customization.