twining-dispatch

A coordination guide for assigning work to subagents and recording their progress in Twining, a shared dashboard for agent tasks.

In plain words
What is it for?
Use it when dispatching subagents, tracking their assignments, or documenting coordination decisions.
Why use it?
It keeps delegated work, handoffs, and decisions visible when several coding agents are involved.

Skill for Claude CodeCodex

Part of the twining plugin — 9 skills, 2 commands, 2 agents, 5 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/daveangulo/twining-mcp/twining-dispatch
Any agent
npx skills add daveangulo/twining-mcp --skill twining-dispatch
Clone the repo
git clone --depth 1 https://github.com/daveangulo/twining-mcp

Made for: Claude Code, Codex.

Or install twining, the plugin that ships this one along with the rest of its 9 skills, 2 commands, 2 agents, 5 hooks.

Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,247 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00041 $0.01247
Opus 5 $0.00020 $0.00624
Sonnet 5 $0.00008 $0.00249
Haiku 4.5 $0.00004 $0.00125

Measured 3d ago against content hash 4b2bf213fb66, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

twining-dispatch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/twining-dispatch/SKILL.md · 123 lines

How it starts

The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Twining Dispatch — Subagent Coordination Protocol

When you dispatch subagents via the Agent tool, use this protocol to make every dispatch visible in the Twining coordination dashboard (Agents, Delegations, and Handoffs tabs).

Requires the full tool surface. twining_register, twining_delegate, twining_query, twining_decide, and the deprecated twining_handoff / twining_acknowledge exist only when the project sets tools.full_surface: true in .twining/config.yml. On a default install, dispatch is still worth recording — use twining_post with a need or status entry naming the subagent and its scope, and twining_record for decisions — but the Agents and Delegations dashboard tabs will stay empty, which is expected rather than a bug.

Subagents may not inherit Twining tools. A spawned subagent only has Twining tools if its agent definition declares no restrictive tools: allowlist and the MCP server reached that process. Tell each subagent to locate the tools with ToolSearch (query twining) and to report plainly if they are absent, rather than assuming its posts landed.

When to Invoke

  • Before dispatching any subagent via the Agent tool
  • When coordinating multiple parallel subagents
  • When you want delegation and handoff history for traceability

Full Protocol (4 calls)

Pre-Dispatch (before Agent tool call)

1. Register the subagent

twining_register({
  agent_id: "descriptive-agent-id",    // e.g. "test-runner", "code-reviewer"
  capabilities: ["relevant", "caps"],   // what it can do
  role: "worker",                        // or "reviewer", "researcher", etc.
  description: "What this agent does"
})

2. Post a delegation

twining_delegate({
  summary: "What the subagent should accomplish",
  required_capabilities: ["relevant", "caps"],
  scope: "src/affected/area/",
  urgency: "normal",                     // "high", "normal", or "low"
  agent_id: "orchestrator"               // who is delegating
})

Read the full file on GitHub · 123 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 123 lines · 41 tokens per session scan A 4b2bf213fb66

Subscribe to this mod's changes

twining-dispatch is a skill published in the GitHub repository daveangulo/twining-mcp (7 stars, last pushed 7d ago), licensed MIT. It adds 41 tokens to every session and 1,247 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

potpie-source-ingestion

Use when the user explicitly asks to ingest, refresh, or deeply understand a repository, PR, issue, ticket, runbook, incident report, document, or web link into Potpie. The harness performs todo-driven discovery, uses local/GitHub/integration tools and read-only subagents when available, builds evidence-backed…

potpie-ai/potpie · 82 tokens

potpie-repo-baseline

Use when establishing, refreshing, or deeply understanding a repository's baseline memory in Potpie: purpose, application type, features, services/modules, environments, deploy shape, dependencies, API contracts, datastores, integrations, ownership, and explicit preferences. The harness reads authored and…

potpie-ai/potpie · 75 tokens

graph-mutation-plan

Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.

potpie-ai/potpie · 51 tokens

obsidian-layout-adjustment

Workflow for working with the user on changing how Obsidian looks using CSS snippets. Use this whenever the user asks to restyle Obsidian, tune a vault's visual layout, adjust tabs, sidebars, note surfaces, properties, backlinks, graph panes, file explorer rows, icons, links, shadows, active states, or CSS snippets.…

Ar9av/obsidian-wiki · 115 tokens

alfworld-locate-target-object

Navigates to a suspected location and identifies a target object. Use when your goal requires finding a specific object (e.g., "potato", "plate") and its location is not immediately known. Moves to a relevant receptacle (like a fridge or cabinet), checks its contents, and outputs the object's location or confirms its…

zjunlp/SkillNet · 74 tokens

task-planning

计算任务 gap 并产出下一步可执行子任务 List[TaskSpec];gap 已闭返回空数组。对齐案例剧本 gwqie46v7hzr1w6h(存储行业尽调)确定式分解。.

inclusionAI/Avernet · 58 tokens