원클릭으로
list-session
List Claude Code sessions in current directory (use -a for all)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List Claude Code sessions in current directory (use -a for all)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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