mesh-builder

Community

Build TX V4 meshes and multi-agent workflows.

Authoreighteyes
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a comprehensive blueprint for building TX V4 meshes and agents, covering SDK-based worker architecture, prompt templates, message protocols, HITL workflows, and testing patterns to accelerate multi-agent development.

Core Features & Use Cases

  • TX V4 architecture overview: Understand how V4 differs from V3 and why it matters for scalable agents.
  • SDK-based workers: Learn how to spawn and stream results via Claude Agent SDK.
  • Mesh configuration & prompts: Define meshes and agent prompts, as well as routing and topology.
  • Message protocols & queues: Use the SQLite queue and message frontmatter conventions to coordinate agents.
  • HITL & testing patterns: Provided references to HITL, iterative, and multi-agent testing strategies.

Quick Start

Create a simple mesh using a minimal config and verify messages appear in .ai/tx/msgs/

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: mesh-builder
Download link: https://github.com/eighteyes/tx/archive/main.zip#mesh-builder

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository