AgentSkillsCN

title

将终端标题设置为当前对话的两词简要概括。 触发指令:"/title"、"update title"、"set title"

SKILL.md
--- frontmatter
name: title
description: |
  Set terminal title to 2-word summary of current conversation.
  Triggers: "/title", "update title", "set title"

Title

Set terminal title via escape sequence.

Process

  1. Reflect on conversation: What's the main topic or current task?
  2. Generate exactly 2 words (Title Case) summarizing it
  3. Run: claude-set-title "Two Words"

Examples

  • Debugging auth flow → "Auth Debugging"
  • Setting up CI pipeline → "CI Setup"
  • Refactoring database queries → "Query Refactor"
  • General chat, no clear focus → "Claude Chat"