在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用reboot
星标65
分支8
更新时间2026年2月7日 22:53
Kill, rebuild, and relaunch VibePad for testing
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Kill, rebuild, and relaunch VibePad for testing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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.
killall VibePad 2>/dev/null || true
xcodebuild -scheme VibePad -destination 'platform=macOS' build 2>&1 | tail -5
open $(ls -td /Users/vyuignatiov/Library/Developer/Xcode/DerivedData/VibePad-*/Build/Products/Debug/VibePad.app 2>/dev/null | head -1)