Auto-discovered marketplace from happy-ryo/wezterm-panes-plugin
npx claudepluginhub happy-ryo/wezterm-panes-pluginManage WezTerm panes and launch Claude Code instances
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