EmadEdu2033

Continuum — AI skill for Claude Code

AI community

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 logo — an unbroken loop

Continuum

The agent can stop. The project context doesn't.

CI status MIT license Node 20+ Cross platform PRs welcome

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