blueif16blueif16Community·18 Agent Skills Included

PiFlow

Self-designing, self-improving multi-agent workflow orchestration engine

Designs and runs goal-driven workflows as graphs of isolated, sandboxed agents coordinated through the filesystem. Eliminates hand-drawn DAGs, manual node wiring, and fragile prompt-only orchestration with verified on-disk contracts. Adds a learning loop that triages failures, fixes node skills, and gates every change so workflows improve each run.
npx skills add blueif16/PiFlow --all -g -y

All Skills in This Repository (18)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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