Add jojo development flow skill

This commit is contained in:
matamune 2026-05-12 21:58:42 +00:00
commit 9540ca92f5
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324
6 changed files with 318 additions and 0 deletions

7
scripts/list-skills.sh Executable file
View 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