example-skill

Create Claude Code plugin skills with standardized SKILL.md frontmatter.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/angrybeagles/weather-dashboard --skill example-skill-angrybeagles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/angrybeagles/weather-dashboard/tree/main/.claude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/skills/example-skill
Command: npx skills add https://github.com/angrybeagles/weather-dashboard --skill example-skill-angrybeagles

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Document and demonstrate a standardized Claude Code plugin skill template that serves as a reference for building and validating skills.

Core Features & Use Cases

  • Provides a consistent skeleton for SKILL.md frontmatter (name, description, version) and optional components (references, examples, scripts).
  • Helps new skill authors learn structure, packaging, and metadata validation.
  • Use Case: A developer wants to draft a new Claude Code plugin skill quickly using the template.

Quick Start

Create a new skill folder, add SKILL.md with name and description frontmatter, and include optional references, examples, and scripts as needed.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I structure a Claude Code plugin skill template?

A Claude Code plugin skill template requires a SKILL.md file with name and description frontmatter, alongside optional component directories for scripts, references, and assets to ensure a valid Skill Unit.

What frontmatter metadata is required for a valid SKILL.md file?

Valid SKILL.md frontmatter requires name and description fields to define the skill, while version and other optional metadata can be added for further documentation and validation.

How do I create a new Claude Code plugin skill quickly?

To create a Claude Code plugin skill quickly, generate a new folder, add a SKILL.md file with required name and description frontmatter, and include optional references, examples, and scripts as needed.

Can I use optional component directories when building plugin skills?

Yes, you can use optional component directories such as scripts, references, and assets when building plugin skills to organize supplementary files and validate the overall structure.

What is the best way to validate frontmatter metadata for skill development?

The best way to validate frontmatter metadata for skill development is to use a standardized reference template that checks for required name and description fields within the SKILL.md file.

Do I need dependencies to document a Claude Code skill structure?

No dependencies are required to document a Claude Code skill structure, as the template provides a self-contained skeleton for defining frontmatter and optional component directories.