Claude
Skills
Sign in
Back

root-level-skill-fixture

Included with Lifetime
$97 forever

Minimal fixture skill for regression coverage of root-level SKILL.md discovery. Use when validating that find_skill_files picks up Anthropic-spec layout. Trigger with "root level skill fixture".

AI Agentstest-fixture

What this skill does


## Overview

Fixture skill used by `tests/test_root_level_skill_discovery.py`. It exists solely
to verify that the validator's batch walker (`find_skill_files`) picks up
plugins that follow the Anthropic-spec layout — SKILL.md at plugin root with no
`skills/<name>/` subdirectory.

## Prerequisites

None — this is a static fixture.

## Instructions

Do not invoke this skill. It is a test fixture only.

## Output

N/A.

## Error Handling

N/A.

## Examples

N/A.

## Resources

- `scripts/validate-skills-schema.py` — the function under test.

Related in AI Agents