project-rebuilder
Installation
SKILL.md
Safety Rules
Critical: Read and follow global-rules/bash-safety.md for all bash/command execution.
Core rules:
- Always set explicit
timeouton bash calls — 30s for tests, 60s for installs, never default - Never run unscoped full test suites — use
-kor file paths to limit scope - Never use
rm -rfwithout variable guards,curl|bash,sudo, orkill -9 - Infinite loops must have hard timeout + budget limits — no unbounded while(True)
- Redirect stdin with
< /dev/nullfor non-interactive commands
A bash timeout that triggers SIGKILL corrupts the terminal FD, crashes opencode's TUI, and forces a GUI restart.
Project Rebuilder 项目重建
参考现有项目从零重写核心特性的技能。采用 team 并行审查 + ralph 持久执行 模式。
Quick Commands
Related skills