example-command

Demonstrate skill definition and loading via SKILL.md frontmatter.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill example-command
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-command
Source: https://github.com/onelee85/my-skills/tree/main/claude-plugins-official/plugins/example-plugin/skills/example-command
Command: npx skills add https://github.com/onelee85/my-skills --skill example-command

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a minimal, self-contained example to illustrate how a Skill is defined and loaded via a SKILL.md frontmatter, serving as a clear template for learning and documentation.

Core Features & Use Cases

  • Demonstrates frontmatter-driven skill definition and loading.
  • Illustrates the skills/example-command/SKILL.md layout and its parity with the legacy command format.
  • Serves as an accessible, educational reference for documenting skills.

Quick Start

Run /example-command with a required-arg and an optional-arg as needed.

Frequently Asked Questions about example-command

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

FAQPage Schema
How do I define a skill using SKILL.md frontmatter?

To define a skill using SKILL.md frontmatter, include a valid frontmatter block with the required name and description fields, followed by a functional body demonstrating the documented skills/example-command/SKILL.md layout.

What is the skills/example-command/SKILL.md layout used for?

The skills/example-command/SKILL.md layout serves as a minimal, self-contained template to illustrate frontmatter-driven skill definition and loading, providing a clear reference for documentation and learning.

How do I run example-command with required and optional arguments?

Run example-command by executing /example-command with a required-arg and an optional-arg as needed, demonstrating how frontmatter-defined skills process input parameters.

Does the SKILL.md layout maintain parity with the legacy command format?

The SKILL.md layout illustrates parity with the legacy command format by demonstrating how frontmatter-driven metadata loads and defines skills in a standardized structure.

What frontmatter fields are required to load a skill successfully?

Loading a skill via frontmatter requires valid name and description fields to meet the technical requirement, ensuring the skill is properly defined and recognized within the documentation layout.

Can I use this frontmatter-backed skill layout for learning documentation?

This frontmatter-backed skill layout is applicable to learners and developers seeking a concrete, minimal example of metadata definition, serving as an accessible educational reference for documenting skills.