example-skill

Create a minimal skill unit with YAML frontmatter and Markdown body.

1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/karchtho/my-claude-marketplace --skill example-skill-karchtho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/karchtho/my-claude-marketplace/tree/main/bundles/dev-toolkit-bundle/skills/bundle-maker/examples/minimal-bundle/skills/example-skill
Command: npx skills add https://github.com/karchtho/my-claude-marketplace --skill example-skill-karchtho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This minimal skill example provides a clear, ready-to-use template that demonstrates the essential requirements for a Skill Unit: a YAML frontmatter with a name and description and a Markdown body that serves as the operational instructions.

Core Features & Use Cases

  • Demonstrates the minimal structure required for a valid Skill Unit.
  • Serves as an instructional template for creating new skills and onboarding new contributors.
  • Useful for documentation, education, and quick-start tutorials to illustrate proper skill scaffolding.

Quick Start

Create a new SKILL.md at the root of your skill directory that includes a name, a description, and a short Markdown body.

Frequently Asked Questions about example-skill

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

FAQPage Schema
What is the minimal structure required for a valid skill unit?

A valid skill unit requires YAML frontmatter with a name and description, followed by a Markdown body for operational instructions. This bare-bones structure serves as a ready-to-use template for educational demos and onboarding guides.

How do I create a minimal YAML frontmatter template for a new skill?

To create a minimal YAML frontmatter template, define a SKILL.md file at your skill directory root. Include the name and description fields in the YAML header, then add a short Markdown body underneath to serve as operational instructions for the skill.

Do I need external dependencies or bundled resources to build a skill scaffold?

No external dependencies or bundled resources are needed to build a skill scaffold. A bare-bones skill unit requires only a SKILL.md file with valid YAML frontmatter for the name and description, plus a Markdown body for instructions.

When should I use a minimal skill template for documentation?

Use a minimal skill template for documentation when you need to illustrate proper skill scaffolding, create quick-start tutorials, or onboard new contributors. It provides a clear, instructional example of the essential frontmatter validation and Markdown body requirements.

What is the best way to validate YAML frontmatter for skill creation?

The best way to validate YAML frontmatter for skill creation is to ensure the template enforces the presence of both the name and description fields. This minimal validation confirms the skill unit meets the essential structural requirements before adding operational instructions.