npx claudepluginhub cadrianmae/claude-marketplace --plugin session## 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.
/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.
/listLists all Hookify rules in the project with status (enabled/disabled/blocking/warning), locations, patterns/conditions, and totals. Supports --enabled, --disabled, --all flags.
/listLists and searches sparkrun inference recipes by name, model, runtime, or description. Filters by registry and runtime; also inspects, validates VRAM, and exports recipes.
/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.