If you've ever felt like Git's staging area and index are just getting in your way, this might click for you. Jujutsu is a Git-compatible VCS that ditches the staging concept entirely. Changes are immediate, every file state is tracked as changes rather than commits with parents. The skill includes the critical warning you need to know: never use git commands for mutations in a jj repo or you'll corrupt history. It covers the basic workflow (jj new, jj desc, jj log), editing existing changes, and rebasing. Already has 133 installs and passed most security audits, though Snyk flagged a warning worth checking.
npx skills add https://github.com/knoopx/pi --skill jujutsu