Skip to main content
Run any Skill in Manus
with one click
GitHub repository

claude-worktree-tools

claude-worktree-tools contains 10 collected skills from ThinkVelta, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
10
Stars
3
updated
2026-04-30
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

commit
software-developers

Cluster changes into logical commits and create Conventional Commits. Invoke with `/commit` or `/commit <message>`.

2026-04-30
pr-iterate
software-developers

Address the latest review feedback on the current branch's open PR. Fetches comments, triages relevance, implements fixes or replies with reasoning, then commits.

2026-04-30
pr-open
software-developers

Create a pull request for the current branch. Analyzes all commits, runs validation, and opens a well-formatted PR on GitHub. Always targets `main`. Invoke with `/pr-open`.

2026-04-30
wt-adopt
software-developers

Analyze the repo stack, customize wt-setup.sh for worktree-aware development, and run a health check. Use this when the user just installed the worktree tools and needs to configure them, when they changed their stack and need to update the setup script, or when they want to check if their repo is worktree-friendly. Also triggers for `/wt-adopt [--check-only]`.

2026-04-30
wt-cleanup
software-developers

Batch cleanup of stale worktrees and orphaned branches. Use this when the user wants to tidy up, has accumulated worktrees over time, asks about old branches, or mentions cleaning up their workspace. Also triggers for `/wt-cleanup [--dry-run]`.

2026-04-16
wt-close
software-developers

Finish work in a worktree — push, remove the worktree, and optionally delete the branch. Use this when the user is done with a worktree, wants to clean up, push and move on, or mentions they no longer need a parallel environment. Also triggers for `/wt-close [branch] [--push] [--force]`.

2026-04-16
wt-help
software-developers

Answer common questions about working with worktrees — VSCode integration, gitignore, port offsets, env files, workflow tips. Use this when the user asks how worktrees work, why something looks different in their editor, how to see diffs, or has any question about the worktree setup. Also triggers for `/wt-help [topic]`.

2026-04-16
wt-open
software-developers

Create or reopen a git worktree for parallel development. Use this whenever the user wants to work on something in parallel, start a new task without disrupting their current branch, spin up an isolated environment for an agent, or mentions worktrees, parallel branches, or "work on X separately". Also triggers for `/wt-open [branch | task description]`.

2026-04-16
wt-list
network-and-computer-systems-administrators

List active worktrees with branch, status, sync state, and staleness info. Use this when the user asks what worktrees exist, wants to see what's in flight, check which branches have worktrees, or asks about stale or forgotten parallel work. Also triggers for `/wt-list [--stale]`.

2026-04-14
wt-merge
software-developers

Merge a worktree's branch into another branch using git merge. Use this when the user wants to combine a worktree branch into a parent branch, batch small fixes into one branch, or fold sub-feature branches back together. This is always a real git merge — for pushing to remote, use `/wt-close --push` instead. Also triggers for `/wt-merge [branch] --into <target> [--no-close]`.

2026-04-14