13 Bridge Ide banner
codeaashu codeaashu

13 Bridge Ide

Development community

Description

# Prompt 13: Bridge Layer (VS Code / JetBrains IDE Integration) ## Context You are working in `/workspaces/claude-code`. The "Bridge" is the subsystem that connects Claude Code to IDE extensions (VS Code, JetBrains). It enables: - Remote control of Claude Code from an IDE - Sharing file context between IDE and CLI - Permission approvals from the IDE UI - Session management across IDE and terminal The Bridge is **gated behind `feature('BRIDGE_MODE')`** and is the most complex optional subsyste

Installation

Installs to ~/.claude/skills/codeaashu-claude-code-13-bridge-ide/SKILL.md

Terminal
mkdir -p ~/.claude/skills/codeaashu-claude-code-13-bridge-ide && curl -fsSL https://raw.githubusercontent.com/codeaashu/claude-code/HEAD/prompts/13-bridge-ide.md -o ~/.claude/skills/codeaashu-claude-code-13-bridge-ide/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository