modules/home/programs/cli-agents/shared/skills/worktree-parallel/SKILL.md
Create and manage Git worktrees for parallel feature development. Use when user wants to work on multiple features simultaneously or needs isolated development environments.
npx skillsauth add not-matthias/dotfiles-nix worktree-parallelInstall 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.
This skill automates creating and managing Git worktrees for simultaneous feature development.
"Create and manage a git worktree for parallel feature development, then open the new worktree in the editor" for concurrent coding sessions.
feat/<slug>, or use user-provided branch names../<project_name>-wt (created if needed)git worktree add with either new or existing branchescode -n <path> or alternative editor commandcd <path> && codex in the new workspacegit worktree list--force flags unless explicitly requestedThis skill streamlines parallel development workflows by eliminating manual setup steps.
tools
Spawn the pi coding agent with a specific model/provider. Use when asked to run pi with a particular model, switch pi's model, use DeepSeek V4 Flash/Pro in pi, or look up pi's --model/--provider/--models CLI flags and thinking-level shorthand.
development
Navigate to directories using zoxide (frecency-based directory jumper). Use when the user says "go to", "navigate to", "cd to", "jump to" a project or directory by nickname/partial name (e.g. "go to my dotfiles", "jump to dot").
tools
Use when manipulating Zellij sessions, creating tabs or panes, sending commands to panes, capturing output, or looking up Zellij CLI commands for terminal multiplexer operations
development
Emulates not-matthias's technical blog writing style. Use when writing blog posts, technical articles, README content, or any long-form technical prose. Produces investigation-driven, first-person narratives with dry humor, practical code examples, and concrete takeaways.