Plugin Claude Code
Blockchain-style ledger memory with performance-based reinforcement for Claude Code.
Plugin Claude Code
Blockchain-style ledger memory with performance-based reinforcement for Claude Code.
Plugin Claude Code
Persistent memory that makes Claude Code smarter across sessions.
MCP server Claude CodeCodexCursor
MCP server "claude-cortex" as configured in aaronb305/claude-cortex. Runs locally from the python Python package. Needs 1 environment variable to run.
Instructions file
Claude Code instructions for aaronb305/claude-cortex, covering claude cortex, installation, install from local directory, or install plugin from local marketplace and dependencies.
Agent
Debugs and traces issues to find root causes. Deploy this agent when encountering errors, unexpected behavior, or failing tests. Systematically investigates to identify the source of problems. Triggers on "debug this", "why is this failing", "investigate this error", "find the bug".
Agent
Implements code for a specific, focused task. Deploy this agent when you need code written or modified for a well-defined feature, function, or component. Works best with clear requirements. Can be deployed in parallel with test-writer for efficient development. Triggers on "implement this feature", "write code for"…
Agent
Coordinates multi-iteration sessions by dispatching work to specialized agents. Deploy this agent for autonomous long-running projects requiring coordination across multiple subtasks. Acts as orchestrator, not executor - delegates implementation to specialized agents (code-implementer, test-writer, research-agent…
Agent
Searches and retrieves relevant knowledge from the blockchain ledger. Use this agent when you need to find prior learnings, patterns, or decisions that might be relevant to the current task. Triggers on questions about "what did we learn", "previous patterns", "prior knowledge", or when starting work on a familiar…
Agent
Handles code refactoring tasks while preserving functionality. Deploy this agent for restructuring code, extracting functions, improving naming, or applying design patterns. Ensures behavior is preserved through careful transformation. Triggers on "refactor this", "clean up the code", "extract function", "improve…
Agent
Investigates APIs, libraries, patterns, and technical solutions. Deploy this agent when you need to research how something works, find best practices, or evaluate options before implementation. Can be deployed in parallel with other agents. Triggers on "research how to", "investigate options for", "find best…
Agent
Creates tests for code implementations. Deploy this agent to write unit tests, integration tests, or test fixtures. Can be deployed in parallel with code-implementer for TDD or simultaneous development. Triggers on "write tests for", "add test coverage", "create test cases".
Skill Claude CodeCodex
Save and load work-in-progress state for session continuity. Triggers on "save progress", "create handoff", "show handoff", "what was I working on".
Skill Claude CodeCodex
Capture insights to the blockchain ledger using tags. Use for discoveries, decisions, errors, and patterns worth remembering. Triggers on "tag this", "remember this", "save learning".
Skill Claude CodeCodex
Query and search the blockchain-style knowledge ledger for prior learnings, patterns, and decisions. Triggers on "list learnings", "show learning", "check the ledger", "what do we know about", "search learnings", "find in ledger", "search for pattern".