A Claude Code plugin for managing WezTerm panes and launching Claude Code instances.
wezterm available in your PATH/plugin marketplace add happy-ryo/wezterm-panes-plugin
/plugin install wezterm-panes@happy-ryo
Add to your ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"happy-ryo": {
"source": {
"source": "github",
"repo": "happy-ryo/wezterm-panes-plugin"
}
}
},
"enabledPlugins": {
"wezterm-panes@happy-ryo": true
}
}
/plugin uninstall wezterm-panes@happy-ryo
/wezterm-panes:control
Or just ask Claude Code in natural language, e.g. "open a new pane to the right with Claude Code".
By default, Claude Code is launched with the following flags:
claude --dangerously-load-development-channels server:claude-peers --dangerously-skip-permissions
--dangerously-load-development-channels server:claude-peers — Enables peer communication between Claude Code instances--dangerously-skip-permissions — Skips tool permission prompts so the launched instance can operate autonomouslyThese flags are defined in skills/control/SKILL.md. If you have concerns about the permission model, you can fork this repository and modify the launch command to suit your needs.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub happy-ryo/wezterm-panes-plugin --plugin wezterm-panesDeterministic Claude Code → wmux notifications via PostToolUse / Stop / SubagentStop / SessionStart hooks. Replaces wmux's regex-based agent detector with 100%-accurate hook signals when this plugin is installed.
Tmux session awareness and pane interaction
Provides tmux-cli skill, to allow Claude-Code to interact with CLI scripts or other code-agents in tmux panes, using the `tmux-cli` command
cmux terminal automation skills for Claude Code — workspace layouts, session snapshot/restore, surface organizer, and more.
Native Windows toast notifications for Claude Code with window activation
IRC-style commands for managing Claude Code sessions