Agent skill
worktree-management
Manage git worktrees for this repo. Use when creating/removing/inspecting worktrees or when isolating work into a new path/branch via scripts/worktree-*.sh.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/worktree-management-joernstoehler-msc-viterbo-e3a19543
SKILL.md
Worktree Management
Use the repo scripts (preferred)
- Create:
scripts/worktree-new.sh [--force] [--no-hydrate] <path> <branch>- Creates worktree and branch (from
mainif missing). - Use
--no-hydrateto skip toolchain hydration.
- Creates worktree and branch (from
- Remove:
scripts/worktree-remove.sh <path> [--force]- Removes the worktree (branch is kept).
- List:
git worktree list
Notes
- Worktrees live under
/workspaces/worktrees/. - Shared build cache lives under
/workspaces/worktrees/shared/(notably Rusttarget/).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?