Session List
技能 活跃Lists 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.
功能
- 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
使用场景
- 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
非目标
- 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.
安装
请先添加 Marketplace
/plugin marketplace add apappascs/claude-code-sessions/plugin install claude-code-sessions@claude-code-sessions质量评分
类似扩展
Session Tasks
100聚合 Claude Code 任务列表和会话中的任务——显示带有依赖项的待处理、进行中和已完成的任务。当用户询问“哪些任务待处理”、“显示我的任务”、“孤立任务”、“任务依赖项”或需要跨会话任务清单时使用。
Session Search
98按关键字、主题或内容搜索所有项目中的 Claude Code 会话。当用户想要查找之前的会话、定位过去的工作、搜索之前讨论过的内容或不记得对话属于哪个项目时使用。当用户说“查找那个会话,其中”或“搜索会话”时也使用。
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用,以减少直接的 Anthropic 支出,配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或对 Copilot 代理设置失败进行故障排除,例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。
Guard
100保护 Claude Code 会话免受上下文溢出影响,通过运行一个后台守护进程来监控会话大小并在压缩命中之前自动进行修剪。当用户说“guard”、“protect session”、“context getting long”、“prevent compaction”、“session management”或正在运行需要持续上下文保护的代理团队时使用。
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration