Agent Working Memory — AI skill for Claude Code
Persistent, local-first memory for AI agents.
How to install Agent Working Memory
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open CompleteIdeas/agent-working-memory and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agent Working Memory does
Persistent, local-first memory for AI agents. Selective by design: filters what's worth keeping, links what's related, and says nothing when it doesn't know. SQLite + ONNX, no cloud, no API keys.
Alternatives in AI
- Vibeproxy — Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys n 3.3k ★
- Academic Humanizer — Strip AI-writing tells from papers and grant proposals (NSF/NIH), while keeping scholarly voice and tying clai 1.1k ★
- Claude AI MCP — Report issues related to MCP integration with Claude here 453 ★
README
AgentWorkingMemory (AWM)
**Give your AI coding agent a memory that survives the conversation — and knows when to stay quiet.**
Every session with an AI assistant starts blank. It has forgotten what your team decided last week, which approach was tried and rejected, and which table actually holds the thing it needs. So it re-derives all of it — reading files, running searches, asking you — and on a large project it will confidently rebuild something that was already decided against.
AWM fixes that with one local process and one SQLite file. The agent writes short notes as it learns; AWM decides which are worth keeping, hands back the two or three that matter when asked, and says **nothing** when nothing fits.
npm install -g agent-working-memory && awm setup --global
Restart Claude Code. 19 tools appear. No cloud, no API keys, nothing leaves your machine.
Deciding whether to adopt it? → · Want the mechanism walked through? → · Docs site →
What it does, measured
Every number below is reproducible from this repository against a frozen copy of a **real 30,000-memory store** — not synthetic test data. Method and corrections: [`docs/benchmarks.md`](docs/benchmarks.md).
| Returns the right memory first | 92.7% of identifier queries · 92.0% of topic queries · ~97% in the top five |
| Stays silent when it should | 90% correct abstention on questions about facts never stored |
| Halves the digging | Same agent, same tools, four real support tickets: with memory, 2× the specific facts the real answer needed and half the database queries (49 vs 100). On one |
Related Skills
Kaji
The menu bar worth keeping for AI coding — Claude Code / Codex quota at a glance, everything else opt-in.
Pangu
盘古 — AI Agent 多模态记忆系统:Wing→Room→Drawer 分层存储、ONNX 本地嵌入语义检索(SQLite FTS5 + RRF 融合)、艾宾浩斯遗忘曲线与神经激活扩散;提供 REST API +
Rolepod Brain
Persistent memory for AI coding agents. One binary, nothing resident, no API keys.
Local Memory MCP
Persistent local memory for Claude, Cursor & Codex. 21 MCP tools, hybrid retrieval (BM25 + vector RRF), bi-tem
LLM Kernel
Rust foundation library for AI-native apps — 16-provider catalog, async LLM client, MCP server, knowledge grap
Pwe AI Bar
Menu-bar quota meter for AI coding tools on macOS. Claude Code and Codex from the real endpoints, plus five mo
Related Agents
Rig Debugger
Systematic root-cause debugger. Use when investigating a failing test, a production bug, a flaky behavior, or
Ga4 Property
GA4 property configuration auditor. Audits data streams, retention setting, cross-domain config, internal traf
Tracker Integrator
Creates epics/tasks in the team's issue tracker (currently Jira, via the Atlassian MCP) from an already-approv