From zellij-utils
Rename the current zellij pane, tab, or session with a contextually derived label. Usage: /zr {t|p|s}
How this skill is triggered — by the user, by Claude, or both
Slash command
/zellij-utils:zrThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rename a zellij pane, tab, or session using context from the current
Rename a zellij pane, tab, or session using context from the current session to produce a short, informative label.
/zr t — rename tab/zr p — rename pane/zr s — rename sessionIf omitted, default to t (tab).
Before choosing a label, gather context appropriate to the target:
s): run zellij action query-tab-names to see all tab
names in the session. Derive a label that summarizes the session's
overall purpose from its tabs.t): use the project name, current branch/change, and what
the session is actively working on. Optionally run
zellij action dump-layout for pane details (commands, cwd) if the
conversation context is thin.p): use the immediate activity — file being edited, test
being run, etc. Pure conversation context, no extra commands needed.:, -, and spaces beyond alphanumericsRun a single bash command — no confirmation needed:
zellij action rename-tab "{label}"
zellij action rename-pane "{label}"
zellij action rename-session "{label}"
npx claudepluginhub get-real-xr/agent-plugins --plugin zellij-utilsOpens tabs or panes in Zellij: empty, with shell commands, Claude sessions, or GitHub issues. Triggers on phrases like 'open new tab', 'run npm test in pane', 'start issue #123' (supports Russian).
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.