jujutsu

Originally fromcryfs/cryfs
Installation
SKILL.md

Jujutsu (jj) Version Control System

This skill helps you work with Jujutsu, a Git-compatible VCS with mutable commits and automatic rebasing.

Tested with jj v0.37.0 - Commands may differ in other versions.

Important: Automated/Agent Environment

When running as an agent:

  1. Always use --no-pager to prevent commands from opening an interactive pager (like less), which will hang the agent:
# Always use --no-pager on commands that produce output
jj --no-pager log          # NOT: jj log
jj --no-pager diff         # NOT: jj diff
jj --no-pager show <id>    # NOT: jj show <id>
Installs
120
GitHub Stars
73
First Seen
Feb 9, 2026
jujutsu — danverbraganza/jujutsu-skill