AgentSkillsCN

implement-agent-teams

为团队协作式执行,搭建并验证Claude Agent团队的配置、协作流程以及操作人员指导方案。

SKILL.md
--- frontmatter
name: implement-agent-teams
description: Set up and validate Claude agent team configurations, collaboration flows, and operator guidance for team-based execution.

Implement Agent Teams

Implement team setup and coordination patterns for multi-agent workflows, including display modes and operational constraints.

Workflow

  1. Define team objective, members, and ownership boundaries.
  2. Configure team metadata and task routing conventions.
  3. Document coordination rules and display mode choices.
  4. Run environment and config checks.
  5. Verify limitations and fallback behavior.

Progressive Disclosure

  • Team setup structure: references/team-setup.md

  • Coordination contracts: references/team-coordination.md

  • Display mode selection: references/team-display-modes.md

  • Team best practices: references/team-best-practices.md

  • Known limitations: references/team-limitations.md

  • Team config checker: scripts/check-team-config.sh

  • Environment verifier: scripts/verify-team-env.sh

  • Team config example: assets/templates/team-config-example.json

  • Team task example: assets/templates/team-task-example.md

Related Skills

  • Umbrella routing and component comparison: ../implement-claude-extensions/SKILL.md
  • Sub-agent design: ../implement-sub-agents/SKILL.md

Sources