jjwf

Installation
SKILL.md

Jujutsu (jj) Workflow

This project uses Jujutsu (jj) for version control instead of git.

Key Differences from Git

  • No staging area: All changes in the working directory are automatically part of the current change
  • Changes vs commits: jj uses "changes" (identified by change IDs) rather than commits
  • Automatic snapshots: The working copy is automatically snapshotted
  • Immutable history: By default, only "mutable" commits can be modified

Common Workflow Commands

Related skills

More from schpet/toolbox

Installs
4
Repository
schpet/toolbox
GitHub Stars
2
First Seen
Feb 12, 2026