Thoth
Description
Thoth is a Rust library (plus a CLI, an MCP server, and a Claude Code / Cowork plugin) that gives a coding agent a persistent, disciplined memory of a codebase
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Thoth
"Thoth, scribe of the gods, keeper of knowledge."
Long-term memory for Claude Code agents. Rust-native, code-aware, zero API required.
English · Tieng Viet
[!WARNING] **Work in progress — not production-ready.** APIs, on-disk formats, and CLI flags may change without notice. Do **not** rely on it for production workloads yet.
What it is
Thoth gives a Claude Code agent persistent, disciplined memory of a codebase. It parses source with tree-sitter, builds a symbol graph (calls, imports, extends, references), indexes everything with BM25 (tantivy) and RRF fusion, and enforces a "recall before write" gate so the agent consults memory before mutating code.
Three binaries:
thoth— CLI: setup, index, query, eval, memory ops.thoth-mcp— MCP stdio server (41 tools, 3 prompts, 2 resources).thoth-gate— PreToolUse hook: blocks writes without prior recall.
`thoth setup` wires everything — hooks, MCP server, skills, config — in one command.
Nothing leaves your machine unless you opt in.
Install
npx @unknownstudio/thoth # downloads binary + runs setup wizard
Other channels:
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11