Automates the creation of isolated Jujutsu (jj) workspaces and bookmarks for seamless parallel development.
This skill optimizes the Jujutsu (jj) VCS workflow within Claude Code by automating the setup of isolated workspaces and feature bookmarks. It ensures that developers can handle multiple tasks simultaneously without context switching overhead by managing directory creation, environment variable wiring for Git-compatible tools, and bookmark initialization. It is particularly useful for maintaining clean development environments and ensuring compatibility with the GitHub CLI and other Git-aware utilities within a Jujutsu repository.
主な機能
01Streamlined bookmark creation for feature branches
02Context-aware task initialization and directory mapping
03Automated workspace creation in isolated directories
04Environment configuration for Git-compatible CLI tools
05Clean workspace teardown and environment cleanup
060 GitHub stars
ユースケース
01Starting a new feature branch while keeping the main worktree clean
02Setting up isolated environments for code reviews or experimentation
03Performing parallel development on multiple bug fixes simultaneously