sample-skill

Validate YAML frontmatter parsing and installer transformations for Ring skill packages.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665 --skill sample-skill-withmartian-sandbox
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sample-skill
Source: https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665/tree/main/installer/tests/fixtures/skills/sample-skill
Command: npx skills add https://github.com/withmartian-sandbox/ghrc-x-3126672651424eddb640ecc81321a665 --skill sample-skill-withmartian-sandbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a deterministic test fixture to validate the Ring installer parsing and transformation pipeline so frontmatter, sequence relationships, and platform-specific shorthand are handled correctly before wider use.

Core Features & Use Cases

  • YAML frontmatter parsing and validation of mandatory fields such as name and description.
  • Platform-specific terminology conversion tests (e.g., ring: shorthand transformations) and sequence ordering checks for installer adapters.
  • Integration-test fixture demonstrating Task dispatch patterns to verify adapter behavior and end-to-end installation flows.

Quick Start

Run the sample-skill installer test to validate frontmatter parsing and platform-specific transformations.

Frequently Asked Questions about sample-skill

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

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

Validate installer transformations by running a fixture that checks sequence ordering and ring: shorthand conversions, verifying that platform-specific terminology and adapter dispatch patterns are handled correctly end-to-end.

What is a ring: shorthand transformation in installer adapters?▼

A ring: shorthand transformation is a platform-specific terminology conversion tested within installer adapters to verify that sequence ordering and namespace detection map correctly during package installation flows.

How do I test Task dispatch patterns for installer adapter verification?▼

Test Task dispatch patterns for installer adapter verification by using an integration-test fixture that demonstrates sample dispatch behaviors to confirm adapter responses and end-to-end installation flows.

Does this installer validation fixture check for mandatory frontmatter fields?▼

Yes, the installer validation fixture checks for mandatory frontmatter fields such as name and description, ensuring YAML frontmatter compliance and proper parsing of required metadata before package deployment.

Why does my installer transformation pipeline fail frontmatter compliance checks?▼

Installer transformation pipelines fail frontmatter compliance checks when mandatory fields like name and description are missing or malformed, preventing proper YAML parsing and shorthand namespace detection during adapter testing.