Session List
Skill ActiveLists all Claude Code sessions for a project or globally, sorted by recency, size, or duration. Use when the user asks how many sessions they have, wants to see recent sessions, says "list sessions", or wants a session inventory.
To provide users with visibility and management capabilities for their Claude Code session history, making it easier to track, review, and resume past conversations.
Features
- List all Claude Code sessions
- Sort sessions by recency, size, or duration
- Filter sessions by project
- Present session data in a markdown table
- Provide session ID and resume command
Use Cases
- When a user asks how many sessions they have
- When a user wants to see recent sessions
- When a user says 'list sessions'
- When a user wants a session inventory
Non-Goals
- Managing session content beyond listing and basic stats
- Providing real-time session monitoring
- Interacting with sessions directly (only provides metadata)
Maintenance
- warning:Commit recencyThe last commit was on 2026-04-22, which is over 3 months ago (as of 2026-05-13), indicating potential lack of recent maintenance.
Versioning
- warning:Release ManagementThere is no explicit versioning (semver) in the SKILL.md or package.json, and installation instructions reference `main`, making version pinning impossible.
Execution
- warning:Pinned dependenciesThe project relies on Bun, but there is no lockfile or explicit version pinning declared for Bun itself or any potential runtime dependencies within the SKILL.md or package.json.
Installation
First, add the marketplace
/plugin marketplace add apappascs/claude-code-sessions/plugin install claude-code-sessions@claude-code-sessionsQuality Score
Trust Signals
Similar Extensions
Session Tasks
100Aggregates tasks across Claude Code task lists and sessions — shows pending, in-progress, and completed tasks with dependencies. Use when the user asks "what tasks are pending", "show my tasks", "orphaned tasks", "task dependencies", or wants a cross-session task inventory.
Session Search
98Searches Claude Code sessions across all projects by keyword, topic, or content. Use when the user wants to find a previous session, locate past work, search for something they discussed before, or cannot remember which project a conversation was in. Also use when the user says "find that session where" or "search sessions".
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
Guard
100Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says "guard", "protect session", "context getting long", "prevent compaction", "session management", or is running agent teams that need continuous context protection.
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration