·terminal-title
</>

terminal-title

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.

27Installs·0Trend·@jst-well-dan

Installation

$npx skills add https://github.com/jst-well-dan/skill-box --skill terminal-title

How to Install terminal-title

Quickly install terminal-title AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/jst-well-dan/skill-box --skill terminal-title
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: jst-well-dan/skill-box.

SKILL.md

View raw

Automatically sets descriptive terminal window titles based on the task Claude is working on. Essential for developers running multiple Claude Code instances who need to quickly identify which terminal is handling which task.

The scripts/settitle.sh script uses ANSI escape sequences to set the terminal title. It's compatible with:

The script accepts a single argument (the title string) and exits silently if no title is provided (fail-safe behavior).

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. Source: jst-well-dan/skill-box.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jst-well-dan/skill-box --skill terminal-title
Category
</>Dev Tools
Verified
First Seen
2026-02-21
Updated
2026-03-10

Browse more skills from jst-well-dan/skill-box

Quick answers

What is terminal-title?

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. Source: jst-well-dan/skill-box.

How do I install terminal-title?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jst-well-dan/skill-box --skill terminal-title Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/jst-well-dan/skill-box