Loading...
Loading...
Found 6 Skills
Use this when you need to start feature development isolated from the current workspace, or before executing implementation plans — ensure an isolated workspace exists via native tools or the git worktree fallback mechanism
Use Git worktrees for isolated work environments. Creates separate working directories for parallel development on different branches.
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
A tiny skill used by the skillloadmode example.
Git Worktrees enables parallel development by maintaining multiple checked-out branches simultaneously in separate directories.
Isolated workspace creation - creates git worktrees with smart directory selection and safety verification for parallel feature development.