cyberneticlibrary

Build open-source agent infrastructure

build-shell-v2workflowsetup L41
tangle-network/skills
What it does

Build typed agent-app layers in dependency order

Best for

When layering open-source packages with typed contracts that must stay green at each step.

Inputs
  • · args: JSON object or string with phase configuration
Outputs
  • · JSON object matching declared schema
Requires
  • · Model Context Protocol (MCP) servers
  • · Package manager (pnpm/npm/bun) for CI
Preconditions
  • · Workflow harness must inject phase(), agent(), parallel() globals
  • · args must be a valid plain object (not a string) before phase execution
Failure modes
  • · Phase exits early if any agent returns null or throws
  • · Subsequent phases cannot recover from prior phase failure