Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Worktree

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

thedixitjain 9c10203 541 B Updated 2 repo stars

File contents

Worktree

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-pluginsplugins/ouonet/praxis/skills/worktree/SKILL.md

thedixitjain/the-mega-skill-library/tree/main/library/engineering-core/worktree commit 9c10203081

Frequently asked questions

npx skillmds add thedixitjain/worktree