A subagent inherits none of your durable rules — not your CLAUDE.md, not your memory, not your installed-plugin nudges — so it can blindly violate one it never heard of. brief-agents scans all three layers into one compact /.claude/agent-briefing-index.md (auto-regenerated when the sources change) and nudges you to br.
Context-budget manager for Claude Code. Warns before auto-compact and long-context accuracy degradation, checkpoints finished work so you can shed it, gates large file reads to subagents, recalls context evicted by compaction, guards against unrelated context switches, and audits unused agents/skills.
Gives Claude a persistent, self-maintained notebook per project: distilled topic notes, a generated index injected into context each turn, and hooks that keep the notes current.
Long-term memory for Claude Code and Open Claw — stores notes as .md files with YAML frontmatter, syncs via GitHub, indexes via Neon Postgres. Progressive setup: works with just files, scales to full cross-machine sync.
Cross-LLM context handoff — creates a complete handover.md so any LLM can continue your work without mistakes. Auto-triggers before context compaction.
AI Context Continuity Engine — warns before the context window degrades, hands off a faithful 7-bucket brief, and keeps a decision/evidence ledger across sessions and models.
Project-local Markdown progress tracking for resumable, multi-step agent work. Bundles the project-progress skill, an MCP server for a cross-project index, and lifecycle hooks that inject resume context on session start and guard sensitive progress on commit.