mit einem Klick
list-pinned
List pinned sessions
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
List pinned sessions
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Configure Super Resume settings (terminal preference, download binary if needed)
Show instructions for the Super Resume TUI (run from terminal)
List Claude Code sessions in current directory (use -a for all)
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-pinned |
| description | List pinned sessions |
| user-invocable | true |
| argument-hint | [-N] |
Show pinned sessions from all directories.
List pinned sessions: $ARGUMENTS
Parse $ARGUMENTS:
-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 --pinned -a:
${CLAUDE_PLUGIN_ROOT}/bin/super-resume list --json --pinned -a [limit flag]
┌────┬────┬──────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────┬──────────────┐
│ # │ 📌 │ 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 │ 📌 │ Important refactor task for the database layer │ priority │ Mar 08 10:15 │
└────┴────┴──────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┴──────────────┘
Table rules:
$CLAUDE_SESSION_ID, add " ← current" after the rowShowing X pinned sessions.
Commands:
/go <n> Resume session (e.g., /go 1)
/unpin <n> Unpin a session
/go commands./list-pinned - List up to 5 pinned sessions/list-pinned -10 - List up to 10 pinned sessions