boundary-29-char-reason

Validate Skill Unit parsing of minimal YAML frontmatter at regex boundaries.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/charleshall888/cortex-command --skill boundary-29-char-reason
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: boundary-29-char-reason
Source: https://github.com/charleshall888/cortex-command/tree/main/tests/fixtures/skill_size_budget/boundary-29-char-reason
Command: npx skills add https://github.com/charleshall888/cortex-command --skill boundary-29-char-reason

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Synthetic fixture used to validate Skill Unit metadata parsing and boundary handling in repository tests.

Core Features & Use Cases

  • Minimal YAML frontmatter with name and description at the root to verify discovery.
  • No required optional directories to test boundary conditions and parser robustness.

Quick Start

Run a validation test that loads this Skill Unit and confirms discovery and frontmatter parsing.

Frequently Asked Questions about boundary-29-char-reason

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

FAQPage Schema
How do I validate YAML frontmatter parsing for skills with minimal metadata?▼

You can validate minimal YAML frontmatter parsing by using a synthetic test fixture that checks root-level name and description fields. This verifies discovery logic and ensures parsers correctly handle boundary-limited descriptions without requiring optional components or dependencies.

What is a regex boundary condition in metadata discovery?▼

A regex boundary condition in metadata discovery occurs when YAML frontmatter sits at the exact edge of a parsing pattern limit. Testing this involves using minimal metadata to verify that parsers correctly identify and extract root-level fields without missing truncated descriptions.

How do I test Skill Unit discovery when no external dependencies exist?▼

Test Skill Unit discovery without dependencies by loading a fixture containing only required root-level YAML fields. Running a validation test confirms the parser finds and reads the skill metadata successfully, proving robustness even when optional directories and scripted resources are absent.

Do I need optional components or directories to test skill metadata parsing?▼

No, you do not need optional components or directories to test skill metadata parsing. Minimal YAML frontmatter with only a root-level name and description is sufficient to validate parser robustness and ensure consistent discovery under boundary conditions.

Why does my skill discovery fail when frontmatter is minimal?▼

Skill discovery might fail with minimal frontmatter due to regex boundary handling issues. To resolve this, test your parser against a fixture with only root-level name and description fields to ensure the discovery logic correctly processes boundary-limited metadata.

Can I use a synthetic fixture to test boundary handling in repository tests?▼

Yes, you can use a synthetic fixture to test boundary handling in repository tests. A fixture with minimal YAML frontmatter at a regex boundary validates that your parser robustly discovers skills and extracts metadata without relying on optional components.