project-rescue
Installation
SKILL.md
Project Rescue
Recovery playbook for vibecoders. When in doubt, start from Level 1 and escalate.
Quick Diagnosis
Ask: "What was the last thing you (or an AI) changed?" — this usually points to the problem.
Recovery Levels
Level 1: Soft Reset (Try First)
App won't start or shows errors after changes:
# Kill everything and restart
pkill -f node
npm run dev