What problem does it solve? Managing persistent background processes like web servers, APIs, and desktop apps requires manual configuration and restarts after every code change. This Skill automates the full lifecycle of Replit workflows so applications stay running and reflect the latest code. ## Core Features & Use Cases - Workflow Configuration: Create workflows binding shell commands to long-running tasks with port, output type (webview, console, vnc), and auto-start settings. - Status Monitoring: List all workflows and inspect state, console output, and open ports for any workflow. - Restart & Removal: Restart workflows after code changes or remove ones no longer needed, with automatic stop handling. - Use Case: After editing your Express server code, restart the "Start application" workflow on port 5000 with webview output so the user immediately sees the updated web app. ## Quick Start Configure a workflow named "Start application" running "npm run dev" on port 5000 with webview output, then restart it after my code changes.