Ox banner
sageox sageox

Ox

Development community

Description

<!-- ox-hash: 31dd5815b853 ver: 0.16.0 --> # SageOx Commands Reference Essential ox commands for team context: ## Get Project Conventions ```bash ox conventions ``` Returns verified SAGEOX.md content with coding standards and team patterns. ## Check Project Health ```bash ox doctor ``` Diagnostic checks for SageOx configuration, signatures, and integration. ## Update Conventions ```bash ox update ``` Sync latest conventions from cloud (requires authentication). ## Initialize SageOx ```bash

Installation

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

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

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

Full documentation available on GitHub

View Source Repository