20 Session Title banner
Leonxlnx Leonxlnx

20 Session Title

Development community

Description

# Session Title Generator **Observed in**: Claude Code internal architecture **Variable:** `SESSION_TITLE_PROMPT` **Model:** Haiku (via `queryHaiku`) **Output Format:** JSON (`{ "title": "..." }`) ## Purpose Generates concise, sentence-case session titles (3-7 words) from conversation content. Acts as the single source of truth for AI-generated session titles across all surfaces (SDK, CCR remote sessions, REPL bridge). ## System Prompt ``` Generate a concise, sentence-case title (3-7 words)

Installation

Installs to ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-20_session_title/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-20_session_title && curl -fsSL https://raw.githubusercontent.com/Leonxlnx/agentic-ai-prompt-research/HEAD/prompts/20_session_title.md -o ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-20_session_title/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository