From handoff
Set the Claude Code session title from the conversation — a rename only, with no task snapshot and no memory write. Suited to /btw side conversations and any session worth a name while the main thread stays live. Use when the user asks to "name this conversation", "name this chat", "name this session", "rename session", "rename this session", "title this session", or "autoname". For "save handoff", "before /clear", "wrap up", or "I'm done", use the handoff skill instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/handoff:autonameThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Name the current Claude Code session — nothing else. This is handoff's
Name the current Claude Code session — nothing else. This is handoff's
rename-half on its own: no task snapshot, no memory write, no /clear.
Use it for a /btw side conversation, or any session worth a name while
the main thread stays live.
Decide a concise session title from the conversation. Make no tool calls to decide it. Title rules: ≤ ~50 characters, Title Case, no surrounding quotes, no trailing punctuation. The title is always derived from the conversation — autoname takes no argument.
Then issue a single Write of that title as the sole line of
./.claude/autorename. That is the only tool call.
A PostToolUse(Write|Edit) hook picks the file up, renames the session
via tmux send-keys once the prompt goes idle, then deletes it. Outside
tmux the hook's systemMessage carries a /rename <title> line
instead — relay it in a fenced code block so the user can paste it.
handoff-task.md, updating memory, or running any other tool.
autoname is rename-only; for residual task state use the handoff skill../.claude/autorename — the hook reads this
exact path.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub ddaanet/claude-plugins --plugin handoff