skills/list-session/SKILL.md
List Claude Code sessions in current directory (use -a for all)
npx skillsauth add chungchihhan/super-resume list-sessionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 directoriestools
Remove a tag from a session (current session or by number from list)
tools
Unpin a session (current session or by number from list)
tools
Add a tag to a session (current session or by number from list)
development
Launch an interactive TUI to manage Claude Code sessions - view, pin, delete, tag, and preview sessions