How this command is triggered — by the user, by Claude, or both
Slash command
/session:listThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
## Quick Example List all development sessions by: 1. Check if `.claude/sessions/` directory exists 2. List all `.md` files (excluding hidden files and `.current-session`) 3. For each session file: - Show the filename - Extract and show the session title - Show the date/time - Show first few lines of the overview if available 4. If `.claude/sessions/.current-session` exists, highlight which session is currently active 5. Sort by most recent first Present in a clean, readable format.
/session:list
# Output:
# 2026-01-27-1430-fyp-interim-report (active)
# 2026-01-26-0945-ml-assignment-review
# 2026-01-25-1100-prolog-lab-setup
# [Total: 12 sessions]
List all development sessions by:
.claude/sessions/ directory exists.md files (excluding hidden files and .current-session).claude/sessions/.current-session exists, highlight which session is currently activePresent in a clean, readable format.
npx claudepluginhub cadrianmae/claude-marketplace --plugin session/sessionsManages Claude Code session history — lists, loads, aliases, and edits sessions stored locally. Also supports filtering by date and search.
/sessionsLists, loads, aliases, and inspects Claude Code session history with metadata like branch, worktree, and recency.
/listLists installed and generated CLI-Anything tools, scanning packages and directories. Supports --path for directory, --depth for recursion, --json for output format.
/listLists beads issues with filters for status, priority, type, assignee, labels, title, dates, and more. Outputs table, JSON, digraph, or DOT formats.
/listLists all configured Hookify rules from .claude/hookify.*.local.md files in a summary table with name, enabled status, event, pattern, file path, plus message previews and management footer.
/listLists all learnings stored in the pro-workflow database with details like ID, category, application count, and creation date. Supports sorting by recent or applied, and filtering by category or project.