What problem does it solve?
This Skill removes friction when running and maintaining long-lived development or production processes by providing a consistent way to configure, observe, restart, and remove background workflows so applications remain available and recover from failures.
Core Features & Use Cases
- Configure and create workflows: Map a shell command to a named long-running task with options for wait-for-port, output type, and auto-start behavior.
- Inspect and monitor: List workflows, retrieve recent output and logs, and check which ports a workflow is listening on.
- Control lifecycle: Restart misbehaving services, remove unused workflows, and handle timeouts and restart errors to stabilize the runtime environment.
- Use Case: Start a frontend dev server, verify it opens the expected port for preview, restart after dependency changes, and remove legacy workflows that conflict with new services.
Quick Start
Configure a workflow named Start application to run npm run dev, wait for port 5000, and use webview output so the frontend is accessible.