Add verify/check mode documentation and list-skills script

This commit is contained in:
Matt Pocock
2026-04-30 10:12:35 +01:00
parent f71bb975bf
commit 3dae2b1945
2 changed files with 22 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
REPO="$(cd "$(dirname "$0")/.." && pwd)"
cd "$REPO"
find . -name SKILL.md -not -path '*/node_modules/*' | sed 's|^\./||' | sort