swarm
Tum ekibi ayni anda devreye sok. Agent'lar paralel calisir, birbirine soru sorar, birlikte gelistirir. Kullanim: /swarm <gorev>
Profile →npx skills add vibeeval/vibecosystem --skill swarm --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /swarm - Collaborative Swarm Mode Tum ana ekibi ayni anda devreye sokar. Agent'lar paralel calisir, shared dosyalar uzerinden haberlesir. ## Kullanim ``` /swarm Kullanici authentication sistemi ekle /swarm Bu projeyi bastan incele ve iyilestir /swarm Yeni e-commerce modulu gelistir ``` ## Adim 1: Proje Tespiti Once mevcut dizini tara: - Tech stack ne? - CLAUDE.md var mi? - Mevcut kod ne durumda? Yoksa `/project-detect` calistir. ## Adim 2: Shared Klasor Hazirla ```bash mkdir -p .claude/shared touch .claude/shared/swarm-questions.md touch .claude/shared/swarm-answers.md touch .claude/shared/swarm-review.md ``` Her dosyanin basina header ekle: ```markdown # Swarm Communication Log Gorev: <gorev aciklamasi> Baslangic: <tarih> ``` ## Adim 3: Phase 1 - Paralel Kesif 3 agent'i PARALEL calistir (Task tool ile): ### Agent 1: scout ``` Gorevi: Codebase'i tara, mevcut pattern'leri bul, dosya yapisini cikar. Cikti: .claude/shared/swarm-phase1-scout.md ``` ### Agent 2: project-manager (Sofia) ``` Gorevi: Gorevi alt gorevlere parcala, oncelik sir, bagimlilik belirle. Sprint backlog olustur. Cikti: .claude/shared/swarm-phase1-pm.md ``` ### Agent 3: architect ``` Gorevi: Mimari plan ciz, tech d
- Kullanim
- Adim 1: Proje Tespiti
- Adim 2: Shared Klasor Hazirla
- Adim 3: Phase 1 - Paralel Kesif
- Agent 1: scout
- Agent 2: project-manager (Sofia)
- Agent 3: architect
- Adim 4: Phase 2 - Paralel Gelistirme
- Agent 4: backend-dev (Dmitri)
- Agent 5: frontend-dev (Aria)
- Agent 6: designer (Marcus)
- Agent 7: devops (Kai)
- Adim 5: Phase 3 - Paralel Review
- Agent 8: code-reviewer
mkdir -p .claude/shared touch .claude/shared/swarm-questions.md touch .claude/shared/swarm-answers.md touch .claude/shared/swarm-review.md
What does the swarm skill do?
Tum ekibi ayni anda devreye sok. Agent'lar paralel calisir, birbirine soru sorar, birlikte gelistirir. Kullanim: /swarm <gorev>
How do I install it?
Run `npx skills add vibeeval/vibecosystem --skill swarm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.