claude-subagent-milady-bridge

Installation
SKILL.md

Claude/Codex Sub-Agent Milady Bridge

Use this skill when a coding sub-agent needs context that lives in the parent Milady runtime rather than in the checkout.

The orchestrator injects a parent-runtime reference into each non-shell task agent's memory file. The child can curl these loopback-only, read-only endpoints with its session id:

  • GET /api/coding-agents/<sessionId>/parent-context
  • GET /api/coding-agents/<sessionId>/memory?q=<query>&limit=N
  • GET /api/coding-agents/<sessionId>/active-workspaces

Parent Responsibilities

Before delegating work that references parent context, make sure the spawned agent has the injected memory file. The bridge is for context reads only: character/persona, originating room, model preferences, memory search, and active workspace/task-agent status.

Do not give the child the parent's API key or a full memory dump. Cloud state belongs to the eliza-cloud skill; local runtime state belongs to this bridge.

Child Responsibilities

The child should call the bridge only when the task depends on parent context that was not already resolved in the prompt, such as "their dad", "the project from yesterday", or "the same markup as last time".

Related skills

More from elizaos/eliza

Installs
1
Repository
elizaos/eliza
GitHub Stars
18.4K
First Seen
May 1, 2026