kitty
Installation
SKILL.md
Kitty Remote Control Skill
This skill empowers you to manage multiple concurrent processes (like servers, watchers, or long builds) using kitty's remote control feature directly from the Bash tool.
Since you are running inside a kitty terminal, you can spawn new windows or tabs to handle these tasks without blocking your main communication channel.
1. Verify Environment & Check Status
First, verify you are running inside kitty with remote control enabled. You can try listing windows:
kitten @ ls
If this fails, check if $KITTY_LISTEN_ON is set. Note that in some configurations it might be empty even if remote control is enabled (using default sockets).
echo $KITTY_LISTEN_ON