gamma-tagged

Provides a minimal SKill entry with tag metadata for loader tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This fixture exposes a minimal skill entry with tag metadata to exercise and validate tag-based loading behavior in test environments.

Core Features & Use Cases

  • Minimal, frontmatter-defined Skill entry used for deterministic loader tests.
  • Provides a controlled set of tags to verify include/exclude logic during discovery.
  • Serves as a lightweight example for tag-filter scenarios in CI pipelines.

Quick Start

Run the gamma-tagged skill in test runs to verify that tag query parameters correctly include or exclude it.

Frequently Asked Questions about gamma-tagged

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

FAQPage Schema
How do I test skill discovery tag filtering in a loader test suite?▼

To test skill discovery tag filtering, you can use a minimal fixture skill with controlled tag metadata to verify that loader query parameters correctly include or exclude specific entries during test runs.

What is a tag-based fixture used for in CI pipelines?▼

A tag-based fixture provides a controlled set of tags to verify include and exclude logic during skill discovery, serving as a lightweight example for tag-filter scenarios in CI pipelines.

How do I resolve tag-filter inconsistencies during skill loader tests?▼

To resolve tag-filter inconsistencies during skill loader tests, run a minimal frontmatter-defined skill entry in your test suite to ensure query parameters return the correct subset of skills.

Do I need dependencies to use a fixture for tag-based loader validation?▼

No dependencies are required. The fixture provides a minimal SKILL.md frontmatter with a name, description, and simple body to support deterministic loader tests without external packages.

Can I use a minimal skill entry to verify include and exclude logic in test environments?▼

Yes, you can use a minimal skill entry with tag metadata to exercise and validate tag-based loading behavior, verifying include and exclude logic during discovery in test environments.

What's the best way to validate tag query parameters return the correct skill subset?▼

The best way to validate tag query parameters is to run a fixture skill in test runs, ensuring that tag filtering correctly includes or excludes the entry based on the provided tags.