From session-manager
This skill should be used when the user asks to "rename a session", "rename session", "change session name", "name a session", or wants to set or update the name of a Claude Code chat session without resuming it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/session-manager:rename-sessionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rename any Claude Code session by ID without resuming it. Accepts full or short (8-char) session IDs.
Rename any Claude Code session by ID without resuming it. Accepts full or short (8-char) session IDs.
bash ${CLAUDE_PLUGIN_ROOT}/scripts/run-python.sh ${CLAUDE_SKILL_DIR}/scripts/rename-session.py <session-id> <new-name>
Display the confirmation message from the script. If the user hasn't provided a session ID or name, ask for them.
To find session IDs, use the list-sessions skill first.
npx claudepluginhub enkira-ai/claude-plugins --plugin session-managerManages Claude Code sessions using /rename, /resume, and CLI commands for naming, checkpointing, and resuming workflows in debugging, feature development, PR reviews, and investigations.
Unified session management for Claude Code: list active sessions, check inbox, and broadcast messages across sessions. Explicit /session invocation only.
Manages Claude Code sessions: lists active sessions, checks inbox, and broadcasts messages. Invoked via /session for session management tasks.