Add jojo development flow skill
This commit is contained in:
commit
9540ca92f5
6 changed files with 318 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 "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
|
||||
cd "$repo"
|
||||
find skills -name SKILL.md -not -path '*/node_modules/*' | sort
|
||||
Loading…
Add table
Add a link
Reference in a new issue