worktree-manager
Automates creation, removal, and cleanup of Git worktrees for consistent development workflows.
Install
mkdir -p .claude/skills/worktree-manager && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10270" && unzip -o skill.zip -d .claude/skills/worktree-manager && rm skill.zipInstalls to .claude/skills/worktree-manager
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Manages git worktrees for worker containers (create/remove/cleanup). Use when setting up parallel work, repairing worktree state, or cleaning up stale worktrees.Key capabilities
- →Create git worktrees
- →Remove git worktrees
- →Cleanup stale worktrees
- →Repair worktree state
How it works
The skill manages git worktrees by creating, removing, or cleaning them up to maintain project-wide consistency.
Inputs & outputs
When to use worktree-manager
- →Setup parallel work environment
- →Clean up stale worktrees
- →Repair worktree state
About this skill
Skill: worktree-manager
What this skill does
Creates and manages worktrees consistent with the planned WorktreeSystem.
Guardrails
- Never commit secrets (e.g.
.env,STATE.json). - Prefer deterministic worktree naming and cleanup.
Related
docs/specs/dev/systems/WorktreeSystem.md
When not to use it
- →Committing secrets like .env or STATE.json
Limitations
- →Must avoid committing secrets
How it compares
It automates worktree lifecycle management following system guardrails instead of manual git commands.
Compared to similar skills
worktree-manager side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| worktree-manager (this skill) | 0 | 6mo | Review | Beginner |
| bash-linux | 7 | 6mo | Review | Intermediate |
| create-worktree-skill | 2 | 9mo | No flags | Intermediate |
| domain-dns-ops | 2 | 2mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by p3nGu1nZz
View all by p3nGu1nZz →You might also like
bash-linux
davila7
Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.
create-worktree-skill
disler
Use when the user explicitly asks for a SKILL to create a worktree. If the user does not mention "skill" or explicitly request skill invocation, do NOT trigger this. Only use when user says things like "use a skill to create a worktree" or "invoke the worktree skill". Creates isolated git worktrees with parallel-running configuration.
domain-dns-ops
steipete
Domain/DNS ops across Cloudflare, DNSimple, Namecheap for Peter. Use for onboarding zones to Cloudflare, flipping nameservers, setting redirects (Page Rules/Rulesets/Workers), updating redirect-worker mappings, and verifying DNS/HTTP. Source of truth: ~/Projects/manager.
moai-workflow-worktree
modu-ai
Git worktree management for parallel SPEC development with isolated workspaces, automatic registration, and seamless MoAI-ADK integration
k8s-operations
rohitg00
kubectl operations for applying, patching, deleting, and executing commands on Kubernetes resources. Use when modifying resources, running commands in pods, or managing resource lifecycle.
makefile-dev-workflow
raphaelmansuy
Unified development workflow for EdgeQuake using Makefile commands. Use when starting services, running tests, or managing the full development stack (database, backend, frontend). Provides simplified alternatives to raw cargo/npm commands.