Root level skill plugin
Skill jeremylongshore/claude-code-plugins-plus-skills/tests/fixtures/root-level-skill-plugin
425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill root-level-skill-pluginAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
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".
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.9 KB, as published. Nobody here has run it
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.