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 main
  • Klimkit create worktree feature sync from dev updated with main
  • Klimkit 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.

Workflow

Installs
4
GitHub Stars
6
First Seen
May 29, 2026
klimkit-create-worktree — klimentij/klimkit