How this skill is triggered — by the user, by Claude, or both
Slash command
/super-resume:goThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Resume a session from the previous list. Use the number from `/list-session`, `/list-pinned`, or `/list-tagged`.
Resume a session from the previous list. Use the number from /list-session, /list-pinned, or /list-tagged.
Resume session: $ARGUMENTS
Parse $ARGUMENTS to identify the session:
Get the session ID from the numbered list shown previously in this conversation.
Run the resume command:
${CLAUDE_PLUGIN_ROOT}/bin/super-resume resume <session-id>
/go 1 - Resume the first session from the last list/go 3 - Resume the third session from the last list/list-session, /list-pinned, or /list-tagged first to see available sessions/setup if not already donenpx claudepluginhub chungchihhan/super-resume --plugin super-resumeRetrieves previous Claude Code or Codex CLI session transcripts, printing recent turns and metadata to resume work. Supports UUID lookup and automatic detection of most recent session.
Manages Claude Code sessions using /rename, /resume, and CLI commands for naming, checkpointing, and resuming workflows in debugging, feature development, PR reviews, and investigations.
Resumes saved Claude Code sessions from docs/context-sessions/. Lists pending tasks, loads selected session, tracks progress per completion, deletes file when done.