Ox ox
SageOx team context and session recording for AI coworkers. Use when working in a repository that has .sageox/ initialized, when you need team conventions, or when recording coding sessions to a shared ledger.
install
source · Clone the upstream repo
git clone https://github.com/sageox/ox
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sageox/ox "$T" && mkdir -p ~/.claude/skills && cp -r "$T/claude-plugin/skills/ox" ~/.claude/skills/sageox-ox-ox && rm -rf "$T"
manifest:
claude-plugin/skills/ox/SKILL.mdsource content
SageOx (ox) - Team Context for AI Coworkers
ox is a CLI that gives AI coworkers shared team context: conventions, architectural decisions, session recording, and collaborative knowledge that persists across sessions and teammates.
When to Use
- Starting work: Run
to load team context (conventions, norms, decisions)ox agent prime - Recording sessions:
/ox agent session start
to capture work to the project ledgerox agent session stop - Checking health:
for auth/sync/daemon state,ox status
for diagnosticsox doctor - Initializing:
to set up SageOx in a new repositoryox init
Key Concepts
- Team Context - shared conventions, norms, and architectural decisions (versioned)
- Ledger - historical record of sessions, decisions, and discussions
- Session - a recorded human-to-AI coworker conversation
- AI Coworker - an AI participant on a team (not "agent" in user-facing output)
Essential Commands
| Command | Purpose |
|---|---|
| Load team context for this session |
| Begin recording a session |
| Stop recording and push to ledger |
| Check auth, sync, daemon health |
| Run diagnostic checks |
| Initialize SageOx in a repository |
| Get verified team coding standards |
| List recent sessions from ledger |
Requirements
Install the ox CLI:
brew install sageox/tap/ox or visit https://sageox.ai/install