# Add to your Claude Code skills
git clone https://github.com/xg-gh-25/SwarmAILast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:46:01.500Z",
"npmAuditRan": true,
"pipAuditRan": true
}SwarmAI is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by xg-gh-25. Human directs. AI delivers. It has 209 GitHub stars.
Yes. SwarmAI passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/xg-gh-25/SwarmAI" and add it to your Claude Code skills directory (see the Installation section above).
SwarmAI is primarily written in Python. It is open-source under xg-gh-25 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh SwarmAI against similar tools.
No comments yet. Be the first to share your thoughts!
English | 中文
SwarmAI is a self-evolving Agent OS — every interaction upgrades the system's cognition, not just its templates.
Your AI team, one human directing.

git clone https://github.com/xg-gh-25/SwarmAI.git && cd SwarmAI
cd backend && uv sync && cp .env.example .env # edit with your API key
cd ../desktop && npm install && npm run tauri:dev
macOS (Apple Silicon): Or download .dmg from Releases
Requires: Node.js 18+, Python 3.11+, Rust, uv, Claude Code CLI
📖 Full setup guide: QUICK_START.md
┌─────────────────────────────────────────────────────────────┐
│ DELIVERY ENGINES Pipeline · Pollinate · Eval │
├─────────────────────────────────────────────────────────────┤
│ KNOWLEDGE LAYER DDD · Memory · Evolution │
├─────────────────────────────────────────────────────────────┤
│ AGENT HARNESS Context · Sessions · Hooks · Jobs │
└─────────────────────────────────────────────────────────────┘
12 interconnected engines. Each independently valuable; together they compound.
| # | Engine | What It Does | Deep Dive |
|---|---|---|---|
| 1 | Context Management | 11-file prompt architecture, 100K budget, 3-tier ownership | docs |
| 2 | Memory Pipeline | 4-tier persistence: DailyActivity → distillation → compound recall | docs |
| 3 | DDD Cultivation | Self-growing domain knowledge, 7-type ontology, Darwinian decay | docs |
| 4 | Autonomous Pipeline | One requirement → push-ready code. Dual-mode: Full + Goal Loop | docs |
| 5 | Pollinate Engine | One message → multi-format brand content | docs |
| 6 | Self-Evolution | Cognitive L0→L3 patching. 37 corrections, zero class repetition | docs |
| 7 | Self-Healing | Invisible recovery: 5 sensors, auto-respawn, user sees nothing | — |
| 8 | Multi-Tab + MessageStore | Concurrent sessions, phase-gated single-writer, cross-tab isolation | — |
| 9 | Hook System | 21 hooks (17 runtime + 4 lifecycle). Sessions never cold-start | — |
| 10 | Job System | Background intelligence: 13 signal feeds, cron, budget-gated | — |
| 11 | 4-Platform Backend | macOS daemon · Hive (EC2) · Windows · Linux. Compile-time isolation | — |
| 12 | Skills + Channels | 86 skills (lazy/always), Slack gateway, 3-tier permission | — |
The compound loop: Memory → Pipeline judgment → DDD → Evolution → Gates → Memory. Remove one, the rest weaken.
📊 More diagrams: Flywheel · Context · Memory · DDD · Sessions · Jobs · Evolution
Can one builder + AI operate at team scale? We're testing it live.
git diff. "Thinks differently" ≠ "knows more."The compound loop itself is the product. You can't extract one piece and get the same effect.
📖 Full thesis + CLASS A case study + convergence evidence: docs/THESIS.md
📖 Discussion #39: Design Philosophy — Six Pillars
| Layer | LOC | Entry Points |
|---|---|---|
| Core (spine) | ~10K | session_unit.py, prompt_builder.py |
| Core (extensions) | ~41K | core/ — DDD, evolution, proactive, code intel |
| Skills | ~50K | backend/skills/s_*/ (86 modules) |
| Frontend | ~68K | desktop/src/ — React 19, Tailwind, TanStack Query |
| Tests | ~76K | pytest + Vitest |
Stack: Tauri 2.0 (Rust) · React 19 · FastAPI · Claude Agent SDK + Bedrock · SQLite (WAL + FTS5)
| What | Link |
|---|---|
| Discussions (45+) | Reading Matrix — Builder 45min · Architect 60min · Leader 30min |
| AI Agent Pitfall Guide | EN PDF · 中文 PDF |
| Design Docs | Platform · Pipeline · Memory · Evolution · Pollinate |
| Contributing | CONTRIBUTING.md |
SwarmAI — Human directs. AI delivers.