How this skill is triggered — by the user, by Claude, or both
Slash command
/super-resume:helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Command | Description | Examples |
| Command | Description | Examples |
|---|---|---|
/pin [n] | Pin a session | /pin (current), /pin 2 (from list) |
/unpin [n] | Unpin a session | /unpin (current), /unpin 1 (from list) |
/tag <tag> | Add tag to current session | /tag work |
/tag <n> <tag> | Add tag to session from list | /tag 2 bug-fix |
/untag <tag> | Remove tag from current session | /untag work |
/untag <n> <tag> | Remove tag from session in list | /untag 2 old |
| Command | Description | Examples |
|---|---|---|
/list-session | List sessions in current dir | /list-session, /list-session -a -10 |
/list-pinned | List pinned sessions | /list-pinned, /list-pinned -10 |
/list-tagged <tag> | List sessions with tag | /list-tagged work |
List flags:
-a - all directories (not just current)-N - limit to N results (e.g., -10)| Command | Description | Examples |
|---|---|---|
/go <n> | Resume session by number | /go 1, /go 3 |
| Command | Description |
|---|---|
/setup | Configure terminal preference |
/help | Show this help |
/super-resume | Show TUI instructions |
/list-session # See sessions in current directory
/go 1 # Resume the first one
/list-pinned # See your pinned sessions
/pin 2 # Pin the second one
/go 1 # Resume the first one
/list-tagged work # See sessions tagged "work"
/tag 3 urgent # Add "urgent" tag to third session
/go 2 # Resume the second one
Run /setup to configure which terminal to use for resuming sessions.
super-resume
The TUI provides a full interactive experience with keyboard navigation, preview, and direct resume.
npx claudepluginhub chungchihhan/super-resume --plugin super-resumeManages 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.
Searches and summarizes past Claude Code sessions, plans, and memory across all projects. Handles recaps by time period, keyword searches, and provides resume commands. (Deprecated: use /remember)