What problem does it solve? Managing Supacode worktrees, tabs, and terminal surfaces manually through the GUI is slow and cannot be scripted. This Skill lets you drive the entire Supacode app programmatically from any Supacode terminal session via the supacode CLI. ## Core Features & Use Cases - Worktree Management: List, focus, archive, pin, rename, and delete Git worktrees, plus run or stop configured repository scripts. - Tab and Surface Automation: Create tabs and split terminal surfaces with explicit UUID targeting, run commands in them, and close them when done. - Repository Operations: Open repositories and create new worktrees with branch, base ref, and pin options. - Use Case: Spin up a new tab running npm start, split it vertically to run npm test alongside, capture the returned UUIDs, then close both surfaces once the checks pass — all in one scripted sequence. ## Quick Start Ask the AI to create a new Supacode tab running your dev server, split it vertically for tests, and capture the returned IDs so both surfaces can be managed and closed afterward.