What problem does it solve? Running VS Code (Code OSS) from sources for UI automation or debugging normally requires manual profile setup, port management, and sign-in handling, and concurrent instances collide over shared state. This Skill automates launching an authenticated, isolated throwaway instance with unique debug ports so you can drive the workbench with @playwright/cli and attach dap-cli debuggers in the same session. ## Core Features & Use Cases - Isolated authenticated launches: Clones an authenticated user-data-dir (slim copy excluding caches and workspace storage) into a temp profile, preserving Copilot/GitHub sign-in on macOS, Linux, and Windows. - Unique debug ports per instance: Allocates free ports for the renderer (CDP), extension host, main process, and agent host, printed as JSON for programmatic pickup. - UI automation helpers: Includes a Playwright script to focus the chat input and a monaco-paste helper that reliably types into Monaco editors where fill/type fail. - Use Case: Launch two concurrent Code OSS Agents windows, attach @playwright/cli to each with separate sessions, paste prompts into each chat input, and screenshot the results — all without port or profile conflicts. ## Quick Start Ask the AI to launch Code OSS from this repo using the launch skill and attach Playwright to the returned CDP port.