Tab Rename banner
allierays allierays

Tab Rename

Development community

Description

--- description: Rename the current terminal tab so you can tell your Claude Code tabs apart. --- # Tab Rename The user wants to rename the current terminal tab. This is useful when you have multiple Claude Code sessions open and every tab just shows "...skip-permissions". ## Step 1: Determine the Tab Name Check if the user provided an argument: `$ARGUMENTS` - **If provided:** Use it as the tab name (e.g., `/tab-rename my-api` → tab name is "my-api"). - **If not provided:** Auto-detect a se

Installation

Installs to ~/.claude/commands/allierays-agentic-loop-tab-rename.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/allierays/agentic-loop/HEAD/.claude/commands/tab-rename.md -o ~/.claude/commands/allierays-agentic-loop-tab-rename.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository