Agent skill
jj-workspace
Create a jj workspace before starting work to enable parallel Claude sessions. Use this skill when starting a new task that should be isolated from other concurrent work. Triggers include "jj workspace", "parallel work", "create workspace", "isolated workspace".
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/jj-workspace
Metadata
Additional technical details for this skill
- short description
- Create jj workspace for parallel work
SKILL.md
JJ Workspace
Create a dedicated jj workspace before starting any task. This allows multiple Claude sessions to work in parallel without conflicts.
Steps
- Generate a short, descriptive workspace name based on the task (e.g.,
workspace-add-loginorworkspace-fix-typo) - Run
jj workspace add <workspace-name>to create the workspace - Change into the workspace directory:
cd <workspace-name> - Describe the change:
jj describe -m '<brief task description>' - Continue all subsequent work within this workspace directory
If no task is provided, ask the user for a task description.
Didn't find tool you were looking for?