example-skill

Validate SKILL.md frontmatter and referenced directories for compliant skill scaffolds.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill example-skill-richfrem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/agent-scaffolders/tests/gold-standard-plugin/skills/example-skill
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill example-skill-richfrem

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The skill helps teams demonstrate and validate what a compliant SKILL.md looks like and serves as a regression-testing fixture for maturity checks.

Core Features & Use Cases

  • Demonstrates canonical SKILL.md structure with frontmatter and references directory.
  • Provides a gold-standard acceptance criteria and analysis notes to guide evaluators.
  • Serves as a template for new skill scaffolding and educational demonstrations.

Quick Start

Review the skill and its references to understand the canonical scaffold and use the fixture to validate tooling.

Frequently Asked Questions about example-skill

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

FAQPage Schema
What is a compliant agent skill scaffold and how does it work?

A compliant agent skill scaffold validates that a SKILL.md file contains correct frontmatter and a populated references directory with acceptance criteria and analysis notes. It checks that optional components like scripts and assets exist only when populated.

How do I validate SKILL.md frontmatter and directory structure?

Validate SKILL.md frontmatter by ensuring it includes the required name and description fields, then confirm the references directory exists with acceptance criteria and analysis notes. Optional scripts and assets directories should only be present when populated with files.

Can I use a skill scaffold as a regression-testing fixture for maturity checks?

Yes, the skill scaffold serves as a regression-testing fixture for maturity checks by providing a gold-standard example of a compliant SKILL.md structure, allowing teams to validate tooling against canonical frontmatter and reference directories.

What's the best way to create a new skill scaffold for educational demonstrations?

Use a gold-standard skill scaffold as a template for new skill scaffolding and educational demonstrations. Review its SKILL.md frontmatter, references directory, acceptance criteria, and analysis notes to understand the canonical structure before generating new skills.

When should optional directories like scripts and assets be included in a skill scaffold?

Optional directories like scripts and assets should be included in a skill scaffold only when they are populated with files. A compliant structure requires the references directory to exist, but optional components must not be present if they are empty.

Do I need acceptance criteria and analysis notes in the references directory for a compliant skill?

Yes, a compliant skill scaffold requires the references directory to contain both acceptance criteria and analysis notes. These files guide evaluators and ensure the skill structure meets the required maturity checks.