Use git worktrees for isolated parallel implementation when the work warrants it.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Andersseen/agentyx --skill worktree-workflow --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Worktree Workflow?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/andersseen-worktree-workflow)More formats (shields.io, HTML) on the badges page.
---
name: worktree-workflow
description: Use git worktrees for isolated parallel implementation when the work warrants it.
---
# Worktree workflow
Use worktrees when isolation reduces risk for parallel or experimental implementation.
Check repository status before creating one. Use deterministic branch and directory names tied to
the task. Keep user changes safe: never overwrite or clean files you do not own. After integration,
remove temporary worktrees only when their work is preserved and no uncommitted changes remain.
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!