What problem does it solve? AI coding assistants hit rate limits or need to be switched mid-task, and all conversation history, file changes, and working context is lost when moving to a different tool. This Skill extracts session state from one AI coding assistant and hands it off to another so work can continue without starting over. ## Core Features & Use Cases - Cross-tool session handoff: Resume sessions across 16 supported tools including Claude Code, Codex, Cursor, Gemini CLI, Copilot, Cline, and Roo Code, with 240+ handoff paths. - Session discovery and inspection: List, filter, inspect, and bulk-export sessions to Markdown or JSON with configurable verbosity presets (minimal, standard, verbose, full). - Programmatic API: TypeScript interfaces for parsing sessions, generating custom handoff documents, and registering parsers for new tools. - Use Case: You hit a Claude Code rate limit mid-implementation. Run continues resume <id> --in gemini --preset verbose to transfer the last 20 messages, file edits, shell commands, and key decisions into a Gemini CLI session. ## Quick Start Ask the AI to run npx continues to open the interactive session picker and resume your most recent Claude Code session inside Gemini CLI.