Skill Claude CodeCodex
Discovers agents, delegates tasks, and coordinates multi-agent work through capability matching. Use when orchestrating parallel work across multiple agents.
Agent coordination MCP server — shared blackboard, decision tracking, and context assembly
Skill Claude CodeCodex
Discovers agents, delegates tasks, and coordinates multi-agent work through capability matching. Use when orchestrating parallel work across multiple agents.
Skill Claude CodeCodex
Records architectural and implementation decisions with rationale, rejected alternatives, and traceability. Use after making any non-trivial choice where alternatives exist.
Skill Claude CodeCodex
Coordinates subagent dispatches through Twining — registers agents, posts delegations, and creates handoffs. Use when spawning subagents to keep all work visible in the coordination dashboard.
Skill Claude CodeCodex
Hands off work between agents or sessions via a committed handoff document plus a blackboard pointer. Use when ending a session with incomplete work, switching agents, or approaching context limits.
Skill Claude CodeCodex
Builds and queries the Twining knowledge graph — records entities, relations, and code structure. Use when documenting architecture or tracing dependencies between components.
Skill Claude CodeCodex
Assembles Twining context by gathering prior decisions, warnings, and project state. Use at session start or when beginning work in a new scope area.
Skill Claude CodeCodex
Reviews pre-commit state — verifies all significant decisions are recorded and traces decision coverage. Use before creating git commits to ensure Twining completeness.
Skill Claude CodeCodex
LLM-judged semantic staleness review of Twining entries — flags decisions and blackboard entries tied to historical context that has moved on (dead sprints, renamed concepts, retired architectures). Opt-in, human-confirmed; complements deterministic stalenessreview. Use when housekeeping is clean but old entries still…
Skill Claude CodeCodex
Runs pre-completion verification — checks unresolved warnings, decision hygiene, and drift. Recommended for complex tasks; for simple tasks a status post via twiningpost is sufficient.