valid-skill

Validate Skill Unit discovery with a minimal SKILL.md frontmatter entry.

23.2k|2.2k|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/can1357/oh-my-pi --skill valid-skill-can1357
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: valid-skill
Source: https://github.com/can1357/oh-my-pi/tree/main/packages/coding-agent/test/fixtures/skills/valid-skill
Command: npx skills add https://github.com/can1357/oh-my-pi --skill valid-skill-can1357

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill validates the health of the Skill discovery process by providing a minimal, valid Skill Unit used for testing ingestion pipelines.

Core Features & Use Cases

  • Lightweight Skill Unit with a valid SKILL.md frontmatter for name and description.
  • Serves as a reliable artifact for automated tests of parsing, indexing, and loading skills in development and CI.
  • Useful as a placeholder to verify end-to-end workflows without introducing external dependencies.

Quick Start

List the directory contents or run a test harness to load the skill and confirm metadata parsing.

Frequently Asked Questions about valid-skill

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

FAQPage Schema
How do I validate SKILL.md frontmatter parsing in a CI environment?▼

To validate SKILL.md frontmatter parsing in CI, use a minimal valid Skill Unit as a test artifact to confirm the ingestion pipeline correctly loads the required YAML name and description metadata.

What is a Skill Unit and what metadata is required for discovery?▼

A Skill Unit is a directory containing a root SKILL.md file with YAML frontmatter. Valid discovery requires the frontmatter to include at minimum a name and description field for metadata loading.

Can I use a minimal skill to test an indexing pipeline without external dependencies?▼

Yes, you can use a minimal valid skill artifact to test indexing pipelines without external dependencies, serving as a reliable placeholder to verify end-to-end metadata loading workflows.

How do I test agent skill metadata loading in development environments?▼

To test agent skill metadata loading in development, load a lightweight valid Skill Unit and run a test harness to confirm the parser correctly extracts the YAML frontmatter fields.

Does skill validation require any external dependencies or components?▼

Skill validation does not require external dependencies or components, as the minimal valid test artifact only needs a SKILL.md file with proper YAML frontmatter to verify discovery scope.