How this skill is triggered — by the user, by Claude, or both
Slash command
/session-manager:sessionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage the current session context. Based on the user's request, do one of:
Manage the current session context. Based on the user's request, do one of:
Save - Save the current session state:
.claude/sessions/<name>.mdRestore - Restore a previous session:
.claude/sessions/<name>.mdList - List available saved sessions:
.claude/sessions/*.md and display them with datesAsk the user which action they want if not specified.
npx claudepluginhub hopperlabs/clawdhopper --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.
Browses, inspects, and imports Claude Code session history. Lists sessions by project/tool/date, shows details or full conversations, imports to markdown journals.
Unified session management for Claude Code: list active sessions, check inbox, and broadcast messages across sessions. Explicit /session invocation only.