How this skill is triggered — by the user, by Claude, or both
Slash command
/super-resume:list-sessionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
List Claude Code sessions. By default, shows sessions in the current directory only.
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 directoriesnpx claudepluginhub chungchihhan/super-resume --plugin super-resumeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.