jj-use
Installation
SKILL.md
Use Jujutsu
When a .jj/ directory is present, all version control operations default to jj. Do not use
git add, git commit, git checkout, git switch, git branch, git reset, git rebase, or
git push. Replace them with jj equivalents automatically — no confirmation needed, no
explanation needed. Just use jj.
Activation
Check once at the start of a session:
test -d .jj && command -v jj
.jj/exists andjjis on PATH → this skill is active. Usejjfor everything..jj/exists butjjis not on PATH → tell the userjjis not installed, then fall back togit..jj/does not exist → this skill does not apply.
Related skills