create-git-worktree
CommunityIsolate dev tasks with a fresh git worktree.
Software Engineering#git#workflow#isolation#worktree#branch management#development environment#setup
Authorgetty104
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Switching between multiple development tasks on different branches can lead to messy local environments and conflicts. This Skill creates isolated git worktree environments, keeping your main branch clean and your tasks separate.
Core Features & Use Cases
- Isolated Development: Creates a new, clean working directory for a specified branch, preventing interference with other ongoing work.
- Environment Setup: Automatically copies
.envfiles and Serena memories, and installsnpmdependencies ifpackage.jsonis present. - Use Case: When starting a new feature or bug fix, use this Skill to quickly set up a dedicated, pre-configured environment without manually managing branches or dependencies.
Quick Start
Create a new git worktree for the branch named 'feature/my-new-feature'.
Dependency Matrix
Required Modules
gitnpm
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: create-git-worktree Download link: https://github.com/getty104/claude-code-marketplace/archive/main.zip#create-git-worktree Please download this .zip file, extract it, and install it in the .claude/skills/ directory.