One-click install
npx skills add https://github.com/kaiohenricunha/dotbabel --skill handoff-kaiohenricunha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/kaiohenricunha/dotbabel/tree/main/plugins/dotbabel/templates/claude/skills/handoff
Command: npx skills add https://github.com/kaiohenricunha/dotbabel --skill handoff-kaiohenricunha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the frustration of losing critical conversation context when switching between different agentic CLIs like Claude Code, GitHub Copilot CLI, or OpenAI Codex CLI, or when moving your work between different devices, eliminating the need to re-explain prior work to a new agent.

Core Features & Use Cases

  • Cross-CLI context transfer: Move full session context between Claude, Copilot, Codex, and Gemini CLI without manual rework.
  • Session search and recovery: Find past sessions by UUID, custom alias, or keyword to resume work exactly where you left off.
  • Secure redacted handoffs: Automatically scrub sensitive secrets like API keys and tokens from session digests before sharing or uploading.
  • Use Case: If you hit a token limit in Claude mid-debugging a React authentication bug, use this Skill to transfer the full session context to Codex on your other laptop and pick up exactly where you left off without re-explaining the issue.

Quick Start

Use the handoff skill to transfer your current Claude session context to Codex on your other laptop so you can resume debugging the React authentication issue without re-explaining the prior work.

Frequently Asked Questions about handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transfer agent session context between different CLI tools?

To transfer agent session context between different CLI tools, this Skill produces normalized session digests containing user prompts, key findings, and touched artifacts. These digests can be shared via local file output or git-backed remote transport to resume work in a new CLI.

Can I recover an agentic CLI session after hitting a token limit or crash?

Yes, you can recover an agentic CLI session after hitting a token limit or crash. This Skill generates a redacted session digest of your prior conversation, allowing you to pick up exactly where you left off without re-explaining the context.

Does the handoff Skill work with GitHub Copilot CLI and OpenAI Codex CLI?

Yes, the handoff Skill works with GitHub Copilot CLI and OpenAI Codex CLI. It supports cross-CLI workflow handoffs for Claude Code, GitHub Copilot CLI, OpenAI Codex CLI, and Gemini CLI to facilitate multi-device development.

How do I find a past CLI session to resume my development workflow?

You can find a past CLI session to resume your development workflow by searching its UUID, custom alias, or keyword. This Skill applies session search and context recovery to locate and load the exact conversation state.

Are API keys and secrets removed before sharing session context across machines?

Yes, API keys and secrets are automatically scrubbed before sharing session context across machines. The Skill produces secure redacted handoffs by removing sensitive information from session digests prior to local output or git-backed remote transport.

Best way to share Claude Code context to Codex CLI on another laptop?

The best way to share Claude Code context to Codex CLI on another laptop is using git-backed remote transport. This Skill normalizes the session context into a digest and transfers it across machines to eliminate manual rework.