workflows

Configure, list, inspect, restart, and remove Replit workflows.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill workflows-naopensedoit2-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows
Source: https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor/tree/main/.local/skills/workflows
Command: npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill workflows-naopensedoit2-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you manage long-running Replit processes (like web servers and background workers) by letting you start, restart, inspect logs, and remove workflows without manual, error-prone steps.

Core Features & Use Cases

  • Workflow lifecycle management: list workflows, restart them, and remove unused ones to keep the project clean.
  • Operational visibility: check workflow status, recent output, and open ports to confirm services are actually up.
  • Deterministic background execution: bind shell commands to persistent processes that remain running until stopped.

Quick Start

Configure a web app workflow by running: configure workflow "Start application" with command "npm run dev", output type "webview", and wait for port 5000.

Frequently Asked Questions about workflows

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

FAQPage Schema
How do I restart a web server on Replit after changing code?

To restart a web server on Replit, you can use this Skill to manage workflow lifecycles by listing active processes, inspecting their status, and issuing a restart command to apply code changes without manual intervention.

How do I check console logs and open ports for background services?

You can inspect background services by retrieving their current status, recent output logs, and open ports to verify that your persistent application processes are actually running and accessible.

What is the best way to configure a persistent background process for a Replit workflow?

The best way to configure a persistent background process is to bind a shell command to a named workflow, specifying parameters like output type and optional port monitoring to ensure deterministic execution.

Can I run CLI and TUI applications as persistent Replit workflows?

Yes, you can run CLI and TUI applications as persistent Replit workflows by configuring named workflows with the correct shell commands, allowing them to remain running in the background until explicitly stopped.

Why does my workflow require a specific port configuration to start correctly?

Workflows require specific port configuration because the system supports an optional waitForPort parameter, ensuring that your web server or background service is fully initialized and listening before the workflow is considered active.

How do I remove unused workflows to keep my Replit project clean?

You can remove unused workflows through the workflow lifecycle management feature, which allows you to list all configured processes and delete the ones no longer needed to maintain a clean project environment.