aaronb305/claude-cortex

A blockchain-style ledger memory system with performance-based reinforcement learning for Claude Code. This plugin enables persistent knowledge capture across sessions with confidence scoring, autonomous execution capabilities, and cross-project knowledge transfer.

2Stars on the repository
14Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bug-investigator

01

aaronb305/claude-cortex

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".

2 5mo ago A 62 tokens original MIT

code-implementer

02

aaronb305/claude-cortex

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"…

2 5mo ago A 73 tokens original MIT

continuous-runner

03

aaronb305/claude-cortex

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…

2 5mo ago A 77 tokens original MIT

knowledge-retriever

04

aaronb305/claude-cortex

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…

2 5mo ago A 112 tokens original MIT

refactorer

05

aaronb305/claude-cortex

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…

2 5mo ago A 63 tokens original MIT

research-agent

06

aaronb305/claude-cortex

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…

2 5mo ago A 71 tokens original MIT

test-writer

07

aaronb305/claude-cortex

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".

2 5mo ago A 60 tokens original MIT