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.
- Design complex multi-node agent workflows in structured YAML
- Enforce human-in-the-loop approval gates for critical agent actions
- Generate Mermaid diagrams to visualize agent orchestration logic
$6
· or 30 creditsSecure checkout via Stripe
Included in download
- Design complex multi-node agent workflows in structured YAML
- Enforce human-in-the-loop approval gates for critical agent actions
- terminal, file_read, file_write automation included
- Ready for Claude Code
Sample input
Compile my project.yaml and run the resulting execution plan to check for any blocked nodes or pending gates.
Sample output
$ 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...
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.
$6
· or 30 creditsSecure checkout via Stripe
Also available in a bundle
Included in download
- Design complex multi-node agent workflows in structured YAML
- Enforce human-in-the-loop approval gates for critical agent actions
- terminal, file_read, file_write automation included
- Ready for Claude Code
- Instant install
Sample input
Compile my project.yaml and run the resulting execution plan to check for any blocked nodes or pending gates.
Sample output
$ 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...
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.
Use Cases
- Design complex multi-node agent workflows in structured YAML
- Enforce human-in-the-loop approval gates for critical agent actions
- Generate Mermaid diagrams to visualize agent orchestration logic
- Validate artifact dependencies before running expensive model chains
Known Limitations
- Requires Node.js and npm for local CLI execution.
- No native support for state persistence across multiple CLI sessions.
- YAML schema version strictly tied to TypeScript source definitions.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/mesh-flow-version-2-for-general-ai-agentic-codex-claude-code-opencode -o /tmp/mesh-flow-version-2-for-general-ai-agentic-codex-claude-code-opencode.zip && unzip -o /tmp/mesh-flow-version-2-for-general-ai-agentic-codex-claude-code-opencode.zip -d ~/.claude/skills && rm /tmp/mesh-flow-version-2-for-general-ai-agentic-codex-claude-code-opencode.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Claude Code, Codex CLI, OpenCode, and SKILL.md-compatible agents.
Also available in a bundle
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
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.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.