Memscribe — AI skill for Claude Code
standalone Rust crate that captures the dialogue, decisions, and code edits from AI coding agents — Claude Code, Codex CLI, Gemini CLI, and any OpenTelemetry-instrumented agent.
How to install Memscribe
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open syncable-dev/Memscribe and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Memscribe does
standalone Rust crate that captures the dialogue, decisions, and code edits from AI coding agents — Claude Code, Codex CLI, Gemini CLI, and any OpenTelemetry-instrumented agent.
Alternatives in AI
- AIHawk — Open-source AI browser agent: describe any task in plain language and it autonomously browses, clicks, types a 30.3k ★
- Skill Debate — Structured four-way AI debates between Claude, Sonnet, Gemini, and Codex — use for critical decisions 2.8k ★
- Skills Manage — Desktop app to manage AI coding agent skills across Claude Code, Cursor, Gemini CLI, Codex, and 20+ platforms 2.2k ★
README
Memscribe
**Deterministic, zero-LLM conversation capture for AI coding agents.**
Memscribe tails the transcript logs your AI coding agents already write — Claude Code, Codex, Gemini, Cursor, Windsurf, Zed, VS Code / Copilot, Hermes Agent, OpenCode, and any OpenTelemetry-instrumented agent — and prepares them into typed, queryable nodes. No model calls. Same bytes in, same nodes out, every time.
[](https://github.com/syncable-dev/Memscribe/actions/workflows/ci.yml) [](#license) [](rust-toolchain.toml) [](#testing) [](#why-deterministic-matters)
What it is
A coding agent is a stream of decisions and edits — *"use Postgres instead of MySQL,"* followed by the diffs that implement it. That stream is gold for memory, audit, analytics, and replay, but it's buried in five different churning log formats. **Memscribe is the boring, deterministic half of a memory system:** it reads those logs, normalizes them, and emits typed nodes — and because it never calls a model, its output is an exact function of its input.
That single property is the whole point. It makes capture **golden-file, property, and fuzz testable**, so the day a tool changes its format, the test suite fails loudly instead of silently corrupting your memory.
Where Memscribe sits
Memscribe is the foundation of a three-layer stack. Each layer uses the one below it, and the dependency only ever points **downward**:
| Layer | Role | Calls a model? |
|---|---|---|
| [Memtrace](https |
Related Skills
Cortex
-- Persistent AI memory for coding assistants. Auto-captures decisions, patterns, and context across sessions.
Sourceant
Persistent memory for AI coding agents: decisions, rules, API contracts, and system topology served over MCP t
Tmux Bridge MCP
Standalone MCP server for cross-pane AI agent communication via tmux. Lets Claude Code, Gemini CLI, Codex, and
Runjam
One desktop for all your AI coding agents — Claude Code, Codex CLI & Gemini CLI. Auto-detect, one-click instal
AI Agent CLI
A CLI-based AI coding agent (like a mini Claude Code) that plans, asks clarifying questions, runs bash command
Team Foundry
One shared context layer for Claude Code, Cursor, Gemini CLI, and Codex — so the whole team's AI tools build f
Related Agents
Rust-claude-code-api V0.6.0 Quality Audit Report
Date: 2026-02-11 Auditors: Claude Code (team lead) + Codex (security) + Gemini CLI (API ergonomics) Method: 3-
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and
Developer Overview
code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode