Manage git worktree lifecycle for safe, isolated parallel development.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill worktree-isolation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Worktree Isolation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-worktree-isolation)More formats (shields.io, HTML) on the badges page.
# Worktree Isolation
Manage git worktree lifecycle for safe, isolated parallel development.
## Agent
Worktree Manager - `automaker-worktree-manager`
## Workflow
1. Create new branch from base (feature/<id>)
2. Set up git worktree in .worktrees/ directory
3. Verify worktree isolation
4. Install dependencies in worktree
5. After completion, merge or preserve worktree
6. Clean up merged worktrees, preserve failed ones
## Inputs
- `projectName` - Project name
- `featureId` - Feature identifier
- `baseBranch` - Base branch for worktree creation
## Outputs
- Worktree path, branch name, isolation status
## Process Files
- `automaker-orchestrator.js` - Phase 3 (setup) and cleanup
- `automaker-agent-execution.js` - Stage 1
- `automaker-review-ship.js` - Stage 3 (merge)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!