example-command

Demonstrate a minimal slash-command skill layout with frontmatter fields.

231|217|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/fazxes/Claude-code --skill example-command-fazxes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-command
Source: https://github.com/fazxes/Claude-code/tree/main/stubs/downloads/official-plugins/marketplaces/claude-plugins-official/plugins/example-plugin/skills/example-command
Command: npx skills add https://github.com/fazxes/Claude-code --skill example-command-fazxes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Demonstrates how to structure a user-invoked slash-command skill with frontmatter and body.

Core Features & Use Cases

  • Provides a living example of name/description/frontmatter fields used in skills
  • Shows how to include an example usage and a simple instructional body
  • Serves as a reference implementation for skill authors

Quick Start

Invoke /example-command with a sample argument to see the slash-command workflow in action.

Frequently Asked Questions about example-command

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

FAQPage Schema
How do I structure a slash-command skill with frontmatter?

To structure a slash-command skill, include mandatory frontmatter fields like name, description, argument-hint, and allowed-tools. This example serves as a reference implementation showing the required layout and an instructional body.

What frontmatter fields are required for a slash-command skill?

Required frontmatter fields for a slash-command skill are name, description, argument-hint, and allowed-tools. An optional model field is also supported, which this example skill demonstrates for authoring reference.

How do I create a reference implementation for skill authoring?

You create a reference implementation for skill authoring by defining the mandatory frontmatter and a SKILL.md layout. This skill provides a living example of those fields with a sample usage section for discovery.

Does a slash-command skill need an example usage section?

A slash-command skill benefits from an example usage section to demonstrate the workflow. This reference skill shows how to include a sample argument invocation and a simple instructional body for new authors.

Can I use an optional model field in skill frontmatter?

Yes, you can use an optional model field in skill frontmatter alongside the mandatory name, description, argument-hint, and allowed-tools fields. This example demonstrates how to specify it correctly.

What is the best way to demonstrate a minimal slash-command layout?

The best way to demonstrate a minimal slash-command layout is by applying the mandatory frontmatter fields and a SKILL.md body. This skill provides a living example of that structure for developer discovery.