Dev & Engineering ✓ Anthropic · Official plugin-developmentskill-templatesyaml-frontmatter

Claude Skill Template Example

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

FollowSkills review · FSRS-1.0
Not recommended
58/ 100 5-point scale 2.9 / 5
This review was completed under FSRS 1.0. Dimension scores are not converted; it is queued for re-review under FSRS 2.0.
Utility14 / 20 · 3.5/5

The skill gives users who create, understand, or design Claude Code plugin skills a clear reference for structure, triggers, frontmatter, and writing practices. Its purpose and scope are reasonably clear, but it does not demonstrate a distinctive advantage over official documentation or other templates and does not define non-fit cases, so 6 points are deducted.

Reliability7 / 20 · 1.8/5

The file is internally consistent and covers directory structure, frontmatter, and authoring guidance, but it has no executable behavior, test suite, validation results, failure handling, or reproducibility evidence. Static review supports only limited happy-path plausibility, so 13 points are deducted.

Safety18 / 25 · 3.6/5

The skill provides documentation only and contains no scripts, external calls, credential handling, data transfer, or destructive defaults, resulting in a low direct risk profile. It does not specify least-privilege permissions, user confirmation, isolation, rollback, or data-flow controls, so 7 points are deducted.

Evidence5 / 15 · 1.7/5

The SKILL.md is auditable primary material with concrete structure examples and field guidance. It provides no third-party reproduction, CI, committed tests, or independent corroboration, so coverage is limited and 10 points are deducted.

Usability6 / 10 · 3.0/5

Triggers, subject matter, output nature, and skill-directory examples are clear, and no extra dependency is required. Installation, compatibility, troubleshooting, cost, and disable/exit guidance are absent, leaving significant adoption assumptions; 4 points are deducted.

Maintenance8 / 10 · 4.0/5

The skill has version 1.0.0, while repository provenance, Apache-2.0 licensing, Anthropic ownership, and repository-level automation signals are clear. The skill itself lacks a changelog, response commitment, and explicit update path, so 2 points are deducted.

Evidence confidence:Low Reviewed Jul 19, 2026 Reviewed revision e09c3b1e5f6e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • This is a static source review; the skill was not executed and its triggering behavior was not verified.
  • Anthropic provenance must not be treated as evidence of reliability, safety, test quality, or effectiveness.
  • Adopters should verify the current Claude Code skill specification and actual activation behavior.
Review evidence [1][2][3][4][5][6]
See the full review method →

What it does & when to use it

This is the example skill in example-plugin from anthropics/claude-plugins-official, intended for skill development and format reference. It explains how YAML frontmatter defines a skill’s name, trigger description, and version, and documents required and optional supporting files. It also provides patterns for effective descriptions and practical development guidance. The skill does not run scripts, call tools, or connect to external services.

Provides a reference SKILL.md template; documents the basic skills/skill-name/SKILL.md layout; lists optional README.md, references/, examples/, and scripts/ directories; explains the name, description, version, and license frontmatter fields; and gives guidance on trigger phrases, focused scope, activation testing, and avoiding overlap with other skills.

  1. A developer creating a Claude Code plugin skill who needs a minimal directory and SKILL.md example.
  2. A skill author designing activation conditions who wants examples of useful phrases, keywords, and topic signals for description.
  3. A team organizing a complex skill that needs references, examples, or scripts directories and wants a documented layout.
  4. A user learning Agent Skill development patterns who needs a basic distinction between skills, commands, and agents.

Pros & cons

Pros
  • Clearly documents a minimal skill structure and optional file layout.
  • Explains frontmatter fields and how to write activation-oriented descriptions.
  • Useful as an introductory reference template for skill development.
  • Shows no runtime requirement for shell, network, filesystem, or MCP access.
Limitations
  • Provides reference guidance rather than an executable generator or automation workflow.
  • The source provides no test suite, platform compatibility testing, or failure-handling guidance.
  • It is written for Claude Code plugin skills; loading details for other clients are not documented.
  • It is one example skill and does not represent the capabilities of sibling skills in the repository.

How to install

The skill is located at plugins/example-plugin/skills/example-skill/ in the repository. The README documents plugin installation through Claude Code: run /plugin install example-plugin@claude-plugins-official, or find it through /plugin > Discover. The source does not document a separate installation command for this individual skill.

How to use

After installing the plugin containing the skill, use a request such as “demonstrate skills,” “show skill format,” or “create a skill template,” or ask about skill development patterns. These phrases and topics are listed as activation conditions in SKILL.md. The source does not document a manual invocation command, parameters, or output schema.

FAQ

Does this skill automatically create a complete plugin?
No. It provides structure, frontmatter, and writing guidance, but the source does not describe automatic file or plugin generation.
What runtime permissions does it require?
The source shows no requirement for shell, network, filesystem, MCP, or other external dependencies.
Can this skill be installed separately?
The README documents installing plugins through the marketplace, but it does not provide a separate command for installing example-skill.
What is it best suited for?
It is suited to understanding skill format, creating skill templates, designing activation descriptions, and learning development patterns—not to executing automation tasks.

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

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.

Automation & Ops ✓ Anthropic · Official

Discord Channel Configurator

Save a Discord bot token and lock down channel access.

Related skills