pgflow-devpgflow-devOfficialยท5 Agent Skills Included

pgflow

TypeScript workflow engine built directly on Supabase

Builds multi-step background workflows and AI pipelines inside Supabase using a simple TypeScript definition. Handles queues, retries, state tracking, and parallel processing automatically without Redis or external services. Fetches current pgflow documentation on demand so installation, deployment, and debugging answers stay accurate.
npx skills add pgflow-dev/pgflow --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install pgflow?โ–ผ

Run `npx skills add pgflow-dev/pgflow --all -g -y` in your terminal to install all skills in this suite globally.

What is pgflow used for?โ–ผ

pgflow lets you define multi-step workflows in TypeScript that run entirely inside Supabase. It handles retries, parallel steps, and state tracking without extra infrastructure like Redis or Temporal.

Can pgflow run AI pipelines?โ–ผ

Yes. It is designed for LLM chains, RAG pipelines, and web scraping jobs, with automatic per-step retries when flaky AI APIs fail.

Does pgflow require servers outside Supabase?โ–ผ

No. It runs entirely on Postgres and Supabase Edge Functions, so all workflow state stays queryable with plain SQL.

How do I get accurate pgflow documentation?โ–ผ

The included docs skill fetches the latest pages directly from pgflow.dev, so answers about APIs, configuration, and releases always reflect the current version.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’