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.