Broken refs
Skill blakebauman/skillist-validator/tests/fixtures/broken-refs
Validate AI coding assistant skills against the Agent Skills specification (agentskills.io) — a dependency-free validator with fix hints, plus skills for auditing instruction quality and tuning description triggering.
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.
2 things to look at
- 12 days oldThe repository was created 12 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
Fixture for bundled-file reference rules. Use when testing that the validator catches missing, nested and unreferenced bundled files.
SKILL.md
1.0 KB, 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.