| name | agent-context-bridge |
| description | Continue CC Switch-managed Claude Code, Codex, Gemini CLI, opencode, Cursor, and Aider sessions through Agent Context Bridge handoff packets. |
Agent Context Bridge
Yongthyuan Edition: this CC Switch bridge skill is maintained by @Yongthyuan.
Use this skill when the user wants to continue work from one CC Switch-managed coding agent session in another agent, inspect local session context, or produce a concise continuation prompt without copying a full raw transcript.
Requirements
- The
agent-context-bridge MCP server must be enabled in CC Switch for the current app.
- The bridge works locally and reads native session files through its adapters.
- Raw transcript exposure is bounded; prefer handoff packets and raw refs over full transcripts.
Workflow
- List bridge-visible sessions with
bridge_cc_switch_sessions.
- Choose the session whose
bridgeSelector matches the user's requested source session.
- Create a continuation packet with
bridge_cc_switch_handoff.
- Use the returned
continuation_prompt, session_summary, and raw_evidence_refs to continue the task in the target agent.
- Only request raw excerpts through bridge raw-evidence tools when the continuation prompt is not enough.
Tool Preferences
- Use
bridge_cc_switch_sessions for CC Switch-style session metadata.
- Use
bridge_cc_switch_handoff to create a target-agent packet.
- Use
bridge_get_handoff_packet when the user names source and target agents but not a CC Switch session selector.
- Use
bridge_get_raw_excerpt only for bounded evidence around a specific query, tool call, or compact boundary.
Safety
Do not ask the user to paste full transcripts. Do not write to CC Switch's database or settings. Treat .agent-bridge/ as local runtime state and keep raw evidence references instead of embedding complete session logs.