skill-audit

Installation
SKILL.md

galmuri:skill-audit — SKILL.md SSL auditor

Prerequisites

  • scripts/preflight.sh passes (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).

Step 2: Decompose

Installs
7
Repository
jazz1x/galmuri
GitHub Stars
3
First Seen
May 20, 2026
skill-audit — jazz1x/galmuri