This skill teaches Claude to use jj (Jujutsu) instead of git for version control operations. jj is a git-compatible VCS that eliminates the staging area and works with changes instead of branches, making it cleaner for iterative workflows where you're frequently switching contexts or splitting work after the fact. The skill activates when it detects a .jj directory or when you mention jj, and covers the full workflow from setup through rebasing and pushing to git remotes. The standout feature is how naturally it handles interruptions: just jj new to start something else, jj edit to jump back, no stashing or branch ceremony. If you work with an AI that constantly generates code you need to reorganize, this is worth trying.
npx -y skills add onevcat/skills --skill onevcat-jj --agent claude-codeInstalls to .claude/skills
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills