skills/list-tagged/SKILL.md
List sessions with a specific tag
npx skillsauth add chungchihhan/super-resume list-taggedInstall 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 sessions that have a specific tag.
List sessions with tag: $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 --tagged <tag> -a:
${CLAUDE_PLUGIN_ROOT}/bin/super-resume list --json --tagged <tag> -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 │ │ Add user dashboard feature with analytics and reporting capabilities │ work │ Mar 08 10:15 │
└────┴────┴──────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┴──────────────┘
Table rules:
$CLAUDE_SESSION_ID, add " ← current" after the rowShowing X sessions tagged "work".
Commands:
/go <n> Resume session (e.g., /go 1)
/pin <n> Pin a session
/untag <n> <tag> Remove tag from session
/go commands./list-tagged work - List up to 5 sessions tagged "work"/list-tagged bug-fix -10 - List up to 10 sessions tagged "bug-fix"tools
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