Validate skill line
Skill MauricioPerera/llms-txt-skills/docs/skills/validate_skill_line
RFC v0.8 + implementación de referencia para publicar Agent Skills a través de llms.txt. Incluye parser, validador, schema JSON y skills de ejemplo.
npx -y skills add MauricioPerera/llms-txt-skills --skill validate_skill_lineAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 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
Validate a single `## Skills` bullet line against the llms.txt Skills format before publishing it.
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.6 KB, as published. Nobody here has run it
validate_skill_line
Use this when drafting or reviewing a ## Skills entry. Pass the EXACT
markdown bullet line; you get back valid, the parsed fields, and precise
errors / warnings (missing sha256, tool without tool_sha256, non-semver
version, short description). Fix errors before publishing; warnings are
adoption-ladder hints, not blockers. For whole-file validation use
npx @rckflr/llms-skills validate <llms.txt>.