Ox Session List banner
sageox sageox

Ox Session List

Development community

Description

<!-- Keep this file thin. Behavioral guidance (use-when, common-issues, errors) belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). --> List recent sessions from the project ledger and offer to view one. ## Steps 1. Run the command below to show recent sessions: $ARGUMENTS If no arguments are provided, run: ``` ox session list --limit 5 ``` 2. Present the results to the user and ask which session th

Installation

Installs to ~/.claude/commands/sageox-ox-ox-session-list.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/sageox/ox/HEAD/.claude/commands/ox-session-list.md -o ~/.claude/commands/sageox-ox-ox-session-list.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository