Synapse documentation
Welcome to the documentation for Synapse — a single-binary CLI and embedded web UI that manages rules, skills, and agents for AI coding assistants (Claude Code, Cursor, Codex) and connects tools like RTK and AgentsView into one workflow.
Guides
- Installation — Homebrew, install script, and building from source
- Getting started — First project setup, daily commands, rule files
- Configuration —
~/.synapse/config.yaml, environment variables, LiteLLM - CLI reference — All commands, flags, and behavior notes
Internal
- Architecture & plan — Design notes and roadmap (for contributors)
Source
Documentation Markdown files live in the docs/ directory of the Synapse repository. Browse them on GitHub or build a local searchable site with MkDocs using uv and pyproject.toml (see the repository Makefile).