Add verify/check mode documentation and list-skills script
This commit is contained in:
parent
f71bb975bf
commit
3dae2b1945
2 changed files with 22 additions and 0 deletions
7
scripts/list-skills.sh
Executable file
7
scripts/list-skills.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue