Continuum — AI skill for Claude Code
Provider-neutral continuity runtime for AI coding agents — checkpoint, handoff and resume tasks across Codex, Claude Code, OpenCode and Antigravity.
How to install Continuum
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open EmadEdu2033/Continuum and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Continuum does
Provider-neutral continuity runtime for AI coding agents — checkpoint, handoff and resume tasks across Codex, Claude Code, OpenCode and Antigravity.
Alternatives in AI
- Token Monitor — Local-first desktop widget for tracking token usage, costs, and limits across 32+ AI coding tools—including Cl 1.8k ★
- CLI WeChat Bridge — 将 AI 命令行工具以最为原生的方式,集成到微信 ClawBot / 企业微信 bot 中,目前支持集成 Codex、Claude Code、OpenCode、Pi Agent 478 ★
- Devo — Model-neutral agent desktop/runtime for private, enterprise, and OpenAI-compatible / Anthropic-compatible mode 316 ★
README
Continuum
The agent can stop. The project context doesn't.
A local, provider-neutral continuity runtime for AI coding agents.
Continuum orchestrates Codex CLI, Claude Code, OpenCode and Antigravity CLI
over one shared project context — so when the active agent hits a usage limit or dies,
the task checkpoints, hands off, and continues with the next agent instead of restarting from scratch.
✨ Why Continuum?
| Pain | Continuum answer |
|---|---|
| Agent hits a 5-hour / weekly limit mid-task | QUOTA_EXHAUSTED → checkpoint → compact handoff capsule → next provider continues |
| Each CLI lives in its own context window | Virtual shared context: repo state + durable memory + working state + handoff capsule |
| Parallel agents overwrite each other | Single-writer workspace.lock — one active writer, clean handoffs |
| "What was the plan again?" after switching tools | .continuum/ memory: decisions, constraints, sessions, event log, checkpoints |
🚀 Quickstart
# 1. Install (from this repo)
npm install && npm run build && npm link
# 2. Inside a
Related Skills
3notch
Stop being the bus between your AI tools. Local-first CLI + MCP for vendor-neutral project context handoff acr
Expert Dispatch
new Specialist Dispatch Pattern -- let cheap AI assistants delegate complex tasks to Claude Code CLI. Bash ada
Switchboard
Local-first, model-neutral memory for coding agents. One shared, owner-governed store across OpenCode, Claude
Matrixclaw
Always-on local AI assistant and AI coding agent runtime in Go. OpenClaw, Claude Code, Codex, and OpenCode alt
Voyager
One searchable index across every AI coding agent on your machine — Codex, Claude Code, ZCode, DSH, Grok, Curs
Agent Relay
Local-first task continuity and safe handoffs across Codex, Claude, Gemini, Antigravity, and custom AI agents
Related Agents
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and
Developer Overview
code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode
🖥️ Multi-Window Context
TL;DR: State persistence across Claude Code sessions. Checkpoint your progress, resume from interruptions. Ess