# swarm.moe public software index Public source host: https://git.swarm.moe/ Repository browser: https://git.swarm.moe/r/ Public landing page: https://git.swarm.moe/ Canonical llms index: https://git.swarm.moe/llms.txt Only repositories listed in this file are public. Any repository omitted from this file should be treated as nonexistent. HTTPS clone pattern: git clone https://git.swarm.moe/.git ## Projects ### adequate-rust-mcp - Browse: https://git.swarm.moe/r/adequate-rust-mcp/about/ - Clone: https://git.swarm.moe/adequate-rust-mcp.git adequate-rust-mcp is an industrial-grade, self-healing MCP server for rust-analyzer. It supervises a disposable worker process, replays in-flight state across restarts, and exposes typed analysis tools plus advanced LSP requests. It exists to make Rust code intelligence durable enough for long-running autonomous agents and other failure-prone editor integrations. ### design-language - Browse: https://git.swarm.moe/r/design-language/about/ - Clone: https://git.swarm.moe/design-language.git design-language is the shared visual baseline for swarm.moe surfaces. It packages frame geometry, palette, typography, fonts, and control-skin primitives so multiple swarm surfaces look like one system. It is the source of truth for the austere chrome used across the public git UI and related swarm properties. ### fidget_spinner - Browse: https://git.swarm.moe/r/fidget_spinner/about/ - Clone: https://git.swarm.moe/fidget_spinner.git Fidget Spinner is a local-first, agent-first experimental DAG for autonomous research and optimization work. It replaces sprawling experiment markdown with typed nodes, frontier state, a project-local SQLite store, and a hardened MCP and CLI surface. It is meant to give long-running agentic projects a durable local memory and workflow spine without requiring a central service. ### jira_at_home - Browse: https://git.swarm.moe/r/jira_at_home/about/ - Clone: https://git.swarm.moe/jira_at_home.git jira_at_home is an intentionally tiny MCP for parking project-local ideas. It stores issue notes as markdown files under the local state directory and exposes only save, delete, list, and read operations over that note set. It keeps the domain brutally small while still using the same durable host, disposable worker, replay, and telemetry posture as the rest of the hardened swarm MCP stack. ### libmcp - Browse: https://git.swarm.moe/r/libmcp/about/ - Clone: https://git.swarm.moe/libmcp.git libmcp is the industrial MCP hardening spine shared across swarm agent infrastructure. It extracts the common substrate for long-lived MCP servers: replay and fault contracts, durable host-session kernels, JSON-RPC helpers, telemetry, and hardening test fixtures. It serves as the operational library and skill source for building crash-resilient MCP servers such as adequate-rust-mcp and Fidget Spinner. ### phone_opus - Browse: https://git.swarm.moe/r/phone_opus/about/ - Clone: https://git.swarm.moe/phone_opus.git phone_opus is a deliberately narrow MCP server for consultative Claude Code calls. It exposes blocking and background consult tools that run the system claude install in tightly sandboxed, read-only advisory mode and return the answer plus execution metadata. It exists to let another model ask Opus for deep read-only analysis without giving that consult path broad authority over the target repository. ### rust_starter - Browse: https://git.swarm.moe/r/rust_starter/about/ - Clone: https://git.swarm.moe/rust_starter.git rust_starter is the source of truth for bootstrapping or ratcheting strict Rust lint posture. It packages a fresh template, retrofit guidance, and a manifest-owned check runner covering fmt, clippy, tests, and source-file size limits. It also carries Codex skills such as rust-bootstrap and exterminate-slop for disciplined Rust codebase maintenance. ### skills - Browse: https://git.swarm.moe/r/skills/about/ - Clone: https://git.swarm.moe/skills.git This repo contains standalone Codex skills that are not tied to a larger parent project. Current contents include the fahrenheit-451 skill for zero-based documentation purge and consolidation. It is intended as a shared home for reusable agent workflows and their reference templates.