git-worktree
Git Worktree Manager
This skill provides a unified interface for managing Git worktrees across your development workflow. Whether you're reviewing PRs in isolation or working on features in parallel, this skill handles all the complexity.
What This Skill Does
- Create worktrees from main branch with clear branch names
- List worktrees with current status
- Switch between worktrees for parallel work
- Clean up completed worktrees automatically
- Interactive confirmations at each step
- Automatic .gitignore management for worktree directory
- Automatic .env file copying from main repo to new worktrees
CRITICAL: Always Use the Manager Script
NEVER call git worktree add directly. Always use the worktree-manager.sh script.
The script handles critical setup that raw git commands don't:
More from vitadynamics/vita-cc-market
hook-creator
Expert guidance for creating Claude Code hooks. Use when configuring hooks in settings files, creating hook scripts, or implementing hook-based workflows for tool interception, validation, or automation.
14review
Perform exhaustive code reviews using multi-agent analysis across 13+ specialized reviewer agents
13medium-plan
Transform feature descriptions into well-structured project plans following conventions
13deepen-plan
Enhance existing plans with parallel research agents for maximum depth and grounding
13heal-skill
Fix incorrect SKILL.md files when a skill has wrong instructions or outdated API references
13pr-summary-cn
Generate concise Chinese PR summary from git changes
13