workflows

Manages lifecycle of long-running application workflows, including configuring, monitoring, restarting, and removing them across environments.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/soq123/SE3354-Calo-fit --skill workflows-soq123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows
Source: https://github.com/soq123/SE3354-Calo-fit/tree/main/.local/skills/workflows
Command: npx skills add https://github.com/soq123/SE3354-Calo-fit --skill workflows-soq123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Workflow management automates the lifecycle of long-running processes, reducing manual overhead and human error when starting, restarting, and stopping services.

Core Features & Use Cases

  • Configure and manage persistent workflows that run long-running tasks
  • Auto-restart workflows after code or environment changes
  • Inspect status, logs, and open ports to troubleshoot and monitor applications
  • Remove obsolete workflows to keep configurations clean

Quick Start

Create a persistent workflow named Start application that runs npm run dev.

Frequently Asked Questions about workflows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate restarting long-running application workflows after code changes?

Automate restarting long-running application workflows by configuring persistent services that auto-restart after code or environment changes, reducing manual overhead and human error in development and production environments.

What is the best way to monitor persistent services and check open ports?

Monitor persistent services by inspecting workflow status, which provides current logs and open ports to troubleshoot and monitor applications across development and production environments.

Can I manage both web servers and CLI tools as persistent workflows?

Yes, you can configure and manage persistent workflows that run long-running tasks including web servers, CLIs, and TUIs across development and production environments.

How do I configure a new persistent workflow for a development server?

Configure a new persistent workflow by defining its name and execution command, such as creating a workflow named Start application that runs npm run dev to manage the process lifecycle.

Why remove obsolete workflows from server configurations?

Remove obsolete workflows to keep configurations clean and prevent unused persistent services from consuming resources across development and production environments.

Does workflow orchestration support port constraints for persistent services?

Yes, workflow orchestration supports port constraints and various output types when configuring and managing persistent services across development and production environments.