By sageox
Initialize repositories with team context, conventions, and AI coworker coordination. Record coding sessions to a shared ledger for playback and collaboration. Load context into AI sessions, manage recordings, run diagnostics, check status, and automate via hooks.
npx claudepluginhub sageox/oxRun diagnostic checks on SageOx configuration and integrations.
Initialize SageOx for this repository.
Load SageOx team context for this AI coworker session.
List recent sessions from the project ledger and offer to view one.
Start recording this agent session to the project ledger.
Stop recording and save this agent session to the project ledger.
Check SageOx project status including authentication, sync, and daemon health.
SageOx is agentic context infrastructure — we call it the hivemind. It makes architectural and product intent persistent and automatically available across humans and agents.
This initial version is intended for AI-native teams — teams that build products almost exclusively through prompts.
Sessions, ledgers, and team knowledge ensure your AI coworkers understand your project's patterns, security requirements, and architectural decisions from the start, making agentic engineering multiplayer by default.

Quick install (macOS / Linux / FreeBSD):
curl -sSL https://raw.githubusercontent.com/sageox/ox/main/scripts/install.sh | bash
From source:
git clone https://github.com/sageox/ox.git && cd ox
make build && make install
# cd into your code repo (e.g. ~/src/my-project)
cd ~/src/my-project
ox login
# one time setup, done ONCE per repo
ox init
# commit the changes in your repo, e.g. git commit -a -m 'SageOx init'
ox doctor
# ox doctor --fix may be needed in the alpha stage
ox status
# will give you the location of the team context and ledger repos
Go into your newly created team in SageOx and invite your coworkers by copying the invite in the upper right, displayed in Team Overview.
Team discussions impacting the product are captured and transcribed in the app and the context is automatically available to Claude.
ox-session capture the conversation between a developer and Claude so the decisions, patterns, and reasoning become available to the rest of the team.
pwd
/home/me/src/my-project
claude
/ox-session-start
<implement fizz buzz>
/ox-session-stop
Start your AI coworker in your repo and just ask:
.sageox/ directory with shared team context for your projectHere's a real example from PR #4:
flowchart LR
subgraph discuss ["🎙️ Ryan and Ajit Discuss"]
A1["Captured in Team Context"]
end
subgraph implement ["🤖 Ajit Implements"]
B1["Captured in Ledger"]
end
subgraph review ["🚀 Ryan Reviews"]
C1["Code + Session + Transcript"]
end
discuss --> implement --> review
Ryan and Ajit discussed the daemon design in a recorded team discussion. Ajit then implemented it with Claude (session captured in the ledger). When Ryan reviewed the PR, he had the full picture — the original discussion audio, the implementation session, and the code.
SageOx looks for configuration in:
--verbose, --quiet, --json)OX_* prefix).sageox/config.yaml)Complete developer toolkit for Claude Code
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.