AG

agent-coordination

Coordinates the spawning and management of multiple specialized agents for complex coding tasks.

Install

mkdir -p .claude/skills/agent-coordination && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/8630" && unzip -o skill.zip -d .claude/skills/agent-coordination && rm skill.zip

Installs to .claude/skills/agent-coordination

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Agent spawning, lifecycle management, and coordination patterns. Manages 60+ agent types with specialized capabilities. Use when: spawning agents, coordinating multi-agent tasks, managing agent pools. Skip when: single-agent work, no coordination needed.
254 chars · catalog description✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Spawn agents
  • Manage agent lifecycles
  • Coordinate multi-agent tasks
  • Monitor agent pools

How it works

Provides commands to spawn, list, and monitor specialized agents for complex tasks.

Inputs & outputs

You give it
Agent type and name
You get back
Active agent instance

When to use agent-coordination

  • Spawn a new coder agent
  • Monitor active agent status
  • Coordinate a bug fix swarm

About this skill

Agent Coordination Skill

Purpose

Spawn and coordinate agents for complex multi-agent tasks.

Agent Types

Core Development

coder, reviewer, tester, planner, researcher

V3 Specialized

security-architect, security-auditor, memory-specialist, performance-engineer

Swarm Coordination

hierarchical-coordinator, mesh-coordinator, adaptive-coordinator, collective-intelligence-coordinator

Consensus

byzantine-coordinator, raft-manager, gossip-coordinator, consensus-builder

GitHub

pr-manager, code-review-swarm, issue-tracker, release-manager

SPARC

sparc-coord, sparc-coder, specification, pseudocode, architecture, refinement

Commands

Spawn Agent

npx claude-flow agent spawn --type coder --name my-coder

List Agents

npx claude-flow agent list --filter active

Agent Status

npx claude-flow agent status --id agent-123

Agent Metrics

npx claude-flow agent metrics --id agent-123

Stop Agent

npx claude-flow agent stop --id agent-123

Pool Management

npx claude-flow agent pool --size 5 --type coder

Routing Codes

CodeTaskAgents
1Bug Fixcoordinator, researcher, coder, tester
3Featurecoordinator, architect, coder, tester, reviewer
5Refactorcoordinator, architect, coder, reviewer
7Performancecoordinator, perf-engineer, coder
9Securitycoordinator, security-architect, auditor

Best Practices

  1. Use hierarchical topology for coordination
  2. Keep agent count under 8 for tight coordination
  3. Use specialized agents for specific tasks
  4. Coordinate via memory, not direct communication

When not to use it

  • Single-agent work
  • No coordination needed

Prerequisites

npx

Limitations

  • Keep agent count under 8 for tight coordination

How it compares

Manages large-scale agent pools and coordination patterns instead of individual agent management.

Compared to similar skills

agent-coordination side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
agent-coordination (this skill)06moReviewIntermediate
copilot-sdk74moReviewIntermediate
develop-ai-functions-example56moReviewIntermediate
adk-engineer327dReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

copilot-sdk

github

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.

763

develop-ai-functions-example

vercel

Develop examples for AI SDK functions. Use when creating, running, or modifying examples under examples/ai-functions/src to validate provider support, demonstrate features, or create test fixtures.

536

adk-engineer

jeremylongshore

Execute software engineer specializing in creating production-ready ADK agents with best practices, code structure, testing, and deployment automation. Use when asked to "build ADK agent", "create agent code", or "engineer ADK application". Trigger with relevant phrases based on skill purpose.

326

llm-application-dev

skillcreatorai

Building applications with Large Language Models - prompt engineering, RAG patterns, and LLM integration. Use for AI-powered features, chatbots, or LLM-based automation.

323

groq-core-workflow-a

jeremylongshore

Execute Groq primary workflow: Core Workflow A. Use when implementing primary use case, building main features, or core integration tasks. Trigger with phrases like "groq main workflow", "primary task with groq".

00

mcp-builder

anthropics

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

136215

Search skills

Search the agent skills registry