Manages code using Jujutsu, a Git-compatible version control system featuring automatic commits, first-class conflict handling, and stable change IDs.
The Jujutsu (jj) skill enables Claude to interface with the Jujutsu version control system, offering a sophisticated alternative to traditional Git workflows. It streamlines development by treating the working copy as a commit, allowing for concurrent conflict resolution without blocking progress, and providing a powerful operation log for easy undos. This skill is ideal for developers working with stacked commits, complex rebases, or those who prefer the stable change tracking and functional revset language of Jujutsu while maintaining full Git interoperability.
Key Features
01Powerful functional revset language for commit selection
02Automatic working copy snapshots and tracking
03Stable Change IDs that persist across history rewrites
04Full Git interoperability and operation undo/redo capabilities
05First-class conflict management within commits
062 GitHub stars
Use Cases
01Managing complex stacked and dependent commit chains
02Rewriting history using advanced rebase and squash operations
03Resolving merge conflicts asynchronously without blocking work