claude-session-driver
Delegate coding tasks to parallel worker sessions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-session-driver?โผ
Run `npx skills add obra/claude-session-driver --all -g -y` in your terminal to install it globally. You also need tmux and at least one supported harness CLI such as claude, codex, or pi.
How to run multiple coding sessions in parallel?โผ
Launch several workers with `csd launch`, send each a task, then wait for all to finish. Each worker runs independently in its own tmux session.
Which coding harnesses does it support?โผ
It drives Claude Code, Codex, and Pi through one identical command surface. You pick the harness at launch with the --harness flag.
Can I monitor what a worker session is doing?โผ
Yes. Every worker writes lifecycle events to a JSONL file, and `read-events --follow` lets you watch tool calls in real time.
Can I hand a running session over to a human?โผ
Yes. The `handoff` command prints tmux attach instructions so a person can take over the live worker session directly.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core