example

Structure a Skill unit using the SKILL.md format with frontmatter parsing and optional resources wiring.

100|12|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/StepfenShawn/kota --skill example-stepfenshawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example
Source: https://github.com/StepfenShawn/kota/tree/main/.kota/skills/example
Command: npx skills add https://github.com/StepfenShawn/kota --skill example-stepfenshawn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill demonstrates how to structure a Skill unit using the canonical SKILL.md format, providing a reusable template for discovery and activation.

Core Features & Use Cases

  • Demonstrates how frontmatter (name, description, dependencies) is defined and parsed by the Skill loader.
  • Illustrates optional resources wiring with scripts/, references/, and assets/ that can be attached to a Skill.
  • Serves as an onboarding example to help teams create consistent Skill units for training and documentation.

Quick Start

Create a new Skill unit by following the SKILL.md template and customize its frontmatter.

Frequently Asked Questions about example

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a markdown skill unit for onboarding documentation?

To structure a markdown skill unit, use the canonical SKILL.md format to define frontmatter like name, description, and dependencies. This provides a reusable template for team onboarding and documentation discovery.

What is the SKILL.md format used for in Kota?

The SKILL.md format is used to document skills in Kota by defining frontmatter parsed by the Skill loader and wiring optional resources like scripts, references, and assets to ensure consistent team onboarding.

How do I parse frontmatter metadata for a markdown skill template?

You parse frontmatter metadata by defining fields like name, description, and dependencies at the top of your SKILL.md file. The Skill loader automatically reads this structured markdown to activate the unit.

Can I attach scripts and references to a markdown documentation skill?

Yes, you can attach scripts, references, and assets to a markdown documentation skill. The SKILL.md format supports optional resources wiring to enrich the skill unit with supplementary files.

Do I need dependencies to create a documentation template in Kota?

No, you do not need dependencies to create a documentation template in Kota. The SKILL.md format allows you to define an empty dependencies array in the frontmatter while still ensuring proper parsing and activation.