This skill provides a systematic workflow for creating and managing Jujutsu (jj) workspaces, allowing developers to handle multiple tasks or experiments in isolation. It automates the entire lifecycle of a workspace, including intelligent directory selection, critical safety checks for version control ignores, and automatic detection of project types for environment setup (Node.js, Rust, Python, Nix, Go, and more). By performing baseline test verification before starting work, it ensures your new environment is stable, reducing context-switching overhead and preventing accidental repository pollution.
Key Features
01Automated .gitignore and .jjignore safety verification to prevent leaked files
02Comprehensive status reporting with easy-to-use navigation commands
03Intelligent workspace directory selection with prioritized fallback logic
04Project type auto-detection for automated dependency installation
0540 GitHub stars
06Baseline test execution to ensure workspace stability before development