launching-agent-teams
Installation
SKILL.md
STARTER_CHARACTER = 🚀👥
Setup
Update reference docs to get the latest from Anthropic:
python ${CLAUDE_SKILL_DIR}/scripts/update-docs.py
Prerequisites
Agent teams are experimental. The user must have this in their settings (~/.claude/settings.json or .claude/settings.json):
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}