What problem does it solve? When working outside a Supacode terminal session, such as in scripts or other applications, there is no direct way to programmatically control Supacode worktrees, tabs, surfaces, and repositories. This Skill provides the complete supacode:// URL scheme reference so you can dispatch actions with the open command wherever the supacode CLI is not installed. ## Core Features & Use Cases - Worktree Management: Select, run, stop, archive, unarchive, delete, pin, and restyle worktrees, including running specific scripts by UUID. - Tab & Surface Control: Create, focus, rename, split, and destroy tabs and terminal surfaces, with optional command input and background mode. - Repository & Settings Access: Open repositories, create new worktrees with branch and upstream configuration, and jump directly to specific settings sections. - Use Case: From a CI script running outside Supacode, dispatch open "supacode://worktree/$SUPACODE_WORKTREE_ID/run" to trigger the primary run script for a worktree without needing the CLI. ## Quick Start Ask the AI to run the primary script for the current Supacode worktree using a supacode:// deeplink from your terminal.