From 1c50a471ae268a90ba38b296391babec3e93fdab Mon Sep 17 00:00:00 2001 From: Evyatar Bluzer Date: Sun, 9 Nov 2025 11:57:41 +0700 Subject: [PATCH] Add link to claude-code-terminal-title project Claude Code Terminal Title skill - Automatically updates your terminal window title to reflect the current task Claude Code is working on. Perfect for developers managing multiple Claude Code instances across different terminals. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4323ad8..b2ae499 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ - [pypict-claude-skill](https://github.com/omkamal/pypict-claude-skill) - Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for requirements or code, generating optimized test suites with pairwise coverage. - [aws-skills](https://github.com/zxkane/aws-skills) - AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architecture patterns. - [move-code-quality-skill](https://github.com/1NickPappas/move-code-quality-skill) - Analyzes Move language packages against the official Move Book Code Quality Checklist for Move 2024 Edition compliance and best practices. +- [claude-code-terminal-title](https://github.com/bluzername/claude-code-terminal-title) - Gives each Claud Code terminal window a dynamic title that describes the work being done so you don't lose track of what terminal window is doing what.