plugins/worktrunk/skills/worktrunk/SKILL.md
Manage parallel git worktrees with Worktrunk (`wt`) and enforce disk-fit preflight checks before creating new worktrees.
npx skillsauth add scaryrawr/scarypilot worktrunkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when users need to parallelize work into independent chunks using git worktrees managed by wt.
wt switch --create <chunk-branch> (or wt switch -c <chunk-branch>) to create and switch to a new worktreewt switch <chunk-branch> to switch to an existing worktreewt list to inspect all managed worktreeswt remove to clean up the current worktree and branch when finishedBefore any wt switch --create ... command, run:
scripts/check-disk-fit.sh -p .
Rules:
fits=false or the script exits non-zero, do not create the worktree.estimated_total_bytes, free_bytes, safety_margin_bytes, and required_bytes to the user.wt switch --create ... when the check exits 0.For estimate-only requests (without creation), run:
scripts/estimate-worktree-footprint.sh -p .
feat-auth-token-refresh).wt remove.Before using wt, verify:
command -v wt >/dev/null 2>&1
wt --help >/dev/null
If wt is missing, instruct the user to install Worktrunk first.
data-ai
Generate images from text prompts using Ollama's local image generation models.
tools
Create Ghostty windows/tabs/splits and drive terminals with focus/input for multitasking workflows on macOS.
testing
Quickly bootstrap repo-specific Copilot instructions with high signal and low context bloat.
tools
Connect to and interact with GitHub Codespaces. Manages connections via gh ado-codespaces (port forwarding, Azure auth), runs commands via gh cs ssh, invokes Copilot CLI remotely, and supports multiple codespaces.