en un clic
list-tagged
List sessions with a specific tag
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
List sessions with a specific tag
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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 Claude Code sessions in current directory (use -a for all)
Resume a Claude Code session by number from the previous list
Show all Super Resume commands and their parameters
| name | list-tagged |
| description | List sessions with a specific tag |
| user-invocable | true |
| argument-hint | <tag> [-N] |
Show sessions that have a specific tag.
List sessions with tag: $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 --tagged <tag> -a:
${CLAUDE_PLUGIN_ROOT}/bin/super-resume list --json --tagged <tag> -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 │ │ Add user dashboard feature with analytics and reporting capabilities │ work │ Mar 08 10:15 │
└────┴────┴──────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┴──────────────┘
Table rules:
$CLAUDE_SESSION_ID, add " ← current" after the rowShowing X sessions tagged "work".
Commands:
/go <n> Resume session (e.g., /go 1)
/pin <n> Pin a session
/untag <n> <tag> Remove tag from session
/go commands./list-tagged work - List up to 5 sessions tagged "work"/list-tagged bug-fix -10 - List up to 10 sessions tagged "bug-fix"