What problem does it solve?
Claude often loses context across sessions or needs to be reminded of past work, leading to repetitive explanations and wasted time. Cortex eliminates this by providing an automatic, persistent memory system.
Core Features & Use Cases
- Automatic Session Tracing: Tracks all file changes, Git operations, and major events in your project.
- Seamless Agent Handoffs: Creates a
.cortex_handoff.md file, enabling Claude to instantly pick up where it left off in any new session.
- Inter-Skill Communication: Provides a Python API for different skills to share data and patterns, fostering a more integrated AI workflow.
- Use Case: Imagine you're working on a complex feature over several days. Cortex automatically logs all your code changes, commits, and decisions. When you return, Claude instantly knows exactly where you left off and what to do next, without you having to re-explain.
Quick Start
Start a new coding session in a Git repository. Cortex will automatically track your changes and provide a .cortex_handoff.md file, summarizing your last session and next steps.