·jujutsu
</>

jujutsu

knoopx/pi

Manages version control with Jujutsu (jj), including rebasing, conflict resolution, and Git interop. Use when tracking changes, navigating history, squashing/splitting commits, or pushing to Git remotes.

22Installs·1Trend·@knoopx

Installation

$npx skills add https://github.com/knoopx/pi --skill jujutsu

SKILL.md

Git-compatible VCS focused on concurrent development and ease of use.

| jj st | Show working copy status | | jj log | Show change log | | jj diff | Show changes in working copy | | jj new | Create new change | | jj desc | Edit change description | | jj squash | Move changes to parent | | jj split | Split current change | | jj rebase -s src -d dest | Rebase changes | | jj absorb | Move changes into stack of mutable revisions |

| jj bisect | Find bad revision by bisection | | jj fix | Update files with formatting fixes | | jj sign | Cryptographically sign a revision | | jj metaedit | Modify metadata without changing content |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/knoopx/pi --skill jujutsu
Source
knoopx/pi
Category
</>Dev Tools
Verified
First Seen
2026-02-08
Updated
2026-02-18

Quick answers

What is jujutsu?

Manages version control with Jujutsu (jj), including rebasing, conflict resolution, and Git interop. Use when tracking changes, navigating history, squashing/splitting commits, or pushing to Git remotes. Source: knoopx/pi.

How do I install jujutsu?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/knoopx/pi --skill jujutsu Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/knoopx/pi

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-08