Manages isolated git worktrees to enable parallel feature development and maintain a clean repository structure.
This skill establishes a standardized workflow for using Git worktrees with Claude Code, allowing developers to work on multiple features simultaneously without context switching or polluting the main branch. By organizing worktrees within a dedicated .worktrees/ directory and enforcing a read-only main worktree policy, it ensures safe, isolated development environments that are optimized for AI-driven coding tasks and multiple concurrent Claude sessions.
주요 기능
01Standardized naming conventions for feature tracking
02Automated worktree structure setup
03Main worktree protection for code reference
04Streamlined cleanup of temporary development paths
050 GitHub stars
06Isolated parallel development environments
사용 사례
01Running multiple Claude Code instances simultaneously in isolated environments
02Maintaining a clean main branch for code reference while implementing changes
03Developing multiple features in parallel without branch switching