Split banner
schpet schpet

Split

Development community

Description

--- description: Split the current session into a new jj change model: claude-haiku-4-5 allowed-tools: Bash(jjagent split:*) --- # jja-split Split the current Claude session into a new jj change ## instructions You must follow these steps: 1. **Get the current session ID:** - Extract it from the system reminder at the start of this conversation - The format is: "The current session ID is <uuid>" 2. **Run the split command:** - Execute: `jjagent split <session-id>` - This will c

Installation

Installs to ~/.claude/skills/schpet-jjagent-split/SKILL.md

Terminal
mkdir -p ~/.claude/skills/schpet-jjagent-split && curl -fsSL https://raw.githubusercontent.com/schpet/jjagent/HEAD/commands/split.md -o ~/.claude/skills/schpet-jjagent-split/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository