Enables seamless Jujutsu version control operations by providing specialized command mappings and workflow guidance for AI agents.
This skill acts as a critical compatibility layer for developers using the Jujutsu (jj) version control system with Claude Code. It prevents the AI from falling back to Git-based habits that can corrupt or mismanage jj repositories. By enforcing non-interactive command flags and providing a structural mental model for change IDs and bookmarks, it ensures that Claude can safely perform commits, rebases, and multi-agent workflows without manual intervention or process hangs.
Key Features
01Multi-agent isolation model using named bookmarks and feature branching
02Non-interactive flag injection to prevent agent execution hangs
03Advanced Revset and Fileset guidance for complex repository navigation
040 GitHub stars
05Comprehensive Git-to-jj command reference for common VCS tasks
06Automatic enforcement of jj-exclusive commands in detected repositories
Use Cases
01Converting complex Git workflows into efficient Jujutsu commands automatically
02Managing isolated feature development across multiple AI agents using bookmarks
03Performing version control operations in repositories where the .jj/ directory is present