tab-setup

Solid

Set a unique color and name for this Claude Code tab based on the current working directory. Use "all" to recolor and relabel every active session at once.

AI & Automation 61 stars 5 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
46
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

If `$ARGUMENTS` is `update`, pull the latest skill from its repo and re-install it: ```bash bash ~/.claude/skills/tab-setup/scripts/update.sh ``` Report whether it updated (and from/to which commit) or was already current. Note that changes take effect on the next Claude session. --- If `$ARGUMENTS` is `all`, run the bulk sync: ```bash bash ~/.claude/skills/tab-setup/scripts/sync-all.sh ``` Report the output exactly as returned (list of sessions with their assigned colors and TTYs). Renames inject automatically with a short delay — no further action needed. --- Otherwise, set up this session's tab: ```bash bash ~/.claude/skills/tab-setup/scripts/setup.sh "${CLAUDE_SESSION_ID}" $ARGUMENTS ``` The script output is one line: `color=<name> name=<tab-name>`. Report to the user: "Tab set up: **<color>** / **<name>**". Color applies immediately; `/color` and `/rename` fire automatically in ~4 seconds.

Details

Author
dgilford
Repository
dgilford/ai-science-toolkit
Created
3 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category