team-management

Create and manage agent teams with a Team Leader orchestrating workers.

5.3k|652|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/agentscope-ai/HiClaw --skill team-management-agentscope-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-management
Source: https://github.com/agentscope-ai/HiClaw/tree/main/manager/agent/skills/team-management
Command: npx skills add https://github.com/agentscope-ai/HiClaw --skill team-management-agentscope-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill solves the problem of organizing multiple workers under a single, controllable team leader so that task delegation remains auditable and human-visible.

Core Features & Use Cases

  • Team Leader orchestration: Manager delegates work to the Team Leader, not directly to team workers, keeping a clear communication boundary.
  • Team lifecycle management: Supports creating a team, importing/managing composition, and handling worker add/remove/delete workflows through the controller.
  • Room-based coordination: Uses a dedicated Team Room for worker coordination and a separate Leader DM for team-admin ↔ leader management, improving visibility and intervention.

Quick Start

Create a team by running hiclaw create team --name <TEAM_NAME> --leader-name <LEADER_NAME> --leader-model <MODEL_ID> --workers <w1>,<w2>,<w3>, then @mention the Leader in the Leader Room to delegate tasks.

Frequently Asked Questions about team-management

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

FAQPage Schema
How do I delegate tasks to an agent team without micromanaging individual workers?

You can delegate tasks to an agent team by assigning work to a dedicated Team Leader agent, which then orchestrates worker execution and manages delegation boundaries. This keeps communication boundaries clear and task delegation auditable.

How do I create an agent team and assign a team leader?

To create an agent team, run `hiclaw create team --name <TEAM_NAME> --leader-name <LEADER_NAME> --leader-model <MODEL_ID> --workers <w1>,<w2>,<w3>`. This sets up the Team Leader and worker role separation required for orchestration.

Do I need MinIO shared storage and Matrix rooms to coordinate an agent team?

Yes, team coordination requires MinIO shared team storage setup and Matrix room wiring, including a dedicated Team Room for worker coordination and a separate Leader DM for team-admin management to ensure visibility and intervention.

What is the best way to manage the agent team lifecycle and adjust team composition?

The best way to manage the agent team lifecycle is through controller-driven operations, which support creating a team, importing or managing composition, and handling worker add/remove/delete workflows while enforcing runtime and channel policies.

Why should I not delegate tasks directly to team workers in a multi-agent setup?

You should not delegate directly to team workers because doing so bypasses the Team Leader orchestration, which breaks the clear communication boundary, reduces task delegation auditability, and hinders human-visible management.