# Setup Worktree Friendly

> Prepare a repository for concurrent Git worktrees.

- Skill: `andiedie/setup-worktree-friendly` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add andiedie/setup-worktree-friendly`
- Raw SKILL.md: https://api.skillmd.com/api/skills/andiedie/setup-worktree-friendly/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Andiedie (https://skillmd.com/u/andiedie)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/andiedie/setup-worktree-friendly

---


Make the target repository safe for concurrent Git worktrees.

Isolate the local resources that would collide across worktrees, using that repository's actual setup. Leave a repository-owned setup and teardown interface later agents can find. Add `.worktrees/` to Git ignore.

Accept with two temporary worktrees taken from the candidate state that includes this isolation change: they must set up concurrently, coexist, and tear down independently.

