Validate skills
Skill thinkyou0714/claude-lab-skills/.claude/skills/validate-skills
Validate the skill packs and run repo checks (structure, lint, types, tests). Use when asked to validate skills, check the repo, or verify a new/edited SKILL.md.From its SKILL.md
npx -y skills add thinkyou0714/claude-lab-skills --skill validate-skillsAssembled 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
0.8 KB, 150 tokens by cl100k_base, as published. Nobody here has run it
Validate this skills repository and report results concisely.
- Ensure dev tooling is present (the SessionStart bootstrap installs
[dev]extras; elsemake install). - Run
make validatefirst (plugin/skill structure + SKILL.md frontmatter). For the full gate:make check(validate + lint + typecheck + test) andmake check-docs(markdown lint + spell). - Summarize: which checks passed/failed, and for each failure the offending skill/file + the first error line.
- Do not edit skill content unless asked; when adding/fixing a SKILL.md, follow
CONTRIBUTING.mdnaming + frontmatter rules.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.