agent-team-manager

Manage CountBot multi-agent teams and members via CLI commands.

762|97|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/countbot-ai/CountBot --skill agent-team-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-manager
Source: https://github.com/countbot-ai/CountBot/tree/main/workspace/skills/agent-team-manager
Command: npx skills add https://github.com/countbot-ai/CountBot --skill agent-team-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

CountBot 用户需要一个稳定、可审计的方式来组织多智能体团队、分配成员并设定团队级别的模型配置。 该 Skill 提供通过命令行执行的团队管理能力,覆盖团队的创建、查看、修改、删除,以及成员管理和团队级模型配置的统一入口。

Core Features & Use Cases

  • Team CRUD:创建、查看、更新、删除团队,并支持模板化初始化和全局开关。
  • Member management:添加、更新、查看和删除成员,支持每个成员的任务、系统提示、依赖与条件配置。
  • Team-level config:设置和重置团队的自定义模型配置,允许使用内置模板以及全局默认的继承。

Quick Start

Use the agent-team-manager script from a terminal to create a team, list teams, and manage members and configurations.

Frequently Asked Questions about agent-team-manager

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

FAQPage Schema
How do I manage multi-agent teams and their members from the command line?

You can manage multi-agent teams by executing deterministic CLI commands to create, list, update, and delete teams, as well as add or remove individual members. The CLI validates unique member IDs and enforces mode-specific constraints during team management operations.

Can I apply per-team model configurations across pipelines, graphs, and councils?

Yes, you can apply per-team model configurations across pipelines, graphs, and councils. The system allows setting and resetting custom model configurations for each team, supporting the use of built-in templates or inheriting from global defaults.

What is the best way to initialize a multi-agent team using templates?

The best way to initialize a multi-agent team is using template-based initialization during the team creation process. This allows rapid setup of team structures, after which you can toggle global settings and configure individual agent tasks, system prompts, dependencies, and conditions.

Does the multi-agent team manager validate member IDs and enforce constraints?

Yes, the multi-agent team manager validates unique member IDs and enforces mode-specific constraints. This deterministic validation ensures stable and auditable collaboration by preventing duplicate agents and maintaining configuration integrity across pipelines, graphs, and councils.

How do I configure individual agent tasks, system prompts, and dependencies within a team?

To configure individual agent tasks, system prompts, and dependencies, use the member management CLI commands to add or update agents. These commands support configuring each member's specific tasks, dependencies, and conditional logic within the multi-agent team structure.

Why use a CLI tool for multi-agent team management instead of manual configuration?

Using a CLI tool for multi-agent team management provides a stable and auditable way to organize agents and apply configurations. It replaces manual configuration with deterministic commands, ensuring consistent validation of unique member IDs and mode-specific constraints across pipelines, graphs, and councils.