Dev & Engineering ✓ Anthropic · Official argument-parsingslash-commandfrontmatterfile-searchshell-commands

Example Command Skill

A reference slash command that parses arguments, runs an action, and reports the result.

FollowSkills review · FSRS-2.0
Not recommended
32/ 100 5-point scale 1.6 / 5
Trust8 / 25 · 1.6/5

The skill is explicitly user-invoked and limits access to Read, Glob, Grep, and Bash; however, Bash is broad, and there are no rules for least privilege, confirmation, data flows, sensitive data, external effects, or rollback, so points are deducted.

Reliability5 / 20 · 1.3/5

The file structure, argument placeholder, and invocation steps are internally understandable on the happy path; however, argument parsing, abnormal-input handling, dependency checks, failure feedback, and reproducible tests are absent, and static calibration limits the score.

Adaptability5 / 15 · 1.7/5

It identifies a user-invoked scenario, provides an argument hint, and includes two basic examples; however, the requested action is undefined, with no input/output contract, non-fit boundaries, precise trigger conditions, or evidence of Chinese-language or mainland-China network fit.

Convention8 / 15 · 2.7/5

Frontmatter, layout guidance, help description, and examples are clear, while repository context supplies an Apache-2.0 license and official maintenance provenance; the skill lacks installation notes, versioning, changelog, known limitations, FAQ, and an explicit update path.

Effectiveness3 / 15 · 1.0/5

It can demonstrate skill formatting and a generic invocation flow, but the actual capability is reduced to performing an unspecified user-requested action; there is no concrete usable output, so substantial user rework remains.

Verifiability3 / 10 · 1.5/5

The source is auditable and its frontmatter and examples can be checked; however, there are no skill-specific tests, CI coverage, third-party execution evidence, or corroborating sources, so static calibration keeps this below6.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision b0b9f02b0581
Before you use it
  • This is a format-demonstration skill, not a fully specified production capability; its actual results cannot be determined from the file.
  • The pre-approved Bash permission is broad; confirm the exact commands, file scope, and possible external effects before use.
  • Error handling, rollback, sensitive-data, and network-dependency guidance are absent; this review did not execute the skill or run tests.
Review evidence [1][2][3][4][5][6]
See the full review method →

What it does & when to use it

Example Command is a user-invoked reference skill showing the `skills/<name>/SKILL.md` layout and its frontmatter options. When invoked, it parses the supplied arguments, performs the requested action with approved tools, and reports the results. It is functionally equivalent to the legacy `commands/example-command.md` format. Its primary value is demonstrating Claude Code plugin structure rather than providing a defined production workflow.

Reads and parses the user-supplied $ARGUMENTS; uses the approved Read, Glob, Grep, or Bash tools to perform the requested action; and reports the results to the user. The specific action is determined by the request and is not fixed by the source file.

  1. A Claude Code plugin developer referencing the `skills/<name>/SKILL.md` directory layout.
  2. A plugin author demonstrating frontmatter fields such as `name`, `description`, `argument-hint`, and `allowed-tools`.
  3. A developer validating how arguments are passed into a user-invoked skill.

Pros & cons

Pros
  • Provides a clear reference layout for a user-invoked skill.
  • Explicitly lists the approved Read, Glob, Grep, and Bash tools.
  • Includes an argument hint and copyable invocation examples.
Limitations
  • It is a demonstration skill, not a defined domain-specific workflow.
  • The actual operation depends on the user's request; no tests or success criteria are provided.
  • It uses Claude Code-oriented `$ARGUMENTS`, slash-command behavior, and `allowed-tools`, so other clients would require adaptation.

How to install

Install the target plugin from the official plugin directory in Claude Code with /plugin install example-plugin@claude-plugins-official. The source does not document separate installation steps for this individual skill or for other clients.

How to use

Invoke it in Claude Code with /example-command my-argument or /example-command arg1 arg2. It parses the arguments, performs the requested action, and reports the result. The source does not define a specific action.

