Skip to main content
ClaudeWave
parcadei avatar
parcadei

Continuous-Claude-v3

View on GitHub

Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.

Subagents3.8k stars296 forksPythonMITUpdated 4mo ago
Editor's note

Continuous Claude is a context management and agent orchestration framework built on top of Claude Code that addresses the platform's context compaction problem, where accumulated conversation history is collapsed and nuanced session decisions are lost. It does this through three interlocking systems: 109 natural-language-triggered skills, 32 specialized subagents (including scout for codebase exploration and oracle for research), and 30 hooks that fire automatically during the Claude Code lifecycle. A YAML-based handoff system transfers state between sessions more token-efficiently than prose summaries, while a background daemon extracts learnings after each session and surfaces them on resumption. The TLDR code analysis layer performs five-pass semantic indexing so Claude reads compressed file representations rather than raw source, reducing token burn. Hooks also run pyright and ruff immediately after edits to catch errors before tests run. Users interact in plain language rather than slash commands, and a hook injects skill-activation suggestions into each message. The system targets developers doing long, multi-session projects in Claude Code who need compounding institutional memory rather than perpetual cold starts.

ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/parcadei/Continuous-Claude-v3 && cp Continuous-Claude-v3/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

24 items in this repository

aegisSubagent

Security vulnerability analysis and testing

Install

Build Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestration

Install
arbiterSubagent

Unit and integration test execution and validation

Install
architectSubagent

Feature planning, design documentation, AND integration planning

Install
atlasSubagent

End-to-end and acceptance test execution

Install

Analyze Claude Code sessions using Braintrust logs

Install
chroniclerSubagent

Session analysis, precedent lookup, and learning extraction

Install

Query the artifact index for precedent and guidance

Install
criticSubagent

Feature and implementation code review

Install
debug-agentSubagent

Investigate issues using codebase exploration, logs, and code search

Install
heraldSubagent

Release prep, version bumps, changelog generation

Install
judgeSubagent

Refactoring and code transformation review

Install
krakenSubagent

Implementation and refactoring agent using TDD workflow

Install
liaisonSubagent

Integration and API review

Install
maestroSubagent

Multi-agent coordination for complex patterns

Install

Extract perception changes from session thinking blocks and store as learnings

Install
onboardSubagent

Analyze brownfield codebase and create initial continuity ledger

Install
oracleSubagent

External research - web, docs, APIs with optional LLM

Install
pathfinderSubagent

External repository research and analysis

Install
phoenixSubagent

Refactoring planning AND migration planning

Install
plan-agentSubagent

Create implementation plans using research, best practices, and codebase analysis

Install

Reviews feature plans (from architect) and change plans (from phoenix)

Install
profilerSubagent

Performance profiling, race conditions, memory issues

Install

Document the codebase comprehensively

Install

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
agentsclaude-codeclaude-code-cliclaude-code-hooksclaude-code-mcpclaude-code-skillsclaude-code-subagentsclaude-skillsmcp

What people ask about Continuous-Claude-v3

What is parcadei/Continuous-Claude-v3?

+

parcadei/Continuous-Claude-v3 is subagents for the Claude AI ecosystem. Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows. It has 3.8k GitHub stars and was last updated 4mo ago.

How do I install Continuous-Claude-v3?

+

You can install Continuous-Claude-v3 by cloning the repository (https://github.com/parcadei/Continuous-Claude-v3) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is parcadei/Continuous-Claude-v3 safe to use?

+

Our security agent has analyzed parcadei/Continuous-Claude-v3 and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains parcadei/Continuous-Claude-v3?

+

parcadei/Continuous-Claude-v3 is maintained by parcadei. The last recorded GitHub activity is from 4mo ago, with 46 open issues.

Are there alternatives to Continuous-Claude-v3?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy Continuous-Claude-v3 to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: parcadei/Continuous-Claude-v3
[![Featured on ClaudeWave](https://claudewave.com/api/badge/parcadei-continuous-claude-v3)](https://claudewave.com/repo/parcadei-continuous-claude-v3)
<a href="https://claudewave.com/repo/parcadei-continuous-claude-v3"><img src="https://claudewave.com/api/badge/parcadei-continuous-claude-v3" alt="Featured on ClaudeWave: parcadei/Continuous-Claude-v3" width="320" height="64" /></a>

More Subagents