Use when checking the overall health of a skills library. Run doctor, validate, check for stale skills, and verify generated docs are in sync.
74
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Verify that a skills library is consistent, up-to-date, and ready to share or install from.
--format json for structured output when automating health checks.--dry-run before running build-docs to check if docs are already in sync.validate and doctor first.--fields to limit output when inspecting large catalogs.npx ai-agent-skills validateThis checks: required fields, folder consistency, frontmatter validity, collection integrity, and generated doc sync.
npx ai-agent-skills doctor --format jsonnpx ai-agent-skills check --format jsonnpx ai-agent-skills build-docs --dry-run --format jsonIf currentlyInSync is false, regenerate:
npx ai-agent-skills build-docsnpx ai-agent-skills curate review --format jsonvalidate passes with no errorsdoctor reports no broken installsbuild-docs --dry-run shows docs are in syncwhyHere fieldsskills/skills.json total matches actual skill countvalidate and doctor are read-only — they never mutate the library.check makes network requests to verify upstream sources. It may be slow or timeout on unreachable repos.curate review queue is derived from missing fields and stale verification dates — it is a heuristic, not a mandate.039ad59
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.