skill-audit
Installation
SKILL.md
galmuri:skill-audit — SKILL.md SSL auditor
Prerequisites
scripts/preflight.shpasses (jq, bash, bats).- Python 3 with PyYAML for frontmatter parsing.
- Read access to the target path.
Step 1: Ingest
Receive a target path; if missing, ask: "What should I audit? e.g. skills/distill/SKILL.md (single) or skills/ (batch)."
audit ./skills/distill/SKILL.md # single-mode
audit ./skills # batch-mode → globs skills/*/SKILL.md (+ *.ko.md if present), each processed independently
Per-target validation: file readable · frontmatter present (between two ---) · body ≤ 500 lines (warn if larger; do not abort).