team

Coordinate multiple Kimi agents to execute tasks in parallel.

6|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Goblin1024/oh-my-kimi --skill team-goblin1024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/Goblin1024/oh-my-kimi/tree/main/skills/team
Command: npx skills add https://github.com/Goblin1024/oh-my-kimi --skill team-goblin1024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple Kimi agents to execute work in parallel, reducing latency and manual orchestration for complex tasks.

Core Features & Use Cases

  • Parallel task execution: Spawn and manage multiple workers to run sub-tasks concurrently, boosting throughput.
  • Mailbox-based dispatch: Distribute sub-tasks to per-worker mailboxes and track progress across the team.
  • Runtime monitoring & consolidation: Observe worker heartbeats and consolidate results when all workers complete.

Quick Start

Spawn a configurable number of workers and dispatch a sample task to start parallel execution.

Frequently Asked Questions about team

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

FAQPage Schema
How do I run parallel tasks with multiple Kimi agents?

To execute parallel tasks with multiple Kimi agents, you configure a workforce of workers and dispatch sub-tasks to per-worker mailboxes. The system runs these sub-tasks concurrently and consolidates the final results.

What is mailbox-based dispatch for agent orchestration?

Mailbox-based dispatch is a coordination mechanism that distributes sub-tasks to individual worker queues. It enables the system to track progress and monitor heartbeats across the team to ensure robust parallel execution.

How does slot management work for concurrent agent workloads?

Slot management coordinates parallel execution by allocating and tracking available worker runtimes. It manages workforce capacity to ensure concurrent tasks are distributed efficiently without overwhelming the local environment.

Can I monitor worker heartbeats during parallel task execution?

Yes, you can monitor worker heartbeats during parallel task execution. The runtime monitoring system observes these heartbeats to track worker health and consolidates results when all active workers complete their assigned sub-tasks.

Do I need any external dependencies to orchestrate a local Kimi workforce?

No external dependencies are required to orchestrate a local Kimi workforce. The system implements slot management and worker runtimes internally, allowing you to spawn workers and distribute workloads within your local environment.