What problem does it solve? Developing Talon voice command scripts requires knowing .talon file syntax, context matching rules, and the Talon Python API, plus a safe way to deploy and test changes without breaking a live voice setup. This Skill provides the syntax references, deployment workflows, and sandboxed testing procedures needed to work on Talon projects reliably. ## Core Features & Use Cases - Syntax References: Bundled documentation for .talon files, .talon-list files, context headers, captures, actions, and the Talon Python API (ui, clip, cron, canvas, and more). - Deployment Workflows: Deploy changes with talon-install on macOS (live symlinks or worktree snapshots) or sync-talon-repo on WSL, with auto-reload and log inspection guidance. - Sandboxed Testing: Use talonbox to clone disposable macOS VMs, rsync scripts, run mimic() commands, capture screenshots, and verify behavior without touching the host Talon installation. - Use Case: You are adding a new voice command to a Talon package. Write the .talon file using the syntax reference, deploy it with talon-install --snapshot, then clone a talonbox VM and run talonbox mimic to confirm the command triggers correctly before committing. ## Quick Start Ask the agent to write a new .talon voice command file for your project and test it in a talonbox sandbox VM.