From zellij-utils
Rename the current zellij pane, tab, or session with a contextually derived label. Usage: /zr {t|p|s}
npx claudepluginhub get-real-xr/agent-plugins --plugin zellij-utilsThis skill is limited to using the following tools:
Rename a zellij pane, tab, or session using context from the current
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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}"