How this skill is triggered — by the user, by Claude, or both
Slash command
/super-resume:list-pinnedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show pinned sessions from all directories.
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 sessionsnpx claudepluginhub chungchihhan/super-resume --plugin super-resumeFetches recent session history from agentmemory and formats it as a reverse-chronological timeline with IDs, projects, times, status, highlights, observation counts, titles, and decisions. Useful for 'what did we do last time' or past work overviews.
Parks diverging ideas and unanswered questions into project-scoped memory files via git-derived paths. Use /session resume to list pending items, archive to close matched ones, summary for session digest.
Lists running SAGA sessions in a table with story ID, elapsed start time, session name, plus commands to stream logs or kill sessions.