Self-Healing Active runtime recovery for coding agents. When something breaks, run the loop: diagnose → patch → verify → file . Leave behind a reusable, verified artifact instead of a swept-under-the-rug failure. The premise mirrors browser-use/browser-harness: the harness improves itself every run . An agent that hits a gap doesn't fail — it writes the fix during execution, verifies it works, and files the durable artifact for future runs. Coding tasks deserve the same loop. What this skill is for When a coding agent hits a wall mid-task, the default failure modes are: 1. Paper over it — "le…