tasq/node_modules/@claude-flow/cli/.claude/commands/agents
2026-04-09 19:01:53 +08:00
..
agent-capabilities.md added ruflo 2026-04-09 19:01:53 +08:00
agent-coordination.md added ruflo 2026-04-09 19:01:53 +08:00
agent-spawning.md added ruflo 2026-04-09 19:01:53 +08:00
agent-types.md added ruflo 2026-04-09 19:01:53 +08:00
health.md added ruflo 2026-04-09 19:01:53 +08:00
list.md added ruflo 2026-04-09 19:01:53 +08:00
logs.md added ruflo 2026-04-09 19:01:53 +08:00
metrics.md added ruflo 2026-04-09 19:01:53 +08:00
pool.md added ruflo 2026-04-09 19:01:53 +08:00
README.md added ruflo 2026-04-09 19:01:53 +08:00
spawn.md added ruflo 2026-04-09 19:01:53 +08:00
status.md added ruflo 2026-04-09 19:01:53 +08:00
stop.md added ruflo 2026-04-09 19:01:53 +08:00

Agents Commands

Complete agent management commands for Claude Flow V3.

Available Commands

Command Description
spawn Spawn new agents with V3 capabilities
list List all active agents
status Show detailed agent status
stop Stop running agents
metrics View performance metrics
pool Manage agent pool scaling
health Monitor agent health
logs View agent activity logs

Reference

Reference Description
agent-types All 87 available agent types
agent-capabilities Capability matrix by agent
agent-coordination Multi-agent coordination patterns
agent-spawning Best practices for spawning

Quick Start

# Spawn a coder agent
npx claude-flow agent spawn -t coder --name my-coder

# List all active agents
npx claude-flow agent list

# Check agent health
npx claude-flow agent health

# View metrics
npx claude-flow agent metrics --period 24h

V3 Agent Categories

  • Core: coder, reviewer, tester, planner, researcher
  • V3 Specialized: security-architect, memory-specialist, performance-engineer
  • Swarm: hierarchical-coordinator, mesh-coordinator, adaptive-coordinator
  • Consensus: byzantine-coordinator, raft-manager, gossip-coordinator
  • GitHub: pr-manager, code-review-swarm, release-manager
  • SPARC: sparc-coordinator, specification, architecture, refinement