mycelium-handover

Persist work state to SQLite for context handovers across agents.

Updated May 15, 2026
One-click install
npx skills add https://github.com/heyu-ai/yibi-stack --skill mycelium-handover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mycelium-handover
Source: https://github.com/heyu-ai/yibi-stack/tree/main/plugins/growth/skills/mycelium/handover
Command: npx skills add https://github.com/heyu-ai/yibi-stack --skill mycelium-handover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

mycelium-handover resolves the issue of losing work context between conversations and across different devices or Agents.

Core Features & Use Cases

  • Context Persistence: Writes work states to a SQLite database, preserving context for long-term use.
  • Multi-Agency Handover: Allows for smooth handover of context across different Agents (Claude, Gemini, Codex, etc.).
  • Use Case: If you need to stop working and come back later or switch to a different device, mycelium-handover will restore your work state to avoid context rot and loss of information.

Quick Start

Trigger handover by typing /handover in Claude. It will record and store your work state, ensuring a seamless transition when you resume your work.

Frequently Asked Questions about mycelium-handover

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

FAQPage Schema
How do I preserve conversation context when switching between Claude, Gemini, and Codex?

To preserve conversation context across Claude, Gemini, and Codex, you can trigger a handover command that writes your current work state to a SQLite database. This ensures seamless context continuity for the next agent interaction.

How do I save my work state before switching to a different device?

You can save your work state before switching devices by triggering an explicit handover command. This records your ongoing context into a SQLite database, preventing context rot and allowing you to resume work seamlessly on the new device.

What is the best way to maintain context continuity across multiple AI agents?

The best way to maintain context continuity across multiple AI agents is using a system that writes work states to a SQLite database. This approach captures and restores your exact context, avoiding information loss during multi-agency handovers.

Does mycelium-handover work with SQLite for long-term context retention?

Yes, mycelium-handover works with SQLite for long-term context retention. It writes work states directly to the database, ensuring robust preservation of conversation context across different devices and agent interactions.

When do I need to use a cross-device context preservation process?

You need a cross-device context preservation process when you must stop working and resume later on a different device or with a different agent. It prevents context rot by saving and restoring your exact work state.

How to trigger a context handover in Claude?

To trigger a context handover in Claude, simply type `/handover`. This explicit command records and stores your current work state, ensuring a seamless transition when you resume your work later.