VibeTree enables developers to collaborate with Claude AI in parallel git worktrees. It allows teams to maintain multiple branches of code simultaneously, streamlining workflows and reducing merge conflicts. Integrates with git, Claude, and TypeScript for efficient coding.
git clone https://github.com/sahithvibudhi/vibe-tree.gitVibeTree enables developers to collaborate with Claude AI in parallel git worktrees. It allows teams to maintain multiple branches of code simultaneously, streamlining workflows and reducing merge conflicts. Integrates with git, Claude, and TypeScript for efficient coding.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/sahithvibudhi/vibe-treeCopy 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 want to create a vibe-tree for my project. Here's the main branch: [BRANCH_NAME]. I want to create [NUMBER] parallel worktrees with the following vibe codes: [LIST_OF_VIBE_CODES]. Please generate the commands to set this up in Git.
To create your vibe-tree, you'll need to run the following commands in your terminal: 1. First, navigate to your main branch: ```bash cd /path/to/your/project git checkout [BRANCH_NAME] ``` 2. Then, create the parallel worktrees with the specified vibe codes: ```bash git worktree add ../worktree1 [BRANCH_NAME] --reason="Vibe code: [VIBE_CODE_1]" git worktree add ../worktree2 [BRANCH_NAME] --reason="Vibe code: [VIBE_CODE_2]" git worktree add ../worktree3 [BRANCH_NAME] --reason="Vibe code: [VIBE_CODE_3]" ``` 3. Finally, you can switch between worktrees using: ```bash git worktree list cd /path/to/worktree ``` This setup will allow you to work on different vibe codes in parallel, making it easier to manage and test multiple features or changes simultaneously.
AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Service Management That Turns Chaos Into Control
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