jj-workflow
01Plugin Claude Code
Plugin marketplace listing 1 plugin: jj-workflow.
Plugin Claude Code
Plugin marketplace listing 1 plugin: jj-workflow.
Plugin Claude Code
Teaches Claude Code to use jujutsu (jj) instead of git for version control. Provides hooks to intercept git commands, slash commands for committing and workspace management, and background knowledge about jj concepts.
Instructions file
Claude Code instructions for kalupa/jj-workflow, covering claude.md, what this repo is, architecture, key design facts to preserve when editing and common tasks.
Command
Enter a jj workspace for isolated development work.
Command
Auto-distribute working-copy edits into the ancestor commits that introduced those lines.
Command
Create a focused jujutsu commit with selective file grouping.
Command
Point a bookmark at the right change and push it to the remote.
Command
Walk through resolving jj conflicts, which are stored as data in commits.
Command
Fetch from the remote and rebase in-progress work onto the updated trunk.
Hook
Runs before the agent uses a tool for Bash tool calls, executing block-git.sh and guard-jj-message.sh via bash (2 commands). From kalupa/jj-workflow.
Hook
Runs when a git worktree is created, running an inline shell check. From kalupa/jj-workflow.
Hook
Runs when a git worktree is removed, running an inline shell check. From kalupa/jj-workflow.
Skill Claude CodeCodex
Background knowledge about jujutsu (jj) version control for Claude.