klimkit-create-worktree
Installation
SKILL.md
Klimkit Create Worktree
Use this skill to create deterministic, isolated worktrees. The default worktree root is ${KLIMKIT_WORKTREE_ROOT:-$HOME/wt}, so new checkouts normally land under ~/wt/<branch-name>.
If The Request Is Ambiguous
If the user invokes this skill without saying the branch or base, inspect branches and suggest two or three concrete options, then ask for clarification. Prefer options like:
Klimkit create worktree feature checkout from mainKlimkit create worktree feature sync from dev updated with mainKlimkit create worktree bugfix login from origin/main without syncing another branch
Ask which base branch to use and whether the base should first be updated from another branch. When a repo has main and dev, suggest dev updated with main for feature branches that should target dev.