sample-skill

Parse SKILL.md front matter and extract name and description fields.

38|8|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/rp1-run/rp1 --skill sample-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sample-skill
Source: https://github.com/rp1-run/rp1/tree/main/cli/src/__tests__/fixtures/valid-plugin/skills/sample-skill
Command: npx skills add https://github.com/rp1-run/rp1 --skill sample-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill demonstrates the SKILL.md format for testing parsing and discovery.

Core Features & Use Cases

  • Lightweight sample to illustrate frontmatter validation and basic structure.
  • Shows how to compose a YAML frontmatter and a short body.
  • Used to verify parser and UI discovery.

Quick Start

Load this sample skill's SKILL.md to verify parsing and discovery.

Frequently Asked Questions about sample-skill

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

FAQPage Schema
How do I parse SKILL.md files to extract metadata?

Parse SKILL.md by extracting YAML frontmatter and Markdown fields such as name and description. This Skill automates frontmatter validation and schema-aligned metadata extraction for plugin test suites and CI validation workflows.

What is the SKILL.md format and when do I need it?

SKILL.md is a structured format combining YAML frontmatter with Markdown body to declare skill name, description, and structure. Use it in documentation pipelines and automated discovery systems where machine-readable skill schemas are required.

Can I use SKILL.md parsing in CI validation workflows?

Yes. SKILL.md parsing targets CI validation workflows, documentation pipelines, and plugin test suites. It produces a machine-readable schema-aligned representation enabling automated verification of skill fixtures and parser validation.

How do I validate YAML frontmatter and Markdown extraction?

Load the SKILL.md file, extract frontmatter fields, and parse Markdown body content. This Skill demonstrates frontmatter validation and basic structure composition for verifying parser accuracy and UI discovery.

What metadata fields does SKILL.md include?

SKILL.md includes YAML frontmatter with skill name and description, plus a Markdown body. This lightweight format illustrates minimal content handling and production of machine-readable schema-aligned output for testing and discovery.