pgflow

Installation
SKILL.md

PgFlow

Multi-subcommand skill for working with PgFlow — a PostgreSQL-based DAG workflow engine for Elixir/Phoenix. PgFlow replaces Redis queues and external orchestration with pure PostgreSQL, using PGMQ for message queuing and OTP for execution.

Subcommands

Subcommand Purpose Reference
bootstrap Add PgFlow to a Phoenix app (deps, migrations, config, supervision) references/bootstrap.md
flow Scaffold a new flow module and compile to database references/flow.md
job Scaffold a new job module and compile to database references/job.md
step Add a step to an existing flow references/step.md
dashboard Add the PgFlow LiveView dashboard to the router references/dashboard-setup.md
liveview Scaffold a LiveView with LiveClient flow tracking references/liveview-setup.md
debug Inspect a run — status, step states, errors, retries references/debug.md

/pgflow help

Display a list of all available subcommands. Output the following exactly:

Installs
2
GitHub Stars
1
First Seen
May 21, 2026
pgflow — agoodway/goodskills