Broken refs
Skill blakebauman/skillist-validator/tests/fixtures/broken-refs
Fixture for bundled-file reference rules. Use when testing that the validator catches missing, nested and unreferenced bundled files.From its SKILL.md
npx -y skills add blakebauman/skillist-validator --skill broken-refsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 176 tokens by cl100k_base, as published. Nobody here has run it
Fixture for the file-reference rules.
- Read
references/valid.mdfirst — it exists and resolves cleanly. references/missing.mddoes not exist, so it must be reported.references/deep/nested/too-far.mdis both missing and over-nested.- The orphan reference file exists but is deliberately never named by path anywhere in this body, so the validator should report it as dead weight.
scripts/build.shis ambiguous: this skill bundles noscripts/directory, so it may mean the project's own script rather than a missing bundled one.~/Downloads/user-data.csvis a path in the user's project, not a bundled file, and must not be reported as missing..workspace/INDEX.mdis likewise external and must not be reported.
What ships with it: 2 files
238 B alongside SKILL.md