Compared to similar skills

The source explicitly compares it with the legacy commands/example-command.md format: both load and function the same way, with the difference limited to file layout.

FAQ

Is this intended as a production-ready task skill?
Not by itself. It is primarily a reference implementation for skill layout and frontmatter, without a defined business capability.
Which permissions does it declare?
Its frontmatter allows Read, Glob, Grep, and Bash; the practical permission behavior depends on the host environment.
What fixed task does it perform?
None is specified. It parses arguments and uses approved tools for the requested action, but the source does not define that action.
How are arguments supplied?
Use a slash-command invocation such as `/example-command my-argument` or `/example-command arg1 arg2`.

More skills from this repository

All from anthropics/claude-plugins-official

Productivity & Collaboration ✓ Anthropic · Official

Project Status Artifact

Turn complex, multi-stream work into a living project status page.

Design & Frontend ✓ Anthropic · Official

Distinctive Frontend Design

Build an intentional visual identity for interfaces that should not feel templated.

Dev & Engineering ✓ Anthropic · Official

MCP Interactive App Builder

Add chat-embedded forms, pickers, dashboards, and confirmation widgets to MCP servers.

Dev & Engineering ✓ Anthropic · Official

Claude Skill Template Example

A reference for understanding and creating Claude Code plugin skill templates.

Dev & Engineering ✓ Anthropic · Official

MCPB Local Server Packager

Bundle a local MCP server with its runtime into one installable file.

Dev & Engineering ✓ Anthropic · Official

Claude Code Receipts

Turn local Claude Code sessions and Git history into a shareable impact report.

Design & Frontend ✓ Anthropic · Official

Playground Builder

Turn complex visual or structural choices into a live, self-contained HTML explorer.

Dev & Engineering ✓ Anthropic · Official

MCP Server Builder

Helps developers choose the right MCP deployment, tool pattern, framework, and authentication before writing code.

Dev & Engineering ✓ Anthropic · Official

Claude Code Agent Development Guide

Design, write, and validate autonomous agents for Claude Code plugins.

Automation & Ops ✓ Anthropic · Official

Discord Channel Access

Manage Discord pairings, allowlists, and DM or group policies through a local JSON configuration.

Dev & Engineering ✓ Anthropic · Official

CLAUDE.md Improver

Audit and precisely improve CLAUDE.md files across a repository.

Dev & Engineering ✓ Anthropic · Official

Claude Code Hook Development

Design, configure, validate, and debug event-driven hooks for Claude Code plugins.

Dev & Engineering ✓ Anthropic · Official

Skill Creator

Create, evaluate, and iteratively improve Agent Skills.

Dev & Engineering ✓ Anthropic · Official

MCP Integration for Claude Plugins

Configure MCP servers in Claude Code plugins to connect external services and expose their tools.

Dev & Engineering ✓ Anthropic · Official

Claude Code Plugin Skill Development

A practical guide to designing, writing, organizing, validating, and testing skills for Claude Code plugins.

Dev & Engineering ✓ Anthropic · Official

Claude Automation Advisor

Analyze a codebase and identify the most useful Claude Code automations for the project.

Dev & Engineering ✓ Anthropic · Official

Math Olympiad Adversarial Solver

Solve and stress-test IMO, Putnam, USAMO, and AIME problems with adversarial proof verification.

Dev & Engineering ✓ Anthropic · Official

Claude Code Plugin Blueprint

A practical guide to structuring plugins, configuring manifests, and organizing Claude Code components.

Dev & Engineering ✓ Anthropic · Official

Project Plugin Settings Pattern

Store and read configurable Claude Code plugin settings in project-local Markdown files.

Automation & Ops ✓ Anthropic · Official

M5Stack Onboarding

Detect, flash, and provision M5Stack ESP32 boards with UIFlow firmware and MicroPython apps.

Related skills