Runtime Communications

Coordinate and monitor ML research runtime tasks across leader, researcher, and trainer agents.

60|13|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/lhwcv/tinyKaggleClaw --skill runtime-communications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Runtime Communications
Source: https://github.com/lhwcv/tinyKaggleClaw/tree/main/research_mvp/skills/runtime-communication
Command: npx skills add https://github.com/lhwcv/tinyKaggleClaw --skill runtime-communications

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and monitor a fixed-agent ML research runtime by reading shared threads, inspecting per-agent inboxes, and delegating tasks across leader, researcher, and trainer.

Core Features & Use Cases

  • Read and interpret shared runtime threads to stay informed on project state.
  • Inspect per-agent inboxes to assign tasks and track progress.
  • Delegate tasks between agents using the runtime CLI and direct messages.
  • Enforce the repository's runtime communication contract to maintain consistency.
  • Support for human-in-the-loop workflows in local tmux-based environments.

Quick Start

Use the runtime CLI to read threads, inspect inboxes, delegate tasks, and keep the team aligned.

Frequently Asked Questions about Runtime Communications

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multi-agent ML research workflows using tmux?

Coordinate multi-agent ML research workflows using tmux by reading shared runtime threads, inspecting per-agent inboxes, and delegating tasks across leader, researcher, and trainer agents via the runtime CLI.

What is an agent inbox in a fixed-agent runtime and how does it work?

An agent inbox in a fixed-agent runtime is a per-agent message queue that you inspect to assign tasks and track progress. It enables explicit task delegation and handoffs between leader, researcher, and trainer roles.

How do I delegate tasks across leader, researcher, and trainer agents?

Delegate tasks across leader, researcher, and trainer agents using the runtime CLI and direct messages. You read shared threads to understand project state, then inspect per-agent inboxes to assign and monitor delegated work.

Can I use this runtime communication contract for human-in-the-loop local environments?

Yes, the runtime communication contract supports human-in-the-loop workflows in local tmux-based environments. It enforces governance rules described in AGENTS.md and runtime.toml to maintain consistency during multi-agent task delegation.

Do I need specific configuration files to enforce multi-agent runtime governance rules?

Yes, you need AGENTS.md and runtime.toml configuration files to enforce multi-agent runtime governance rules. These files define the communication contract and ensure consistent task handoffs and visibility across the fixed-agent workflow.