pgflow
TypeScript workflow engine built directly on Supabase
All Skills in This Repository (5)
Pure Emerald Level IndicatorsIdea Refinement
Structure early-stage ideas with implementation steps and architectural decisions.
Scratch Review
Review scratch notes by age and delete, keep, or promote them.
Roadmap
Organize feature ideas into implementation-ready specs and a sequenced roadmap.
notes-sync
Stage, commit, and push development notes to a Git repository.
scratch-capture
Capture conversation notes into a scratch folder with descriptive filenames.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core