beta-minimal

Validate skill loader discovery using minimal YAML frontmatter with name and description.

116|51|Updated May 8, 2026
One-click install
npx skills add https://github.com/LegalQuants/lq-ai --skill beta-minimal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beta-minimal
Source: https://github.com/LegalQuants/lq-ai/tree/main/api/tests/fixtures/skills/beta-minimal
Command: npx skills add https://github.com/LegalQuants/lq-ai --skill beta-minimal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Minimal frontmatter-based Skill Unit used to validate that the skill loader can discover and load a skill with only a name and a description in the YAML frontmatter.

Core Features & Use Cases

  • Lightweight manifest validation: ensures the presence of essential metadata (name, description) without requiring additional assets.
  • Discovery resilience: confirms the loader can handle skills with no namespaces and no optional components.
  • Use Case: run the loader in a CI environment to ensure basic skill registration and absence of mandatory fields handling.

Quick Start

Load the beta-minimal skill to verify the loader accepts a minimal frontmatter manifest.

Frequently Asked Questions about beta-minimal

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

FAQPage Schema
How do I validate a skill loader with minimal frontmatter in a test environment?

Validate a skill loader by applying a minimal frontmatter manifest containing only a name and description to confirm discovery and registration without optional assets. This ensures the loader processes basic YAML metadata correctly across permissive scenarios.

What is required in YAML frontmatter for basic skill discovery?

Basic skill discovery requires the YAML frontmatter to contain a name and a description. It does not depend on optional assets, scripts, or a namespace to validate that the loader recognizes the skill.

Does the skill loader handle manifests with no namespace and no components?

Yes, the loader handles manifests with no namespace and no components. It processes the frontmatter as the sole metadata to confirm discovery resilience for skills lacking optional assets.

Can I use a minimal frontmatter manifest to test CI environment skill registration?

You can use a minimal frontmatter manifest to test skill registration in a CI environment. Running the loader with this lightweight skill verifies basic registration and validates the absence of mandatory fields handling.