Manage isolated git development branches
ac-workspace-managerskillsetup L2★381
majiayu000/claude-skill-registry ↗What it does
Manage git worktrees for isolated development
Best for
Parallel feature development with isolated test environments and safe rollback.
Inputs
- · Worktree name or branch reference
Outputs
- · Isolated development environment
Requires
- · git
- · bash
Preconditions
- · Git repository initialized
Failure modes
- · Branch already exists
- · Merge conflicts
- · Uncommitted changes
Trust signals
- · Git worktree isolation
- · Rollback capability
- · Merge conflict detection