list-session

List Claude Code sessions with names, tags, and times.

3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/chungchihhan/super-resume --skill list-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-session
Source: https://github.com/chungchihhan/super-resume/tree/main/skills/list-session
Command: npx skills add https://github.com/chungchihhan/super-resume --skill list-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List Claude Code sessions to simplify discovery and quick resumption.

Core Features & Use Cases

  • List sessions in the current directory to track your active work.
  • List sessions across all directories with the -a flag to manage remote or distributed workspaces.
  • Quickly identify and resume the current or pinned sessions.

Quick Start

Run /list-session to display the Claude Code sessions in the current directory.

Frequently Asked Questions about list-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Claude Code sessions in my current directory?

To list Claude Code sessions in your current directory, run the /list-session command to render a structured table showing session names, tags, and times. This simplifies discovering and tracking active work within your specific project folder.

Can I list Claude Code sessions across all directories?

Yes, you can list Claude Code sessions across all directories by using the -a flag. This allows you to manage remote or distributed workspaces and quickly identify sessions regardless of their directory location.

What is the best way to limit the number of Claude Code sessions displayed?

The best way to limit the number of Claude Code sessions displayed is to use the -N flag. This restricts the rendered table results, helping you focus on the most recent or relevant sessions for quick resumption.

Does the Claude Code session list show the current session status?

Yes, the Claude Code session list identifies the current session and indicates its status within the output table. This relies on the plugin's JSON output to help you quickly distinguish your active session from pinned ones.

How do I quickly resume a specific Claude Code session?

To quickly resume a specific Claude Code session, list the available sessions to view their names, tags, and times. Identifying the correct session from the structured table simplifies the resumption process for your active work.