異なるプロジェクトやトピック間で作業内容を追跡できます。ターミナルタイトルはコンテキストを切り替えると自動的に更新されます。これにより、集中力を維持し、現在の作業を素早く識別できます。
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"terminal-title" 사용 중입니다. このデバッグセッションのターミナルタイトルを設定
예상 결과:
- Terminal title updated to: 🎉 Debugging - Session Debug
"terminal-title" 사용 중입니다. APIドキュメントの作業を開始します
예상 결과:
- Title changed to: 💼 API Documentation - Writing Docs
"terminal-title" 사용 중입니다. フロントエンドコンポーネントの作業を開始
예상 결과:
- Terminal title updated to: 💼 MyProject - Frontend Components
보안 감사
안전This is a legitimate terminal productivity tool with no malicious intent. All static findings are false positives. The scripts use standard shell/PowerShell patterns to send ANSI escape sequences for setting terminal window titles. Input sanitization is properly implemented to prevent escape sequence injection attacks.
위험 요인
📁 파일 시스템 액세스 (1)
품질 점수
만들 수 있는 것
マルチプロジェクト開発
ターミナルウィンドウを切り替えたり作業を再開したりする際に、どのプロジェクトとタスクに取り組んでいるかを素早く識別できます。
セッショントピック追跡
デバッグと実装の間で頻繁にコンテキストが変わる長時間セッション中も、現在のトピックを把握し続けられます。
ターミナルワークフローの最適化
ターミナルタイトルバーで絵文字ベースの視覚的な手がかりを使用して、作業カテゴリ(仕事と個人プロジェクト)を区別できます。
이 프롬프트를 사용해 보세요
Set the terminal title to show this is a new Claude Code session with topic 'Claude Code'.
The conversation has shifted to working on the database schema. Update the terminal title to reflect this new topic.
We are switching to the authentication service. Update the terminal title to show 'Authentication Service' as the project and 'Token Refresh' as the topic.
Set the terminal title to 'MyApp - Bug Fixes' to indicate the current work focus.
모범 사례
- 繰り返しプロンプトを避けるため、使用前に~/.claude/settings.jsonで必要なパーミッションを設定してください。
- TERMINAL_TITLE_EMOJI環境変数を設定して、コンテキスト(仕事と個人)に基づいて絵文字をカスタマイズできます。
- 切り替えごとに手動で呼び出すのではなく、Claudeにトピック変更を自動的に検出させてください。
피하기
- すべてのユーザーメッセージで呼び出さないでください。トピックが実質的に変更された時のみ呼び出してください。
- ターミナルウィンドウバーに表示される可能性があるため、タイトルに機密情報を含めないでください。
- ターミナルタイトルバーで不自然に切り詰められる可能性があるため、非常に長いプロジェクト名やトピック名は使用しないでください。