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".
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?