skills/list-pinned/SKILL.md
List pinned sessions
npx skillsauth add chungchihhan/super-resume list-pinnedInstall 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.
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 sessionstools
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