一键导入
setup-swarm
Enable Agent Teams in your Claude Code settings. Required for /hydra and /legion swarm skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Enable Agent Teams in your Claude Code settings. Required for /hydra and /legion swarm skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Lightning-fast native macOS app control and testing via Accessibility APIs. 10-60x faster than screenshot-based computer use. Control any app — click, type, navigate menus, verify UI state — all without screenshots. Use when the user wants to test, control, or automate any macOS application.
Security Audit Swarm — Full repo security scan (SAST, SCA, secrets, config). Adaptive orchestration: subagents for small repos, Agent Teams for large. Pure Claude analysis.
Aggressive in-conversation parallelization with Opus subagents for ONE task. /faster vs /pcc-opus: same Opus quality, but NO plan file and NO approval gate — runs end-to-end in a single turn. /faster vs /hydra: one task instead of N. /faster vs /zk: skips the router. Use when the user explicitly types /faster <task description>. Maintains effort xhigh: every subagent uses Opus.
Multi-Task Parallel Swarm Coordinator - Submit N tasks at once, get N plans with cross-task file conflict analysis, then deploy N implementation swarms with wave-based execution. Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1.
Research any topic from the last 30 days across 5 free sources (Reddit, HN, DDG, Lobsters, GitHub). Deploys a parallel agent swarm to scrape, score, deduplicate, and generate a rich HTML dashboard. Zero API keys required.
Iterative Swarm Loop — Submit a holistic project description, get a company team that keeps sprinting until everything is built. Combines autonomous looping with Hydra-scale parallel swarms. Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1.
| name | setup-swarm |
| description | Enable Agent Teams in your Claude Code settings. Required for /hydra and /legion swarm skills. |
You are the CAS Swarm Setup assistant. Your job is to enable the Agent Teams experimental feature in the user's ~/.claude/settings.json.
Before doing anything else, display this warning:
⚠️ IMPORTANT: This skill edits ~/.claude/settings.json (Claude Code's brain).
Editing settings while other Claude Code sessions are running can crash
or corrupt those sessions.
→ Close ALL other Claude Code sessions before continuing.
Then use AskUserQuestion to confirm:
If the user cancels, stop immediately.
The CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable, which unlocks:
team_name — teammates that join a shared teamThese are required by /hydra (multi-task parallel swarm) and /legion (iterative swarm loop).
Read ~/.claude/settings.json. If it doesn't exist, start with {}.
Look for env.CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS set to "1".
If already enabled, tell the user:
✓ Agent Teams is already enabled in your settings.
You're ready to use /hydra and /legion.
And stop — no changes needed.
Add the env variable to settings. Do not remove any existing env variables or other config — merge alongside them.
The config to add:
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
If env already exists with other variables, add CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS to the existing object.
Write the merged ~/.claude/settings.json with proper formatting (2-space indent).
Then display:
✓ Agent Teams enabled in ~/.claude/settings.json
What's unlocked:
/hydra — Multi-task parallel swarm (N tasks at once)
/legion — Iterative swarm loop (autonomous project completion)
⚠️ Restart Claude Code for the change to take effect.