con un clic
list-session
List Claude Code sessions in current directory (use -a for all)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
List Claude Code sessions in current directory (use -a for all)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Configure Super Resume settings (terminal preference, download binary if needed)
Show instructions for the Super Resume TUI (run from terminal)
List pinned sessions
List sessions with a specific tag
Resume a Claude Code session by number from the previous list
Show all Super Resume commands and their parameters
| name | list-session |
| description | List Claude Code sessions in current directory (use -a for all) |
| user-invocable | true |
| argument-hint | [-a] [-N] |
List Claude Code sessions. By default, shows sessions in the current directory only.
List sessions with arguments: $ARGUMENTS
Parse $ARGUMENTS:
-a = all directories (not just current)-N = limit to N results (e.g., -10)Note the current session ID: $CLAUDE_SESSION_ID (this is the session you're in right now)
Run the list command with --json:
${CLAUDE_PLUGIN_ROOT}/bin/super-resume list --json [parsed flags]
┌────┬────┬──────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────┬──────────────┐
│ # │ 📌 │ Name │ Tags │ Time │
├────┼────┼──────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────┼──────────────┤
│ 1 │ 📌 │ Fix authentication bug in the login flow that was causing users to be logged out unexpectedly │ work, urgent │ Mar 09 14:30 │
│ 2 │ │ Add dark mode toggle to settings page with system preference detection │ feature │ Mar 08 10:15 │
│ 3 │ │ Refactor database layer for better performance and connection pooling │ - │ Mar 07 09:00 │
└────┴────┴──────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┴──────────────┘
Table rules:
$CLAUDE_SESSION_ID, add " ← current" after the rowShowing X of Y sessions.
Commands:
/go <n> Resume session (e.g., /go 1)
/pin <n> Pin a session
/tag <n> <tag> Add tag to session
/go commands./list-session - List 5 sessions in current directory/list-session -a - List 5 sessions from all directories/list-session -10 - List 10 sessions in current directory/list-session -a -10 - List 10 sessions from all directories