
Jj
- Updated March 4, 2026
- asurion-exp/wheels-public
A skill that runs Jujutsu (jj) version-control commands, a modern alternative to git. Developers use it to manage source history and changes when working in a jj-based repository instead of git.
Key points
- Jujutsu (jj) commands
- Modern git alternative
- Version control workflow
Jj by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add asurion-exp/wheels-public/plugin install jj@wheelsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 4, 2026 |
|---|---|
| Repository | asurion-exp/wheels-public ↗ |
What it does
Run Jujutsu (jj) version-control commands as a modern alternative to git.
README.md
jj
Jujutsu (jj) version control plugin for Claude Code — a modern alternative to git.
Installation
claude /plugin install wheels/jj
What's Included
Skills
- jj — Quick reference guide with essential commands, revsets, and git-to-jj translations. Invoke with
/jj [question].
Commands
- /commit
[message]— Create a jj commit with a descriptive message - /rebase-main — Rebase current changes onto main
- /squash — Squash current revision into parent
Why jj?
Jujutsu is a Git-compatible VCS with no staging area, automatic change tracking, and first-class support for rebasing and stacking changes. This plugin teaches Claude Code how to use jj instead of git.