example-command

Define a frontmatter-driven example skill with YAML metadata and command flow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-made template to illustrate how a skill is defined and invoked using a frontmatter-driven layout, making it easier for teams to prototype and validate metadata and behavior.

Core Features & Use Cases

  • Frontmatter-driven configuration: Defines name, description, argument hints, and allowed tools for consistent discovery.
  • Self-contained example body: Includes a sample command flow that is loaded as contextual instructions on activation.
  • Use Case: Useful for onboarding new developers to the skills format and validating tooling integrations.

Quick Start

Invoke the command with sample arguments to observe the skill's behavior.

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

To define a slash-command skill using YAML frontmatter, you provide metadata like name, description, argument-hint, and allowed-tools, followed by a body loaded as contextual instructions. This structure validates behavior and tooling integrations for command-style prototypes.

What is a frontmatter-driven skill layout used for?

A frontmatter-driven skill layout is used to standardize command-style skill discovery and execution. It separates metadata configuration from the instruction body, allowing teams to prototype skills and validate tooling integrations consistently during developer onboarding.

What metadata fields are required to validate a command-style skill structure?

Validating a command-style skill structure requires a YAML frontmatter containing name, description, argument-hint, and allowed-tools fields. These metadata fields ensure proper skill discovery and define the contextual instructions loaded upon activation.

Can I use this frontmatter skill template for developer onboarding?

Yes, you can use this frontmatter skill template for developer onboarding. It provides a self-contained example body and sample command flow that demonstrates how teams prototype command-style skills and validate metadata structure.

How does the body of a frontmatter-driven skill execute when invoked?

The body of a frontmatter-driven skill executes by being loaded as contextual instructions upon activation. When you invoke the command with sample arguments, the defined metadata and instruction body validate the skill's behavior and tooling integrations.