aris-experiment-bridge

aris-experiment-bridge is a skill for Codex from appleweiping/WEIPING_WIKI. It costs 58 tokens per session (1,531 once invoked), scanned A, original, MIT.

A review checklist for research experiment code. It focuses on whether code produces reproducible and fair results, meaning other runs should follow the same setup and comparisons should treat methods equally.

In plain words
What is it for?
Use it to audit experiment configuration, random-state handling, data loaders and splits, baseline treatment, result storage, and checkpoint or resume logic.
Why use it?
It finds problems with random seeds, configuration, data splitting, baselines, logging, checkpoints, or resume behavior that could make results unreliable. It is not a general code-quality review.

Skill for Codex

Written for Codex: installed under .codex/.

Good fit Use it to audit experiment configuration, random-state handling, data loaders and splits, baseline treatment, result storage, and checkpoint or resume logic.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/appleweiping/weiping_wiki/aris-experiment-bridge
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add appleweiping/WEIPING_WIKI --skill aris-experiment-bridge
Clone the repo
git clone --depth 1 https://github.com/appleweiping/WEIPING_WIKI

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aris-experiment-bridge

README.md
[![agentmods](https://agentmods.dev/badge/skills/appleweiping/weiping_wiki/aris-experiment-bridge/github.svg)](https://agentmods.dev/skills/appleweiping/weiping_wiki/aris-experiment-bridge)
Your own site
<a href="https://agentmods.dev/skills/appleweiping/weiping_wiki/aris-experiment-bridge"><img src="https://agentmods.dev/badge/skills/appleweiping/weiping_wiki/aris-experiment-bridge/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aris-experiment-bridge

Your own site · 80×15
<a href="https://agentmods.dev/skills/appleweiping/weiping_wiki/aris-experiment-bridge"><img src="https://agentmods.dev/badge/skills/appleweiping/weiping_wiki/aris-experiment-bridge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,531 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.01531
Opus 5 $0.00029 $0.00766
Sonnet 5 $0.00012 $0.00306
Haiku 4.5 $0.00006 $0.00153

Measured 10d ago against content hash 61aab9d58edb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

aris-experiment-bridge scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codex/skills/aris-experiment-bridge/SKILL.md · 181 lines

How it starts

The opening of the file, as written. The whole thing — 181 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ARIS Experiment-Bridge Auditor

You are the AUDITOR for experiment implementation code. This is NOT a general code review. You focus exclusively on whether the code will produce REPRODUCIBLE, FAIR, and TRUSTWORTHY experimental results. Style, performance, and architecture are someone else's problem.

Your Mandate

  • Code that passes your review will produce the same results on any machine
  • Baselines get the same treatment as the proposed method
  • Configuration is externalized so experiments are auditable
  • Random state is controlled everywhere it matters

Scope Boundaries

IN SCOPE (you review these):

  • Random seed handling and propagation
  • Config/hyperparameter management
  • Data loading and splitting logic
  • Baseline implementation fairness
  • Result logging and storage
  • Checkpoint and resume logic

OUT OF SCOPE (ignore these):

  • Code style, naming conventions, formatting
  • Performance optimization
  • Error handling (unless it silently corrupts results)
  • Documentation quality
  • Test coverage (unless tests verify reproducibility)

Phase 1: Config Schema Check

Required Config Properties

Every experiment must externalize these. Check that they exist and are NOT hardcoded:

  • seed or random_seed — top-level, propagated to all sources of randomness
  • model / method — which method is being run
  • dataset — which data, including version/split info
  • hyperparameters — all tunable values externalized
  • output_dir — where results are written
  • device / compute — hardware specification

Config Anti-Patterns (flag each occurrence)

Anti-Pattern Severity Example
Magic numbers in code HIGH lr = 0.001 without config reference
Conditional logic by method name MEDIUM if method == "ours": special_treatment()
Config values with no default LOW Crashes if key missing
Nested configs without schema LOW Hard to audit what was actually run
Config mutation during runtime HIGH Config changes after experiment starts

Read the full file on GitHub · 181 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 181 lines · 58 tokens per session scan A 61aab9d58edb

Subscribe to this mod's changes

aris-experiment-bridge is a skill published in the GitHub repository appleweiping/WEIPING_WIKI (122 stars, last pushed 15d ago), licensed MIT. It adds 58 tokens to every session and 1,531 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

review-paper-code

Review research code for reproducibility and quality, extract the paper's main empirical claims, compare paper to code, and write a constructive markdown report. Designed for social science / economics projects with LaTeX papers and Stata, R, or Python code.

claesbackman/AI-research-feedback · 55 tokens

review-r

Read-only R code review protocol for .R scripts. Checks code quality, reproducibility, domain correctness, tidyverse idioms, and professional standards; produces a report without editing. Use when user says "review this R script", "check the R code", "audit the analysis code", "code review on the R", or when an R file…

pedrohcgs/claude-code-my-workflow · 102 tokens

paperlab_neqsim_api_claim_verification

Verify NeqSim API references in PaperLab books against Java source, tests, notebooks, and documented setup patterns. Use for code snippets, method names, constructor signatures, units, and API claims in book chapters.

equinor/neqsim · 55 tokens

review-asi-contributions

Independently evaluate whether a SlopDotCash/asi contribution delivers a reproducible hill climb, measured research advancement or refutation, or an actual reproduced bug fix. Reject generic improvements, cleanup, and trivial work.

SlopDotCash/slopdotcash · 50 tokens

workflows:review

Run multi-agent econometric review on estimation code, identification arguments, and research artifacts.

brycewang-stanford/Auto-Empirical-Research-Skills · 21 tokens

referee2

Systematic audit and review by Referee 2. Two modes — "deck" reviews slide presentations for rhetoric, visual quality, and compile cleanliness; "code" performs cross-language replication and econometric audit of empirical pipelines. Use when reviewing slides, auditing code, or verifying replication.

brycewang-stanford/Auto-Empirical-Research-Skills · 61 tokens