Mesh flow and dev group bundle
Mesh flow bundle and Dev group bundle
Works with every agent that reads SKILL.md — Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Windsurf, OpenClaw, and more.
One payment, lifetime access. 6 skills unlock instantly in your library.
30-day refund guarantee
Instant unlock in your library
Free updates from the creator
What's included
6 skills
Design, validate, and orchestrate A2A-compliant multi-agent systems using artifact-driven Mesh Flow DAGs.
A universal, multi-role AI engineering team for autonomous planning, implementation, and rigorous code review.
Replace fragile prompt-chains with a strict, artifact-driven DAG orchestration system for reliable agent workflows.

Turn multi-agent intake into client-ready A2A readiness reports, task contracts, and orchestration topologies.

A modular governance framework for AI policy, agent risk assessment, human-in-the-loop approvals, and audit trails.
Transform brittle prompt chains into robust, artifact-driven DAG workflows with hard gates and explicit traces.
See it in action
You say
Validate my project.yaml for a multi-agent system with a RouterAgent, CodeAnalyst, and SecurityReviewer, then compile the execution plan and check security boundaries.
Your agent does
Validation Success: project.yaml DAG Compiled to references/execution-plan.json Generated Agent Cards: [RouterAgent, CodeAnalyst, SecurityReviewer] Handoff Contract: SecurityReviewer produces artifact 'risk_assessment' consumed by RouterAgent. Security Boundary: HMAC verification required.
How to install
One snippet installs every skill in this bundle. Run it once per agent you use.
mkdir -p ~/.claude/skills
for slug in "a2a-skill-mesh" "ai-dev-group" "mesh-flow-version-2-for-general-ai-agent-openclaw-hermes-agent" "a2a-agent-interoperability-launch-pack" "business-ai-governance-mesh" "mesh-flow-version-2-for-general-ai-agentic-codex-claude-code-opencode"; do
curl -sL "https://www.agensi.io/api/install/$slug" -o "/tmp/$slug.zip" \
&& unzip -o "/tmp/$slug.zip" -d ~/.claude/skills \
&& rm "/tmp/$slug.zip"
donePaid skills require purchase first — the loop will fail on any skill you don't own. After buying the bundle, use the Download button to grab fingerprinted ZIPs from your library.