sageox

80 mods across 2 repositories, 54 stars between them.

ox-session-status

25

sageox/ox

Command Claude Code

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.

50 3d ago A 0 tokens original MIT

ox-session-stop

26

sageox/ox

Command Claude Code

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…

50 3d ago C 0 tokens original MIT

ox-status

27

sageox/ox

Command Claude Code

Check SageOx project status including authentication, sync, and daemon health.

50 3d ago A 0 tokens original MIT

ox

28

sageox/ox

Command Claude Code

Command "ox" from sageox/ox, covering sageox commands reference, get project conventions, check project health, update conventions and initialize sageox.

50 3d ago A 0 tokens original MIT

release

29

sageox/ox

Command Claude Code

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).

50 3d ago A 0 tokens original MIT

PostToolUse

30

sageox/ox

Hook Claude Code

Runs after a tool call finishes, running an inline shell check. From sageox/ox.

50 3d ago A tokens not measured original MIT

PreCompact

31

sageox/ox

Hook Claude Code

Runs before the context is compacted, running an inline shell check (2 commands). From sageox/ox.

50 3d ago A tokens not measured original MIT

SessionEnd

32

sageox/ox

Hook Claude Code

Runs when a session ends, running an inline shell check. From sageox/ox.

50 3d ago A tokens not measured original MIT

SessionStart

33

sageox/ox

Hook Claude Code

Runs when a session starts, running an inline shell check (2 commands). From sageox/ox.

50 3d ago A tokens not measured original MIT

Stop

34

sageox/ox

Hook Claude Code

Runs when the agent finishes a response, running an inline shell check. From sageox/ox.

50 3d ago A tokens not measured original MIT

UserPromptSubmit

35

sageox/ox

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, running an inline shell check. From sageox/ox.

50 3d ago A tokens not measured copy · 86% MIT

ox

36

sageox/ox

Settings file Claude Code

Agent settings declaring 6 hook events (PostToolUse, PreCompact, SessionEnd, SessionStart).

50 3d ago A tokens not measured original MIT

clawhub-skill-lint

37

sageox/ox

Skill Claude CodeCodex

Use this skill before publishing any ClawHub skill from this repo, or after editing a SKILL.md, to verify the skill won't be flagged or rejected by ClawHub's server-side moderation pipeline. The skill re-implements every static-scanner rule from openclaw/clawhub's convex/lib/moderationEngine.ts plus the frontmatter…

50 3d ago A 154 tokens original MIT

monitor-pr

38

sageox/ox

Skill Claude CodeCodex

Watch an open pull request for new CI failures and review comments and drive it to a clean state. Uses the Monitor tool to stream PR status changes in real time so reactions are immediate instead of polled. Handles CodeRabbit nitpicks with judgment (do not blanket-skip) and treats "out of date" comments as…

50 3d ago A 120 tokens original MIT

ox-consult

39

sageox/ox

Skill Claude CodeCodex

Search SageOx team memory BEFORE answering from first-principles reasoning. Auto-fire when the user references recent or specific work or asks a before/after question: "I just pushed...", "did X fix Y?", "is the alert gone now?", "this request", or anything tied to a prior decision, a prod anomaly, or a metric/cost…

50 3d ago A 139 tokens original MIT

ox-conversation

40

sageox/ox

Skill Claude CodeCodex

Read recorded team conversations locally and follow sageox:// citations back to what was actually said. Auto-fire when the user asks "what did we say in that meeting", "show me the discussion about X", "what's behind this claim", pastes a sageox:// citation URI or a cnv/rec id, or wants a transcript, the topics, or…

50 3d ago A 143 tokens original MIT

ox-decision

41

sageox/ox

Skill Claude CodeCodex

Consult team context BEFORE creating or editing a Decision Record (ADR, DDR, architecture/design decision doc). Auto-fire when the user asks to "write an ADR", "add a decision record", "amend/update ADR-NNN", cites a DR by number, or edits a file under docs/adr/ or docs/decisions/. Run ox decision enrich --topic " "…

50 3d ago A 132 tokens original MIT

ox-plan

42

sageox/ox

Skill Claude CodeCodex

Author the plan as a rich, self-contained interactive HTML page FIRST — that page IS the plan of record — then hand it to ox: ox plan save --file plan.html stores it in the ledger, derives the markdown from it, and computes the deterministic badges; ox plan render --file plan.html serves it with the ox chrome…

50 3d ago A 274 tokens original MIT

ox-pr-header

43

sageox/ox

Skill Claude CodeCodex

Emit and paste the SageOx credit line at the TOP of a pull-request description — the human-facing counterpart to the machine SageOx-Session: trailer. Run ox pr header at PR-creation time; it renders a thin, on-brand, dark/light-aware line linking the session(s) and plan(s) that produced the change, naming the team…

50 3d ago A 140 tokens original MIT

ox-recap

44

sageox/ox

Skill Claude CodeCodex

Answer "what value am I getting from SageOx?" with receipts, not vibes. Auto-fire when the user asks "is SageOx worth it", "what has SageOx done for me", "what am I getting out of SageOx", "should I keep using this", "was SageOx worth it this week", or says "ox recap" / "give me a recap". Run ox recap --json and…

50 3d ago A 135 tokens original MIT

ox-session-review

45

sageox/ox

Skill Claude CodeCodex

Audit every session in the project ledger for quality, then offer cleanup and regeneration. Carries the operational knowledge from the 2026-04-25 cleanup (the cache-only invariant and a failure-mode watch-list) that no single ox subcommand backs. Use when the user asks to "review the ledger sessions", "audit session…

50 3d ago A 111 tokens original MIT

ox-skill-manager

46

sageox/ox

Skill Claude CodeCodex

Manage SageOx Agent Skill bundles for this repository. Use when a user asks which ox skills are available, wants to install or repair Attest playbooks, or needs to understand how local coding agents receive team workflows.

50 3d ago A 48 tokens original MIT

ox-viz

47

sageox/ox

Skill Claude CodeCodex

Choose review-friendly visual explanations with ox viz. Use when creating or updating a PR description, especially for architecture, lifecycle, data flow, before/after, or multi-component changes; also use for plans, docs, reports, and design notes. Start a material PR description with ox viz pr; ask a known reviewer…

50 3d ago A 82 tokens original MIT

review-incoming-pr

48

sageox/ox

Skill Claude CodeCodex

Review an INCOMING pull request as a maintainer and drive it to a merge decision. Security-scans it (customer + internal-systems risk), quality-reviews it with expert subagents, triages the bots' existing threads instead of duplicating them, posts inline review comments, and DECIDES: block, request changes, approve…

50 3d ago A 247 tokens original MIT