codememory-plugin
v0.6.3CodeMemory plugin for Claude Code CLI. Replaces traditional sliding-window conversation compaction with a DAG-based summarization system that preserves every message while maintaining active context within model token limits.
By harry158 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install codememory-plugin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install codememory-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/harrylettering/CodeMemoryClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/codememory-context-skill/SKILL.md├── skills/codememory-mark-constraint/SKILL.md├── skills/codememory-mark-decision/SKILL.md├── skills/codememory-mark-task/SKILL.md└── skills/codememory-summarization-skill/SKILL.md
Included Skills5
This skill should be used when the user asks questions about past conversations, wants to recall previous discussions, references "earlier", "before", "previous", "what did we say", "remember when", or any query that requires retrieving information from conversation history. Automatically retrieves and injects relevant context from the CodeMemory memory system.
Use this skill to durably record a hard constraint or invariant that the work must respect. Invoke when the user states a must-not-break rule, a compatibility boundary, a performance budget, a security/compliance requirement, or any other guardrail that should outlive compaction. Do NOT invoke for soft preferences, style nudges, or constraints already captured earlier in the session.
Use this skill to durably record a non-trivial design or implementation decision so it survives compaction and can be recalled in future sessions. Invoke when you (or the user) commit to a meaningful technical choice — schema shape, library selection, refactor direction, breaking-change boundary, etc. Do NOT invoke for trivial choices, exploratory speculation, or decisions the user has already discarded.
Use this skill to durably record the current task or goal so future turns (and future sessions) can recall what we are trying to accomplish. Invoke when the user states a non-trivial objective, when scope is clarified after ambiguity, or when a goal is revised mid-session. Do NOT invoke for trivial follow-ups, micro-edits, or work already captured by an earlier task mark in the same session.
This skill should be used when creating conversation summaries for CodeMemory, discussing summarization quality, optimizing DAG structure, or working with the compaction system. Provides guidelines for creating high-quality summaries that preserve all important information while fitting within token budgets.
Plugin manifests1
{
"name": "codememory-plugin",
"version": "0.6.3",
"description": "CodeMemory plugin for Claude Code CLI. Replaces traditional sliding-window conversation compaction with a DAG-based summarization system that preserves every message while maintaining active context within model token limits.",
"author": {
"name": "harry"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[codememory-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codememory-plugin)