Skip to content

Add context-memory plugin#13

Open
ErebusEnigma wants to merge 1 commit intoComposioHQ:masterfrom
ErebusEnigma:add-context-memory
Open

Add context-memory plugin#13
ErebusEnigma wants to merge 1 commit intoComposioHQ:masterfrom
ErebusEnigma:add-context-memory

Conversation

@ErebusEnigma
Copy link

New Plugin: context-memory

Category: Developer Productivity
Repository: https://github.com/ErebusEnigma/context-memory
License: MIT

What it does

Persistent, searchable context storage across Claude Code sessions using SQLite + FTS5.

  • /remember saves sessions with AI-generated structured summaries, topics, and code snippets
  • /recall searches past sessions with two-tier FTS5 full-text search (<50ms)
  • Auto-save hook captures context on exit; pre-compact hook preserves full conversation before compaction
  • Optional web dashboard with analytics, and MCP server for programmatic access
  • 364 tests, zero core dependencies, cross-platform (Windows/macOS/Linux)

Changes

  • Added context-memory/ plugin folder with plugin.json, commands, skills, and hooks
  • Added entry in README under Developer Productivity
  • Added entry in marketplace.json

Persistent, searchable context storage across Claude Code sessions using SQLite + FTS5.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants