claude-cortex
v0.5.1Persistent memory that makes Claude Code smarter across sessions
By Ember Research LabLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 16, 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 claude-cortex for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-cortex@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/ember-research-lab/claude-cortexClone 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/cortex-orientation/SKILL.md├── skills/handoff-management/SKILL.md├── skills/learning-capture/SKILL.md├── skills/ledger-knowledge/SKILL.md└── .mcp.json
Included Skills4
Default operating mode for cortex-equipped sessions. Auto-injected at session start by the cortex-session-start hook (no Skill-tool invocation required). Invoke explicitly when the user says "orient me", "cortex orientation", "load cortex defaults", "what's the cortex protocol", "remind me of the operating mode", or after a long compaction. Establishes orchestrator identity, situation modeling, listening protocol, producer/verifier separation, substrate inviolability, pattern-vs-state filter, and handoff usage.
Save and load work-in-progress state for session continuity. Distinct from learnings (permanent knowledge); handoffs are ephemeral session state. Triggers on "save progress", "create handoff", "show handoff", "what was I working on", "handoff", "session handoff", "resume work", "where did we leave off", "pick up where I left off".
Capture insights to the cortex ledger via the tag_learning MCP tool. Use for discoveries, decisions, errors, and patterns worth remembering for the next session. Triggers on "tag this", "remember this", "save learning", "capture this", "worth remembering", "store this insight", "log this discovery", "note this for next time", "add to ledger", "persist this".
Query the cortex knowledge ledger for prior learnings, patterns, and decisions. Use the MCP tools first; CLI is a fallback. Triggers on "list learnings", "show learning", "check the ledger", "what do we know about", "search learnings", "find in ledger", "search for pattern", "what's stored", "lookup", "fetch from ledger", "ledger stats", "how many learnings".
MCP servers1
- command
- cortex-mcp
Plugin manifests1
{
"name": "claude-cortex",
"version": "0.5.1",
"description": "Persistent memory that makes Claude Code smarter across sessions",
"author": {
"name": "Ember Research Lab",
"email": "[email protected]",
"url": "https://github.com/ember-research-lab"
},
"license": "MIT",
"homepage": "https://github.com/ember-research-lab/claude-cortex",
"repository": "https://github.com/ember-research-lab/claude-cortex",
"keywords": [
"ledger",
"memory",
"learning",
"reinforcement",
"blockchain"
],
"agents": [
"./agents/bug-investigator.md",
"./agents/chat-consolidator.md",
"./agents/code-implementer.md",
"./agents/consolidator.md",
"./agents/falsifier-spec.md",
"./agents/knowledge-retriever.md",
"./agents/outcome-recorder.md",
"./agents/refactorer.md",
"./agents/research-agent.md",
"./agents/task-decomposer.md",
"./agents/test-writer.md",
"./agents/verifier.md"
],
"mcpServers": {
"cortex": {
"command": "cortex-mcp",
"args": [],
"env": {}
}
}
}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.
[claude-cortex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-cortex)