PiFlow
Self-designing, self-improving multi-agent workflow orchestration engine
All Skills in This Repository (18)
Pure Emerald Level Indicatorsmulti-source-research
Integrate Reddit, YouTube, and Exa APIs to synthesize research briefs.
web-design-guidelines
Review UI code for compliance with Web Interface Guidelines.
transform-workflow-to-pi
Convert Claude Code workflows into pi agent-compatible format.
premium-saas-stack
Compose dark premium SaaS frontends from a vetted design menu.
piflow-triage
Identify and record issues from Pi Flow measurement reports and judgment references.
piflow-inspect
Inspect Pi Flow runs and nodes with piflowctl diagnostic commands.
piflow-fixer
Automate feedback cycle triage, routing, and verification in agentic systems.
piflow-overlord
Manage pi fleet workflow nodes with continue, abort, rerun, and escalate decisions.
piflow-start
Execute and monitor Pi Flow workflows via SDK CLI with Claude Code.
piflow-release
Automate Pi Flow npm package publication via CI with changesets and OIDC.
piflow-init
Create workflows executed on a fleet of pi agents using the @piflow/core SDK.
iso-hero-illustration
Create 2.5D iso hero illustrations from a canonical design doc.
Frequently Asked Questions
FAQPage SchemaHow to install PiFlow?▼
Run `npx skills add blueif16/PiFlow --all -g -y` in your terminal to install all skills in this suite globally.
What does PiFlow actually do?▼
It turns a plain-English goal into a runnable workflow graph, executes each node as a sealed sandboxed agent, and monitors everything from your terminal. A built-in learning loop records what worked so each run starts ahead of the last.
How is PiFlow different from LangGraph or CrewAI?▼
PiFlow designs the graph from your goal instead of requiring a fixed hand-coded flow, and every node is a full isolated agent rather than a thin model call. It also self-improves online through a triage-fix-gate loop.
Does PiFlow work with Claude Code?▼
Yes. Claude Code acts as the single console that designs, runs, and monitors workflows through the piflowctl CLI and the included skills.
Can I run PiFlow workflows on cheaper models?▼
Yes. Each node runs on the pi runtime with any OpenAI-compatible coding model, so you can execute proven workflows on efficient non-Claude models at lower cost.
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