Initial commit: antigravity-ipa-workflow

This commit is contained in:
nvtien
2026-02-16 13:58:02 +09:00
commit c5d9aab580
43 changed files with 4436 additions and 0 deletions

5
install.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Install IPA Workflow skills globally
# Usage: ./install.sh [--workspace]
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
"$SCRIPT_DIR/scripts/sync_skills.sh" "${1:---global}" "${@:2}"