Create a shared tmux session for collaboration
/plugin marketplace add thamam/A2X-marketplace/plugin install mactools@A2XCreate a shared tmux session for collaboration between Claude and user.
Ask Claude to create a shared session in natural language:
"Create a shared debugging session"
"Set up a tmux session I can attach to"
"Create a collaborative terminal for debugging"
"Create a shared session called 'dev-work'"
Simple shared session:
"Create a shared debugging session"
With specific name:
"Create a shared session called 'api-debug'"
With command:
"Create a shared session and run python debug.py"
After creating, user can attach with:
tmux attach -t session-name
User can detach with:
Ctrl+B, then D
collaborative-debug skill for debugging workflowsterminal-automation skill for automated tasks