Manages parallel development environments using git worktrees. Ideal for operations teams to streamline workflows. Connects to git repositories and integrates with Claude agents.
git clone https://github.com/Wirasm/worktree-manager-skill.gitManages parallel development environments using git worktrees. Ideal for operations teams to streamline workflows. Connects to git repositories and integrates with Claude agents.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/Wirasm/worktree-manager-skillCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I need to manage my Git worktrees for [PROJECT_NAME]. Here's what I need help with: [TASK_DESCRIPTION]. Can you generate the necessary Git commands to create, switch, delete, or list worktrees as needed?
```markdown # Worktree Management Commands for [PROJECT_NAME] ## Create a new worktree ```bash # Create a new worktree for the 'feature/login' branch git worktree add ../feature-login feature/login ``` ## List all existing worktrees ```bash # List all worktrees and their associated branches git worktree list ``` ## Switch to an existing worktree ```bash # Switch to the 'feature/login' worktree cd ../feature-login ``` ## Delete a worktree ```bash # Delete the 'feature/login' worktree and its associated branch cd ../feature-login git branch -D feature/login cd .. rm -rf feature-login ``` ## Notes - Ensure you have no uncommitted changes before switching worktrees. - Worktrees are useful for working on multiple branches simultaneously. ```
AI assistant built for thoughtful, nuanced conversation
Free Accounting Software
IronCalc is a spreadsheet engine and ecosystem
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan