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".
Imported from jeremylongshore/tons-of-skills-marketplace (tests/fixtures/root-level-skill-plugin/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill root-level-skill-plugin. Copyright stays with the author (MIT).
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.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-root-level-sk-e4869d/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "jeremylongshore-tons-of-skills-marketplace-root-level-sk-e4869d",
"kind": "skill",
"name": "root-level-skill-fixture",
"description": "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\".",
"publisher": "jeremylongshore",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"test-fixture",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"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\"."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
"path": "tests/fixtures/root-level-skill-plugin/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/tests/fixtures/root-level-skill-plugin/SKILL.md",
"key": "jeremylongshore/tons-of-skills-marketplace/tests/fixtures/root-level-skill-plugin/SKILL.md"
},
"compatibility": "Designed for Claude Code",
"allowed_tools": [
"Read"
],
"license": "MIT"
},
"instructions": "## Overview\n\nFixture skill used by `tests/test_root_level_skill_discovery.py`. It exists solely\nto verify that the validator's batch walker (`find_skill_files`) picks up\nplugins that follow the Anthropic-spec layout — SKILL.md at plugin root with no\n`skills/<name>/` subdirectory.\n\n## Prerequisites\n\nNone — this is a static fixture.\n\n## Instructions\n\nDo not invoke this skill. It is a test fixture only.\n\n## Output\n\nN/A.\n\n## Error Handling\n\nN/A.\n\n## Examples\n\nN/A.\n\n## Resources\n\n- `scripts/validate-skills-schema.py` — the function under test.",
"cost": {
"context_tokens": 136
}
}
Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-root-level-sk-e4869d/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.