Use this skill when a user wants to think through, design, or spec out a feature, product decision, or technical capability. Triggers include: "I'm thinking about adding X", "help me design Y", "let's spec out Z", "what should I consider for this feature", or any request to reason through a change before building it.…
pinning, errors) belongs in the ox CLI JSON output (guidance field) and ox guide conversations, not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). --> Read recorded team conversations locally: list, summaries, distillation topics, and transcript slices.
belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). --> Abort a session, discarding all local data without uploading to the ledger. This is destructive and cannot be undone. Use /ox-session-stop to save instead.
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.
belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). --> Suspend the current session recording. Local cache continues to receive entries, but the upload at stop time will exclude the suspended range.
Command "ox-session-recover" from sageox/ox, covering recovery flow, step 1: find the claude code transcript, step 2: try the built-in recover command first, step 3: convert transcript to web viewer format and step 4: lint the converted jsonl.
belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). --> Resume a previously suspended session recording. Closes the open pause range; the suspended interval will be excluded from upload at stop time.
belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). Exception: Post-Command sections that require agent-side actions (e.g., displaying a notice, generating a summary) are legitimate here. --> Start recording this agent session to the…
belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). --> Check the status of all active session recordings in this project.
belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). Exception: Post-Command sections that require agent-side actions (e.g., displaying a notice, generating a summary) are legitimate here. --> Stop recording and save this agent session to…
Command "release" from sageox/ox, covering release workflow, step 1: pre-flight checks, verify on main branch, clean working directory, run quality gates (run lint and tests in parallel) and step 1c: smoke tests (requires sageoxcipassword).