README.md
May 6, 2026 · View on GitHub

Skills for hopping between discrete terminal-bound Claude Code sessions on Linux. Spawn new instances, hand off context, resume from handovers, and pick up leftover work.
Skills
Spawning new sessions
new-claude-here— open a new Konsole window running a fresh Claude session in the current cwdnew-claude-at— open a new Konsole window running a fresh Claude session at a specified pathterminal-here— open a Konsole at the current directory (no Claude)vscode-here— open VS Code at the current directorynew-workspace— scaffold a generic workspace dir from the bundled template
Handover
handover— end-of-session menu; logging, YAML handover, follow-up taskshandover-with-tasks— write a handover doc that includes an open task listclipboard-handover— short YAML handover printed in chat and copied to clipboardstart-from-handover— open the new session against a previously-written handover
Leftover work
start-leftover— pick one or more open items fromplanning/leftover-tasks.mdand start themspawn-planning-repo— create a sibling planning repo, seed it with context
Side-tasks
sideclaude— capture a tangent as a plan file and spawn a parallel Claude session to execute it, keeping the current thread cleanclaude-grid— launch a Konsole window at a path with 2 or 4 split panes, each running its own fresh Claude sessionclaude-and-shell— launch a Konsole at a path split left/right: Claude on the left, raw shell on the right
Why a separate plugin
Carved out of Claude-Rudder so users who only need session-spawning + handover primitives don't load the full Rudder context surface.
License
MIT