# Worktree

> Use for non-trivial or parallel work that should happen in a separate git worktree.

- Skill: `thedixitjain/worktree` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/worktree`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/worktree/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/worktree

---


# Worktree

```bash
git worktree add ../<repo>-<topic> -b <type>/<topic>   # <type>: feat | fix | chore | ...
cd ../<repo>-<topic> && <setup> && <run tests>
```

Baseline must be green. If red, STOP - don't build on broken ground. Done -> `ship`.

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/ouonet/praxis/skills/worktree/SKILL.md`

