mesh-flow (version 2) for general ai agentic (codex, claude code, opencode)
by Roy Yuen
Transform brittle prompt chains into robust, artifact-driven DAG workflows with hard gates and explicit traces.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Compile my project.yaml and run the resulting execution plan to check for any blocked nodes or pending gates.
Your agent does
$ mesh compile project.yaml ✓ Topology validated (5 nodes) ✓ Artifact contracts resolved ✓ Emitted: execution-plan.json
$ mesh run execution-plan.json [1/5] draft-plan: DONE (Artifact: plan_v1) [2/5] review: BLOCKED (Gate: human_approval required) Waiting for operator...
What you get
About this skill
Artifact-Driven DAG Orchestration
Modern AI agents often fail because of brittle, implicit prompt-chaining. Mesh Flow solves this by providing a robust compile-then-run DAG system that moves orchestration logic out of prompts and into a structured framework. It ensures your multi-agent workflows are predictable, verifiable, and governed by hard-coded logic rather than model probabilities.
What it does
- Decouples Topology from Logic: Define your workflow in a single
project.yamlidentifying nodes by what artifacts they consume and produce. - Strict Validation: The compiler checks for circular dependencies, missing artifact producers, and schema violations before execution starts.
- Enforced Hard Gates: Implement human-in-the-loop approvals, artifact presence checks, and custom verifiers that models cannot bypass.
- Standardized Adapter Contract: Provides a uniform interface for all skill nodes, ensuring consistent trace logging and error reporting.
Why use this skill
Unlike simple sequential prompting, Mesh Flow offers a professional state machine with three distinct failure states (failed, blocked, rejected) and automated recovery paths. It includes a CLI for local validation, execution, and generating Mermaid visualizations of your agent's decision graph. This is essential for developers building production-grade agentic systems where reliability and observability are non-negotiable.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
1 install
Downloaded by developers to date
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 2 months ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
Also available in a bundle
Frequently Asked Questions
Popular in AI Agents & LLM Ops
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.

agent-handoff-orchestrator (for hermes agent / openclaw)
Generate high-fidelity, structured handoff packets for seamless multi-agent collaboration and session persistence.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.