example-command

Demonstrate YAML frontmatter fields for slash-command SKILL.md templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill provides a ready-to-use template that shows how to define and expose a slash command via a frontmatter-driven SKILL.md, helping teams adopt consistent skill layouts.

Core Features & Use Cases

  • Demonstrates the use of YAML frontmatter fields such as name, description, argument-hint, and allowed-tools.
  • Illustrates how the Markdown body serves as activation instructions for the Skill.
  • Use case: to replicate this pattern when creating new slash-command style skills for rapid deployment.

Quick Start

Invoke the slash command with a sample argument to see the demonstration.

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 slash command using YAML frontmatter?

You define a slash command using YAML frontmatter by specifying fields such as name, description, argument-hint, and allowed-tools in a SKILL.md file to establish the skill layout and activation behavior.

What is a frontmatter-driven slash command skill?

A frontmatter-driven slash command skill is a template pattern where YAML metadata fields configure the invocation behavior, and the Markdown body provides the activation instructions for the skill.

How do I structure a SKILL.md file for slash-command style invocations?

Structure a SKILL.md file by placing YAML frontmatter at the top to define command properties, followed by a Markdown body that serves as instructional content for skill activation during invocation.

When should I use the argument-hint field in a slash command frontmatter?

Use the argument-hint field in slash command frontmatter when you need to demonstrate or guide how arguments are passed during skill invocation to ensure correct command execution.

Do I need any dependencies to create a frontmatter-driven slash command?

No dependencies are required to create a frontmatter-driven slash command, as the skill relies solely on YAML frontmatter fields and a Markdown body for its layout and execution.