Loading...
Loading...
Automatically updates terminal window title to reflect the current high-level task. Use at the start of every Claude Code session when the user provides their first prompt, and whenever the user switches to a distinctly new high-level task. Helps developers manage multiple Claude Code terminals by providing clear, at-a-glance identification of what each terminal is working on.
npx skill4agent add jst-well-dan/skill-box terminal-titlescripts/set_title.sh[Action/Category]: [Specific Focus]bash scripts/set_title.sh "Your Title Here"# User asks: "Help me debug the authentication flow in the API"
bash scripts/set_title.sh "Debug: Auth API Flow"
# User asks: "Create a React component for the user profile page"
bash scripts/set_title.sh "Build: User Profile UI"
# User asks: "Write tests for the payment processing module"
bash scripts/set_title.sh "Test: Payment Module"scripts/set_title.shCLAUDE_TITLE_PREFIXexport CLAUDE_TITLE_PREFIX="🤖 Claude"🤖 Claude | Build: Dashboard UIBuild: Dashboard UI