Version control operations using Jujutsu (jj) — replaces git commit/push/PR workflows when jj root succeeds (i.e., inside a JJ workspace). Use when the user says "commit", "push", "create a PR", "describe", "bookmark", or any VC action in a JJ repo. Also use for jj-specific operations: revsets, stacked changes, conflict resolution, undo. If jj root succeeds, this skill takes priority over git workflows.
$npx -y skills add george-rd/claude-next-level --skill jjInstalls into the current project.
Run `npx skills use "https://github.com/george-rd/claude-next-level" --skill "george-rd/claude-next-level/jj"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/george-rd/claude-next-level" that are relevant to the current task. Run `npx skills add "https://github.com/george-rd/claude-next-level"` and select the relevant skills, then follow their instructions.