carryover
01Plugin Claude Code
Carry your context across AI coding tools — shared memory, token compression, a leaner agent.
Plugin Claude Code
Carry your context across AI coding tools — shared memory, token compression, a leaner agent.
Plugin Claude Code
Carry your context across AI coding tools. Adds /carryover and /headroom commands plus a save-to-memory prompt at the end of each session, backed by the headroom proxy.
Command
Manage carryover routing (whether Claude goes through the headroom proxy).
Command
Connect this workspace with another (two-way) for messaging.
Command
Hand off a task to another workspace with an LLM-written summary.
Command
Hand a task OVER to another workspace — it gets a notification and is told to execute on arrival.
Command
Headroom status — proxy, memory, and token savings.
Command
Read cross-workspace messages left for this workspace.
Command
List the available !playbook macros and how to run them.
Command
Recall what carryover already knows about a topic.
Command
Message all workspaces connected to this one.
Command
Send a message to another Conductor workspace.
Command
Build a team of Conductor workspaces (with roles) and dispatch tasks to it.
Command
Build/refresh a unified Obsidian vault (knowledge + all repo wikis).
Command
Enable carryover's auto-wiki in the current repo.
Skill Claude CodeCodex
Use when recalling, saving or curating carryover memory, wikis, playbooks or the Obsidian vault.
Hook
Runs when a session starts on startup and resume, executing carryover-recall.sh via bash. From Cfvillarroel/carryover.
Hook
Runs when you submit a prompt, before the agent sees it, executing co-inbox-hook.sh and co-playbook-hook.sh via bash (2 commands). From Cfvillarroel/carryover.
Hook
Runs after a tool call finishes for apply_patch, Edit and Write tool calls, running an inline shell check. From Cfvillarroel/carryover.
Hook
Runs when the agent finishes a response, executing co-stop-inbox.sh and mem-prompt.sh via bash (2 commands). From Cfvillarroel/carryover.