بنقرة واحدة
list-pinned
List pinned sessions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
List pinned sessions
التثبيت باستخدام 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 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