cross-harness-continuation
SolidUse when work moves between Claude Code and Codex, a session resumes from a handoff, or an agent may rewrite an existing implementation. Loads the shared CONTINUITY.json contract, preserves accepted decisions, checks Git baseline and scope, and requires explicit replan mode for intentional redesign.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- AnastasiyaW
- Repository
- AnastasiyaW/claude-code-config
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
continuum
Cross-agent session continuity. Reads and maintains a portable project-memory ledger in `.aicontext/` so any AI coding agent (Claude Code, Codex, Antigravity, Windsurf, Gemini) can resume exactly where another left off. Use at the START of a coding session to catch up on project state; BEFORE ending or handing off a session; when SWITCHING between AI agents or recovering from a hit usage limit; when the user asks "where are we", "catch me up", "save progress", "checkpoint", or "what were we doing"; or to recover lost context.
codex-continue
Resume the current Codex harness task. Use when returning to a task, when the user asks what state we are in, or when the conversation has shifted between planning, implementation, and checking.
continuity-protocol
How to silently use the amnesia handoff after a compaction, resume, or fresh-session restart. Use ONLY in recovery moments — when you see an amnesia handoff in your initial context, when the user references prior work absent from your context, or when you need a specific past detail (file contents, exact error, prior decision) you don't have. Never use during normal in-flow work, and never narrate the recovery to the user.