template-skill

Create new Skill Units using a SKILL.md template with YAML frontmatter.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Aiden-Kwak/Bob-Skills --skill template-skill-aiden-kwak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/Aiden-Kwak/Bob-Skills/tree/main/.cursor/skills/template-skill
Command: npx skills add https://github.com/Aiden-Kwak/Bob-Skills --skill template-skill-aiden-kwak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This is a template skill for demonstrating the structure and functionality of a Skill Unit.

Core Features & Use Cases

  • Placeholder: This skill serves as a basic example.
  • Use Case: Use this template to understand how to create new skills.

Quick Start

Replace this with a quick start instruction for the 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 structure from scratch?

To create a new Skill Unit, you need a mandatory SKILL.md file containing YAML frontmatter for metadata and a Markdown body for documentation. This template provides the required structure, demonstrating where to define configuration and how to format the skill's description.

What is the required file format for building AI-powered skills?

Building AI-powered skills requires a SKILL.md file written in Markdown with an embedded YAML frontmatter block. This format defines the skill's metadata and documentation, ensuring the system can properly parse and execute the skill unit.

Do I need to understand YAML and Markdown syntax to develop a skill?

Yes, understanding YAML and Markdown syntax is required to develop a skill. You must use YAML to define the frontmatter metadata and Markdown to structure the body content within the SKILL.md file for proper parsing.

What should be included in the SKILL.md frontmatter when creating a template skill?

The SKILL.md frontmatter must include metadata fields like the skill name, author, category, keywords, and tagline. This YAML block configures the skill's identity and searchability before the Markdown body describes its functionality.

Can I use this template to understand how to structure skill documentation?

Yes, you can use this template to understand how to structure skill documentation. It demonstrates the mandatory sections including problem description, core features, use cases, and quick start instructions within the Markdown body.