reboot

star 63

Kill, rebuild, and relaunch VibePad for testing

ignatovv By ignatovv schedule Updated 2/7/2026

name: reboot description: Kill, rebuild, and relaunch VibePad for testing disable-model-invocation: false

Reboot VibePad: kill the running app, rebuild from source, and launch the new build.

  1. Kill any running VibePad process:
killall VibePad 2>/dev/null || true
  1. Build:
xcodebuild -scheme VibePad -destination 'platform=macOS' build 2>&1 | tail -5
  1. Launch the freshly built app (use the most recently modified .app if multiple exist):
open $(ls -td /Users/vyuignatiov/Library/Developer/Xcode/DerivedData/VibePad-*/Build/Products/Debug/VibePad.app 2>/dev/null | head -1)
  1. Report whether the build succeeded or failed to the user.
Install via CLI
npx skills add https://github.com/ignatovv/VibePad --skill reboot
Repository Details
star Stars 63
call_split Forks 7
navigation Branch main
article Path SKILL.md
More from Creator