team-sdk

Manage Claude Agent Team lifecycles through a unified ExecutionEngine interface.

6|3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/vinhnxv/rune --skill team-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-sdk
Source: https://github.com/vinhnxv/rune/tree/main/plugins/rune/skills/team-sdk
Command: npx skills add https://github.com/vinhnxv/rune --skill team-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Team SDK centralizes and standardizes the lifecycle of multiple agent teams in Rune, providing a single, reliable interface for creating, bootstrapping, spawning, monitoring, and cleaning up teams to prevent context-saturation and lifecycle drift.

Core Features & Use Cases

  • Unified ExecutionEngine for team operations (createTeam, ensureTeam, spawnAgent, spawnWave, shutdown, monitor, cleanup, getStatus)
  • Safe, idempotent bootstrapping and robust recovery across compaction or crash scenarios
  • Wave-aware orchestration, per-workflow presets, and session isolation to protect workflow integrity

Quick Start

Create a team with a unique name, then spawn and monitor agents using the TeamEngine APIs.

Frequently Asked Questions about team-sdk

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

FAQPage Schema
How do I coordinate multiple agent teams without context-saturation or lifecycle drift?

You coordinate multiple agent teams without lifecycle drift by using a unified ExecutionEngine interface that standardizes the creation, bootstrapping, monitoring, and cleanup of team workflows to prevent context-saturation.

What is wave-aware orchestration for agent workflows?

Wave-aware orchestration is the process of managing coordinated agent waves across multiple phases. It uses an execution engine to spawn, monitor, and clean up agents in sequential batches to maintain workflow integrity.

How do I ensure safe bootstrapping and recovery for agent teams across crash scenarios?

You ensure safe bootstrapping and recovery by using idempotent createTeam and ensureTeam APIs. These interfaces guarantee robust failure recovery across compaction or crash scenarios without duplicating team states.

Does agent team orchestration support session isolation for concurrent workflows?

Yes, agent team orchestration supports session isolation to protect workflow integrity. This feature ensures that concurrent workflows remain separated and independent throughout the team lifecycle management process.

What is the best way to monitor and clean up agent teams after execution?

The best way to monitor and clean up agent teams is using dedicated monitor and shutdown APIs. These execution engine functions provide robust cleanup across multiple phases and prevent resource leaks after team operations.

When do I need a single SDK for agent team lifecycle management?

You need a single SDK for agent team lifecycle management when your workflows require coordinated agent waves, ongoing monitoring, and robust cleanup across multiple phases to prevent context-saturation and lifecycle drift.