Skip to content
View vimoxshah's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report vimoxshah

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vimoxshah/README.md

Hi, I'm Vimox Shah 👋

Agents don't need to be smarter. They need something true to stand on.

Lead Software Engineer · Deterministic infrastructure for AI agents · Ontology graphs · MCP tooling · Spec-driven SDLC · Evals

Website LinkedIn X npm Email


I build the deterministic layer that lets AI agents do real engineering work inside a real company. Every AI coding tool fails the same way at scale: not at writing code, but at knowing the organization — which service consumes which event, what breaks three repos away when a column is renamed, which rules are non-negotiable. I stopped asking models to guess at that and compiled it instead.

The thesis: production-grade AI engineering needs pre-computed structural understanding, deterministic retrieval, and machine-verifiable workflows — so agents operate on facts, not vibes. Models are for judgment. Everything else should be looked up.

🛠️ What I build (at Genea, in production)

  • An ontology graph of the whole company — code, database schema, infrastructure, frontend, mobile and product decisions compiled into one graph. Typed query operations answered deterministically, with no model call. Every answer traces to source, and drift verification re-checks it against live code before anyone acts on it.
  • A governed delivery pipeline — a Claude Code plugin that drives spec → plan → blast radius → parallel agents in isolated worktrees → adversarial review → PR, with an engineering constitution loaded on every run.
  • Enforcement that proves itself — lifecycle hooks, CI gates that each ship with a negative self-test, structured error envelopes so agents self-correct, and structure-only telemetry with per-field redaction.
  • Background agents that cannot merge — deterministic monitors and spec-gated builders emit draft PRs only; the merge capability is physically removed.

The platform in three minutes · 📄 Full story, principles and writing

🚀 Open source — install any of them now

Project What it does Install
skills 10 skills + 18 agents for Claude Code, Codex, Cursor, OpenCode and 9 more harnesses, symlinked from one clone. Includes visual-verify: the agent looks at what it built before claiming it works. npx @vimoxshah/skills
tokenflow See where your AI tokens actually go. Local-first analytics across Claude Code, Codex, Cursor, OpenCode, Cline. Zero dependencies. Live demo. brew install --cask tokenflow
claude-session-replay Turn an agent session transcript into one self-contained HTML player you can scrub, step through and share. npx claude-session-replay session.jsonl
claude-router Route each task to the cheapest Claude tier that can do it well, via model-pinned subagents. Only write lanes touch code; every diff is verified by a different model. npx @vimoxshah/skills --bundles routing
claude-codex-orchestrator Claude plans and verifies, Codex executes. Bounded work packets, three executor profiles, an escalation path. npx @vimoxshah/skills --bundles routing

✍️ Writing

🧰 Day to day

Python TypeScript Node.js Ruby PostgreSQL Redis Elasticsearch AWS GCP Kubernetes Terraform MCP

Open to conversations about agent infrastructure, evals and deterministic retrieval — email or LinkedIn.

Pinned Loading

  1. claude-codex-orchestrator claude-codex-orchestrator Public

    Claude plans & verifies, Codex executes — an orchestrator/executor split for Claude Code.

    3

  2. claude-session-replay claude-session-replay Public

    Interactive, zero-dependency HTML player for Claude Code session transcripts — scrub, step, and share a run as one self-contained file.

    JavaScript 1

  3. tokenflow tokenflow Public

    See where your AI tokens actually go. Local-first, provider-agnostic analytics for Claude Code, Codex, Cursor, Cline and gateways. Zero dependencies.

    JavaScript 3

  4. claude-router claude-router Public

    Route each Claude Code task to the cheapest Claude model tier that can do it well — via model-pinned subagents.

    JavaScript 2

  5. skills skills Public

    Skills and agents for Claude Code, Codex, Cursor, OpenCode and more — one install, every harness.

    JavaScript 1

  6. clockwork clockwork Public

    The calendar where your AI agents show up for work. Schedule recurring agent jobs (Claude Code, Codex, OpenCode, Hermes), run them unattended in OS-sandboxed worktrees, review honest reports.

    TypeScript 2