Files
ericpapa80 6f98f9f8fb refactor(skills): colocate remaining bundled helpers in skill directories
Move KTX, SRT, fine-dust, and setup helpers out of root bundle[] so CLI sync reads skill-local scripts/. Keep thin repo shims for PYTHONPATH=scripts tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 10:45:15 +09:00

5 lines
134 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
root="$(cd "$(dirname "$0")/.." && pwd)"
exec "$root/k-skill-setup/scripts/check-setup.sh" "$@"