From session-manager
This skill should be used when the user asks to "list sessions", "show sessions", "view past sessions", "session history", "list chats", "show my conversations", or wants to see their Claude Code chat session history.
How this skill is triggered — by the user, by Claude, or both
Slash command
/session-manager:list-sessionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display a summary table of all Claude Code chat sessions on the current machine.
Display a summary table of all Claude Code chat sessions on the current machine.
Run the session listing script via the plugin's shared venv runner:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/run-python.sh ${CLAUDE_SKILL_DIR}/scripts/list-sessions.py
Present the output as-is — it produces a formatted markdown table with:
/rename)After displaying the table, remind the user they can resume any session with claude --resume <session-id>.
npx claudepluginhub enkira-ai/claude-plugins --plugin session-managerBrowses, inspects, and imports Claude Code session history. Lists sessions by project/tool/date, shows details or full conversations, imports to markdown journals.
Cleans Claude Code sessions in current project: lists recent ~/.claude/projects/<slug> .jsonl files in Markdown table with titles, mtimes, sizes, prompts; selects by number/sessionId, confirms before deleting files and attachments.
Unified session management for Claude Code: list active sessions, check inbox, and broadcast messages across sessions. Explicit /session invocation only.