
Git Worktree Manager
Stash, switch, lose your build cache, forget what you stashed — the branch-juggling tax that worktrees were built to eliminate
- Create isolated worktrees for concurrent branches
- Manage separate node_modules and build caches per branch
- Configure environment files and ports for parallel sessions
$8.99
· or 45 creditsSecure checkout via Stripe
Included in download
- Create isolated worktrees for concurrent branches
- Configure environment files and ports for parallel sessions
- Ready for Claude Code
Sample input
I am mid-feature on a Node/React app and need to fix a critical bug on main. Set up a worktree for the hotfix so I don't have to stash my current work.
Sample output
- Creating worktree: git worktree add ../hotfix-fix-auth main
- Isolating dependencies: Run npm install in hotfix-fix-auth.
- Env sync: Copying .env to new directory.
- Port management: Use PORT=3001 for hotfix to avoid conflicts with your feature work on 3000.
Stash, switch, lose your build cache, forget what you stashed — the branch-juggling tax that worktrees were built to eliminate
$8.99
· or 45 creditsSecure checkout via Stripe
Included in download
- Create isolated worktrees for concurrent branches
- Configure environment files and ports for parallel sessions
- Ready for Claude Code
- Instant install
Sample input
I am mid-feature on a Node/React app and need to fix a critical bug on main. Set up a worktree for the hotfix so I don't have to stash my current work.
Sample output
- Creating worktree: git worktree add ../hotfix-fix-auth main
- Isolating dependencies: Run npm install in hotfix-fix-auth.
- Env sync: Copying .env to new directory.
- Port management: Use PORT=3001 for hotfix to avoid conflicts with your feature work on 3000.
About This Skill
Stash, switch, lose your build cache, forget what you stashed — the branch-juggling tax that worktrees were built to eliminate. Most developers know worktrees exist; almost none use them well because the workflow isn't obvious. This skill manages your worktree setup end-to-end: creating and naming worktrees for concurrent branches, setting up the right directory structure so each worktree has its own node_modules and build cache, handling shared vs. isolated config, and cleaning up safely when you're done. It also helps you design a multi-worktree workflow for your specific project — hotfix alongside feature work, review alongside active development, without context-switching cost. Give it your repo structure and your current branch situation; it returns a worktree setup you can run immediately.
Use Cases
- Create isolated worktrees for concurrent branches
- Manage separate node_modules and build caches per branch
- Configure environment files and ports for parallel sessions
- Automate cleanup of stale worktrees and directories
Known Limitations
- Does not manage cloud-based environments. - Requires local Git installation. - Command execution requires user approval for safety.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/git-worktree-manager -o /tmp/git-worktree-manager.zip && unzip -o /tmp/git-worktree-manager.zip -d ~/.claude/skills && rm /tmp/git-worktree-manager.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Claude Code, Cursor, Aider, Cline
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.