terminal-title
Installation
SKILL.md
Terminal Title Management
Overview
This skill updates the terminal window title to show current context:
- Work/fun emoji (from
$TERMINAL_TITLE_EMOJIenvironment variable) - Project name (intelligently detected by Claude)
- Current topic (what you're working on)
Format: ๐ผ ProjectName - Topic
CRITICAL: When to Invoke
MANDATORY invocations:
- Session start: Automatically triggered by SessionStart hook. Claude must respond by setting title to "Claude Code" as default topic.
- Topic changes: Claude MUST detect and invoke when user shifts to new topic.