kayomarz97/TransBench

Clinician-to-bench research agent: grounds mechanistic hypotheses about antihypertensive drugs in real literature and designs runnable single-cell experiments, as an MCP connector for Claude Science. Reuses the Iatronix backend read-only.

0Stars on the repository
7Mods indexed here, across every type
25d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

deep-reasoning

01

kayomarz97/TransBench

Agent Claude Code

Use when a problem is genuinely HARD and needs more reasoning power than routine work — subtle correctness bugs, tricky algorithms, gnarly multi-file diagnosis, non-obvious async/concurrency issues, or architecture/design tradeoffs. It runs on Fable (a more capable tier than the Opus main session), so delegate the…

0 25d ago A 115 tokens

docs-researcher

02

kayomarz97/TransBench

Agent Claude Code

Use BEFORE writing code against any external service, API, library, or tool the team hasn't already documented — Anthropic/Claude SDK, MCP, LangGraph, GEO/PubMed, deploy platforms, a new dependency, etc. Reads the OFFICIAL documentation, extracts the exact signatures/params/version constraints, and records them in the…

0 25d ago A 82 tokens

kayomarz97/TransBench

Agent Claude Code

Use AFTER any code change to confirm nothing broke — before calling work "done" and before any commit/push. Runs the test suite plus a golden-mode smoke run fully OFFLINE (no API key, no cost, deterministic) and reports pass/fail honestly. It cannot edit code or tests by design, so it can never "fix" a failure into a…

0 25d ago A 82 tokens

secret-scanner

04

kayomarz97/TransBench

Agent Claude Code

Use BEFORE every git push (and any time you're unsure what's about to be committed) on this PUBLIC repo. Scans staged and tracked content for secrets, credentials, and personal/clinical data, flags anything risky, and asks the user before proceeding. It reports and blocks — it never edits files or pushes on its own.

0 25d ago A 69 tokens