Agent Swarm Studio
큐레이션됨

Agent Swarm Studio

Plan and coordinate multi-agent systems with clear roles, parallel execution, and convergence checks.

3 스킬들 5 설치 수
multi-agentorchestrationworkflowautomationprompt-engineering
24일 전에 업데이트됨

설치

이 플러그인의 모든 스킬을 설치하려면 다음 명령을 실행하세요:

npx skillstore add @agent-swarm-studio

스킬이 .claude/skills/ 디렉터리에 설치됩니다

개요

사용 가이드

AI로 강화됨

상세 가이드

## Overview
Agent Swarm Studio helps you turn a messy, multi-track task into a coordinated agent swarm. Use it to define clear agent roles, split independent work into parallel tracks, and keep the swarm converging on a usable result instead of drifting into disconnected outputs.

## Quick Start
1. Start with `dnyoussef-agent-creator` (`agent-creator`) to define each specialized agent's role, system prompt, responsibility boundary, and domain knowledge.
2. Use `dmjgilbert-parallel-agents` (`parallel-agents`) when the work has 3 or more independent failures, investigations, or task tracks that can run concurrently.
3. Bring the outputs together with `dnyoussef-swarm-orchestration` (`swarm-orchestration`) to coordinate the full lifecycle, route work through the right topology, and check that the swarm converges before handoff.

## Key Commands
- `dnyoussef-agent-creator` / `agent-creator` - create production-ready specialized agents with optimized system prompts and clear responsibility boundaries.
- `dmjgilbert-parallel-agents` / `parallel-agents` - dispatch multiple agents across independent problems so work can happen concurrently.
- `dnyoussef-swarm-orchestration` / `swarm-orchestration` - orchestrate multi-agent swarms for complex workflows, parallel execution, dynamic topology, and intelligent coordination.

## Tips
- Use Agent Swarm Studio for task planning, incident triage, research synthesis, codebase migration planning, or any workflow where one agent would become a bottleneck.
- Keep the swarm small at first: create only the roles you can clearly name, parallelize only independent tracks, and add a convergence checkpoint before final delivery.
- Before launching parallel work, write the expected merge format so each agent returns comparable output.

스킬

3