Adds two community Claude Code plugins.
SwarmClaw is a self-hosted multi-agent runtime that delegates to Claude Code, Codex, Gemini CLI, OpenCode, Copilot CLI, Cursor Agent, Goose, Qwen Code, and Droid as first-class coding agents. Features include an org chart view, schedules, runtime skills, persistent memory, sub-agent spawning, and reviewed conversation-to-skill learning. MCP-native (server and client). Ships as an Electron desktop app, CLI, and Docker. MIT.
SwarmVault is a local-first RAG knowledge vault distributed as a Claude Code plugin. It compiles raw sources (notes, transcripts, exports, docs, code) into a durable markdown wiki with a knowledge graph and a hybrid SQLite FTS plus embeddings index. The bundled MCP server (npx -y @swarmvaultai/cli mcp) plus /swarmvault:compile, /swarmvault:query, and /swarmvault:graph slash commands let Claude retrieve compact wiki summaries instead of repeatedly re-reading raw files - direct token savings on long sessions. MIT.