Agent skill · AI & Agents

swarm

Tum ekibi ayni anda devreye sok. Agent'lar paralel calisir, birbirine soru sorar, birlikte gelistirir. Kullanim: /swarm <gorev>

vibeeval521★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill swarm --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/swarm/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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

What's inside
Steps it walks through
  1. Kullanim
  2. Adim 1: Proje Tespiti
  3. Adim 2: Shared Klasor Hazirla
  4. Adim 3: Phase 1 - Paralel Kesif
  5. Agent 1: scout
  6. Agent 2: project-manager (Sofia)
  7. Agent 3: architect
  8. Adim 4: Phase 2 - Paralel Gelistirme
  9. Agent 4: backend-dev (Dmitri)
  10. Agent 5: frontend-dev (Aria)
  11. Agent 6: designer (Marcus)
  12. Agent 7: devops (Kai)
  13. Adim 5: Phase 3 - Paralel Review
  14. Agent 8: code-reviewer
Commands it runs
mkdir -p .claude/shared
touch .claude/shared/swarm-questions.md
touch .claude/shared/swarm-answers.md
touch .claude/shared/swarm-review.md
More from vibecosystem
All skills →
About this skill
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.

Keep going