One-click install
npx skills add https://github.com/MohammedSaudAlsahli/dotfiles --skill team-mohammedsaudalsahli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/MohammedSaudAlsahli/dotfiles/tree/main/ai/agents-skills/team
Command: npx skills add https://github.com/MohammedSaudAlsahli/dotfiles --skill team-mohammedsaudalsahli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @openai/codex, @google/gemini-cli, antigravity, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of coordinating a team of specialized agents to work on complex tasks, streamlining collaboration and ensuring efficient execution.

Core Features & Use Cases

  • Agent Coordination: Spawn and manage a team of Claude Code agents to collaborate on a shared task list.
  • Task Decomposition: Automatically break down complex tasks into manageable subtasks.
  • Stage-Based Execution: Execute tasks through distinct stages (plan, prod, exec, verify, fix) with specialized agents.
  • Handoff Documentation: Generate handoff documents for knowledge transfer between stages.
  • CLI Workers Support: Integrate with Codex, Gemini, and Antigravity CLI workers for hybrid execution.
  • Use Case: Imagine you need to refactor a large codebase. Use this Skill to spawn a team of agents, including executors, debuggers, and designers, to work on different aspects of the refactoring simultaneously.

Quick Start

To create a team of 5 executors to refactor a codebase, use the command: /team 5:executor "refactor codebase".

Frequently Asked Questions about team

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

FAQPage Schema
How do I orchestrate multiple agents for complex codebase refactoring?

Agent orchestration for complex codebase refactoring is handled by spawning a team of Claude Code agents to collaborate on a shared task list. The system automatically decomposes complex tasks into manageable subtasks and executes them through distinct stages.

What is task decomposition in agent collaboration?

Task decomposition in agent collaboration is the automatic breakdown of complex tasks into manageable subtasks. This allows specialized agents to execute distinct stages of a shared workload sequentially.

Does Claude Code agent team orchestration work with external CLI workers?

Claude Code agent team orchestration supports hybrid execution with external CLI workers. It integrates directly with Codex, Gemini, and Antigravity CLI workers to distribute and execute specialized tasks.

Do I need experimental agent teams enabled to use stage-based execution?

Stage-based execution requires Claude Code 2.1.178+ with experimental agent teams enabled. You must meet this specific version and feature prerequisite to orchestrate the specialized agents.

What's the best way to manage handoff documentation between execution stages?

Managing handoff documentation between execution stages is automated by generating handoff documents for knowledge transfer. This ensures seamless context passing between the plan, prod, exec, verify, and fix stages.