valid-skill

Validate Skill Unit parsing with a minimal YAML frontmatter example.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pluk-inc/skills --skill valid-skill-pluk-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: valid-skill
Source: https://github.com/pluk-inc/skills/tree/main/tests/fixtures/valid-skill
Command: npx skills add https://github.com/pluk-inc/skills --skill valid-skill-pluk-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a minimal, well-formed example used to validate Skill Unit parsing and onboarding tooling.

Core Features & Use Cases

  • Demonstrates required YAML frontmatter with a name and description.
  • Includes a small body and a references directory to exercise discovery and indexing.
  • Serves as a reference for developing additional skills and validators.

Quick Start

Inspect the skill package by opening SKILL.md and references/*.md to verify frontmatter and reference content.

Frequently Asked Questions about valid-skill

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

FAQPage Schema
How do I validate YAML frontmatter parsing for skill units?

YAML frontmatter validation is performed by checking required fields like name and description against a minimal, well-formed example to ensure proper skill unit parsing.

What is the best way to test skill onboarding tooling and reference discovery?

Testing skill onboarding tooling requires a complete skill structure with a references directory to exercise discovery and indexing, ensuring optional directories like scripts and assets are detected when present.

How do I check if my skill structure has all required metadata fields?

Checking skill structure metadata requires validating that required fields such as name and description exist in the YAML frontmatter, and confirming optional directories like references, scripts, and assets are properly detected.

Can I use a minimal example to develop additional skill validators?

A minimal, well-formed example with YAML frontmatter and a references directory serves as a reference for developing additional skills and validators for onboarding tooling.

Does frontmatter validation detect optional directories like references and scripts?

Frontmatter validation detects optional directories including references, scripts, and assets when present, ensuring complete skill structure validation beyond just required name and description fields.

Why does my skill unit parsing fail to find the references directory?

Skill unit parsing may fail if the references directory is missing or malformed; a well-formed example includes this directory to properly exercise discovery and indexing tooling.