Continuous Claude
StaleDescription
Context management for Claude Code with hooks for state maintenance via ledgers and handoffs. Enables MCP execution without context pollution and agent orchestration with isolated context windows for long-running conversations.
Key Features
- Persistent learning system with YAML handoffs that preserve context across sessions, solving Claude Code's compaction problem
- 109 natural-language-triggered skills with automatic activation via rule-based context injection hooks
- 32 specialized agents including scout (exploration), oracle (research), debug-agent, and kraken for parallelized task execution
- TLDR 5-layer code analysis with semantic index that reduces token burn by analyzing only what's needed
- Memory daemon that auto-extracts learnings from each session and surfaces them in future contexts
- 30 hooks for shift-left validation running pyright/ruff after edits, catching errors before tests
Use Cases
Categories
Quick Start
Clone the repo, cd into `opc/`, and run `uv run python -m scripts.setup.wizard` for the 12-step setup wizard. It handles Docker, database, API keys, and installs 32 agents, 109 skills, and 30 hooks into your Claude Code environment.