Labsco
anthropics logo

example-command

✓ Official31,500

by anthropic · part of anthropics/claude-plugins-official

An example user-invoked skill that demonstrates frontmatter options and the skills/<name>/SKILL.md layout

🔥✓ VerifiedFreeQuick setup
🔒 Repo-maintenance skill. It exists to help maintain anthropics/claude-plugins-official itself — it's only useful if you contribute code to that project.

An example user-invoked skill that demonstrates frontmatter options and the skills/<name>/SKILL.md layout

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.


name: example-command description: An example user-invoked skill that demonstrates frontmatter options and the skills/<name>/SKILL.md layout argument-hint: <required-arg> [optional-arg] allowed-tools: [Read, Glob, Grep, Bash]

Example Command (Skill Format)

This demonstrates the skills/<name>/SKILL.md layout for user-invoked slash commands. It is functionally identical to the legacy commands/example-command.md format — both are loaded the same way; only the file layout differs.

Arguments

The user invoked this with: $ARGUMENTS

Instructions

When this skill is invoked:

  1. Parse the arguments provided by the user
  2. Perform the requested action using allowed tools
  3. Report results back to the user

Frontmatter Options Reference

Skills in this layout support these frontmatter fields:

  • name: Skill identifier (matches directory name)
  • description: Short description shown in /help
  • argument-hint: Hints for command arguments shown to user
  • allowed-tools: Pre-approved tools for this skill (reduces permission prompts)
  • model: Override the model (e.g., "haiku", "sonnet", "opus")