Continuous Claude (parcadei) — Components
Agents (32)
aegis, agentica-agent, arbiter, architect, atlas, braintrust-analyst, chronicler, context-query-agent, critic, debug-agent, herald, judge, kraken, liaison, maestro, memory-extractor, onboard, oracle, pathfinder, phoenix, plan-agent, plan-reviewer, profiler, research-codebase, review-agent, scout, scribe, sentinel, + others
Key agents:
| Agent |
Role |
| scout |
Parallel codebase exploration |
| oracle |
External research (Perplexity integration) |
| kraken |
Heavy implementation |
| maestro |
Orchestration of other agents |
| memory-extractor |
Extracts learnings from thinking blocks (daemon) |
| aegis |
Security-focused review |
| debug-agent |
Parallel debugging |
Skills (109)
Key skills:
| Skill |
Purpose |
create_handoff |
Create YAML handoff document for session transfer |
resume_handoff |
Load handoff from previous session |
recall |
Search memory for relevant learnings |
remember |
Explicitly store a learning |
tldr-code |
5-layer code analysis (tldr-overview, tldr-deep, tldr-router, tldr-stats) |
fix |
Multi-step fix workflow (debug → premortem → kraken → commit) |
build |
Build workflow (plan-agent → kraken) |
tdd |
TDD workflow |
compound-learnings |
Trigger daemon-level learning extraction |
skill-activation-prompt |
Show relevant skills based on user message |
premortem |
Pre-failure analysis |
qlty-check |
Code quality check (pyright, ruff) |
parallel-agents |
Orchestrate parallel agent runs |
Full list includes: agentica-, ast-grep-find, background-agent-pings, braintrust-, context management, explicit-identity, firecrawl-scrape, git-commits, github-search, graceful-degradation, loogle-search, math-, mcp-, morph-, nia-docs, observe-before-editing, perplexity-search, research-, router-first-architecture, search-, security, sub-agents, system_overview, tdd-, test, tldr-*, tour, validate-agent, wiring, workflow-router
Hooks (30+)
| Hook File |
Event(s) |
Purpose |
session-start-continuity.sh |
SessionStart |
Load continuity ledger + recall relevant memories |
skill-activation-prompt.sh |
UserPromptSubmit |
Inject skill recommendations based on message analysis |
memory-awareness.sh |
UserPromptSubmit |
Surface MEMORY MATCH indicators |
pre-compact-continuity.sh |
PreCompact |
Enforce create_handoff before compaction |
post-edit-diagnostics.sh |
PostToolUse |
Run pyright/ruff after file edits |
compiler-in-the-loop.sh |
PostToolUse |
Shift-left validation after edits |
edit-context-inject.sh |
PreToolUse |
Inject TLDR context before edits |
import-validator.sh |
PostToolUse |
Validate Python imports after edits |
session-register.sh |
SessionStart |
Register session in PostgreSQL |
session-end-cleanup.sh |
SessionEnd |
Cleanup + trigger daemon |
file-claims.sh |
PreToolUse |
Cross-terminal file locking |
auto-handoff-stop.py |
Stop |
Force create_handoff before agent stops |
Memory Daemon
Background process that:
- Detects stale session heartbeat (>5 min idle)
- Spawns headless Claude (Sonnet)
- Analyzes thinking blocks from session
- Extracts learnings to
archival_memory
- Learnings available for
recall next session