Documentation
¶
Overview ¶
Command skillcheck validates a tree of Dockyard agent skills against the SKILL.md format (agentskills.io specification). It is the small CLI the drift-audit script and the phase-29 smoke check invoke via `go run`.
Usage:
skillcheck <skills-dir> [<skills-dir> ...]
Exits 0 when every SKILL.md found under each given directory parses cleanly and conforms to the spec; exits 1 with a diagnostic line per violation otherwise. Designed to be the simplest possible thing the drift hook can wrap: zero flags, deterministic exit code, one issue per line on stderr.
Click to show internal directories.
Click to hide internal directories.