What problem does it solve? Opening a new Claude Code session with a specific working directory, display name, and resumable session ID requires manually constructing terminal commands that differ between Windows (WSL) and Linux. This Skill automates that entire launch workflow. ## Core Features & Use Cases - Named Session Launch: Opens a new Claude Code session in a new terminal tab with a custom display title, using wt.exe on Windows or a pseudo-TTY on Linux. - Session Resume: Accepts an existing session UUID and attempts --resume first, automatically falling back to --session-id if the resume fails. - Cross-Platform Handling: Detects the platform, converts paths with cygpath on Windows, and provides fallback chains (psmux.exe, cmd.exe) when the primary launcher fails. - Use Case: Run /workspace my-project to instantly open a Claude session rooted at your default workspaces directory, then later resume it with /workspace my-project <session-id>. ## Quick Start Ask the assistant to launch a workspace named "my-project" and it will open a new Claude Code session in your default workspaces directory.