Skip to main content
ClaudeWave
parcadei avatar
parcadei

Continuous-Claude-v3

Ver en 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 estrellas296 forksPythonMITActualizado 4mo ago
Nota editorial

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 en este repositorio

aegisSubagent

Security vulnerability analysis and testing

Instalar

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

Instalar
arbiterSubagent

Unit and integration test execution and validation

Instalar
architectSubagent

Feature planning, design documentation, AND integration planning

Instalar
atlasSubagent

End-to-end and acceptance test execution

Instalar

Analyze Claude Code sessions using Braintrust logs

Instalar
chroniclerSubagent

Session analysis, precedent lookup, and learning extraction

Instalar

Query the artifact index for precedent and guidance

Instalar
criticSubagent

Feature and implementation code review

Instalar
debug-agentSubagent

Investigate issues using codebase exploration, logs, and code search

Instalar
heraldSubagent

Release prep, version bumps, changelog generation

Instalar
judgeSubagent

Refactoring and code transformation review

Instalar
krakenSubagent

Implementation and refactoring agent using TDD workflow

Instalar
liaisonSubagent

Integration and API review

Instalar
maestroSubagent

Multi-agent coordination for complex patterns

Instalar

Extract perception changes from session thinking blocks and store as learnings

Instalar
onboardSubagent

Analyze brownfield codebase and create initial continuity ledger

Instalar
oracleSubagent

External research - web, docs, APIs with optional LLM

Instalar
pathfinderSubagent

External repository research and analysis

Instalar
phoenixSubagent

Refactoring planning AND migration planning

Instalar
plan-agentSubagent

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

Instalar

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

Instalar
profilerSubagent

Performance profiling, race conditions, memory issues

Instalar

Document the codebase comprehensively

Instalar

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.
agentsclaude-codeclaude-code-cliclaude-code-hooksclaude-code-mcpclaude-code-skillsclaude-code-subagentsclaude-skillsmcp

Lo que la gente pregunta sobre Continuous-Claude-v3

¿Qué es parcadei/Continuous-Claude-v3?

+

parcadei/Continuous-Claude-v3 es subagents para el ecosistema de Claude AI. Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows. Tiene 3.8k estrellas en GitHub y se actualizó por última vez 4mo ago.

¿Cómo se instala Continuous-Claude-v3?

+

Puedes instalar Continuous-Claude-v3 clonando el repositorio (https://github.com/parcadei/Continuous-Claude-v3) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar parcadei/Continuous-Claude-v3?

+

Nuestro agente de seguridad ha analizado parcadei/Continuous-Claude-v3 y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene parcadei/Continuous-Claude-v3?

+

parcadei/Continuous-Claude-v3 es mantenido por parcadei. La última actividad registrada en GitHub es de 4mo ago, con 46 issues abiertos.

¿Hay alternativas a Continuous-Claude-v3?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega Continuous-Claude-v3 en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más Subagents