Opencode Claude Memory
Description
OpenCode plugin for Claude Code memory: persistent local Markdown memory shared with Claude Code, zero config, no migration.
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
π§ Claude Code-compatible memory for OpenCode
**Persistent, local-first shared memory for OpenCode and Claude Code β zero config and no migration required.**
This OpenCode memory plugin lets OpenCode read and write Claude Code-compatible Markdown memory files, so both CLIs share the same project context.
Claude Code writes memory β OpenCode reads it. OpenCode writes memory β Claude Code reads it.
[](https://www.npmjs.com/package/opencode-claude-memory) [](https://www.npmjs.com/package/opencode-claude-memory) [](https://github.com/kuitos/opencode-claude-memory/blob/main/LICENSE)
[Quick Start](#-quick-start) β’ [Why this exists](#-why-this-exists) β’ [What makes this different](#-what-makes-this-different) β’ [How it works](#-how-it-works) β’ [Who this is for](#-who-this-is-for) β’ [FAQ](#-faq)
β¨ At a glance
- OpenCode plugin for Claude Code memory Adds persistent memory tools, system prompt injection, and post-session extraction to OpenCode.
- Claude Code-compatible memory Uses Claude Codeβs existing memory paths, file format, and taxonomy.
- Zero config
Install + enable plugin, then keep using
opencodeas usual. - Local-first, no migration Memory stays as local Markdown files in the same directory Claude Code already uses.
- Auto-dream consolidation Periodically runs a background memory consolidation pass (Claude-style auto-dream gating).
π Quick Start
Prerequisites
opencodepython3available inPATH
`python3` is a runtime dependency for the wrapper's scoped session detection and fork cleanup logic. If it is missing or not executable, post-session maintenance becomes less reliable: session targeting can fall ba
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation