Loading...
Loading...
Found 5 Skills
Use Git worktrees for isolated work environments. Creates separate working directories for parallel development on different branches.
A tiny skill used by the skillloadmode example.
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Isolated workspace creation - creates git worktrees with smart directory selection and safety verification for parallel feature development.
Git Worktrees enables parallel development by maintaining multiple checked-out branches simultaneously in separate directories.