setup-swarm

Enable the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable in settings.json.

15|4|Updated Jul 4, 2025
One-click install
npx skills add https://github.com/Kasempiternal/Claude-Agent-System --skill setup-swarm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-swarm
Source: https://github.com/Kasempiternal/Claude-Agent-System/tree/main/claude-agent-system-plugin/skills/setup-swarm
Command: npx skills add https://github.com/Kasempiternal/Claude-Agent-System --skill setup-swarm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables the Agent Teams experimental feature in Claude Code, which is a prerequisite for using advanced swarm capabilities like /hydra and /legion.

Core Features & Use Cases

  • Enables Agent Teams: Modifies ~/.claude/settings.json to activate experimental features.
  • Prerequisite for Swarms: Unlocks TeamCreate, TaskCreate, SendMessage, and inter-agent communication essential for /hydra and /legion.
  • Use Case: Before you can run a complex, multi-agent project using /hydra, you need to run this skill to set up the necessary environment.

Quick Start

Run the setup-swarm skill to enable Agent Teams in your Claude Code settings.

Frequently Asked Questions about setup-swarm

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

FAQPage Schema
How do I enable Agent Teams in Claude Code?

To enable Agent Teams in Claude Code, you must activate the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable within your ~/.claude/settings.json file, which unlocks multi-task parallel swarm features.

What is the Agent Teams experimental feature used for?

The Agent Teams experimental feature is used to unlock advanced collaborative AI agent capabilities, enabling multi-task parallel swarms and iterative autonomous project completion within Claude Code.

Do I need to configure settings before running multi-agent swarms?

Yes, you must configure the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable in your settings.json file before running multi-agent swarms to ensure inter-agent communication is activated.

How do I set up the environment for parallel AI agents?

You set up the environment for parallel AI agents by modifying your ~/.claude/settings.json file to enable the experimental agent teams configuration, unlocking TeamCreate and TaskCreate functions.

Why does my Claude Code swarm setup fail to start?

Your Claude Code swarm setup may fail if the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable is missing from ~/.claude/settings.json, preventing subsequent swarm features from activating.