By Borda Verified
Automate ML research workflows: run ablation studies, audit paper-vs-code fidelity, generate Kaggle notebooks, and execute sustained improvement campaigns with automated rollback on regression. Includes data lifecycle management with DVC versioning and leakage detection.
Data lifecycle specialist — dataset acquisition, DVC versioning, split audits, leakage detection, DataLoader config. Manual invocation only — no research skill auto-dispatches this agent. Delegates scraping to foundry:web-explorer. NOT for ML experiment design (research:scientist), DataLoader throughput (foundry:perf-optimizer), fetching docs (foundry:web-explorer). TRIGGER: dataset, split, leakage audit.
---
---
AI/ML researcher — paper analysis, hypothesis generation, experiment design. ONLY for named research paper/hypothesis/experiment. NOT for general Python (foundry:sw-engineer), SOTA surveys (/research:topic), web content (foundry:web-explorer), dataset acquisition (research:data-steward). TRIGGER: implementing from publication, testable hypotheses.
---
Systematic ablation study runner. After research:run finds improvements, fortify identifies component candidates from git diff + diary, creates isolated git worktrees per ablation (main repo never modified), runs metric+guard in each worktree, ranks component importance, and optionally generates reviewer Q&A calibrated to a target venue.
Research-supervisor review of program.md — validates experimental methodology (hypothesis clarity, measurement validity, control adequacy, scope, strategy fit), emits APPROVED / NEEDS-REVISION / BLOCKED verdict before expensive run loop.
Generate a Kaggle competition notebook as a Jupytext `# %%` Python script following the user's established ML research style: PTL for DNN training, best-fit tool selection, EDA→Baseline→Train→Inference pipeline with per-stage lens cells. Writes output to .experiments/kaggle/<name>.py.
Interactive wizard that scans the codebase, proposes a metric/guard/agent config, and writes a program.md run spec. Also runs cProfile on a file path to surface bottlenecks before prompting for optimization goal.
Post-run retrospective: reads .experiments/ JSONL, computes Wilcoxon significance, detects dead iterations, flags suspicious jumps, generates next-hypothesis queue for --hypothesis flag.
Uses power tools
Uses Bash, Write, or Edit tools
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
Specialist-agent infrastructure for Python/ML OSS — the scaffolding that lets you maintain at scale without becoming a full-time reviewer.
16 specialist roles across Claude and Codex · 20+ Claude workflows · 12 Codex-native skills · 5 domain plugins — opinionated Claude Code + Codex CLI configuration for Python/ML OSS maintainers, version-controlled and self-calibrating.
Things not possible with vanilla Claude Code:
Parallel multi-specialist PR review with convergence callouts. /oss:review fans six specialist agents — architecture, tests, perf, docs, lint, security — plus an independent Codex pre-pass, all running simultaneously. The consolidator flags every finding that two or more reviewers independently raised. You see both per-dimension analysis and the overlap, in one report.
Codex-native specialist orchestration. Codex skills now split broad work into specialist-owned context packs instead of flooding every agent with the whole repo or PR thread. code-review, develop, code-remediate, and investigate can fan out to focused QA, architecture, docs, CI, security, data, performance, research, and challenge passes, then consolidate evidence into one decision.
PR code-review-to-remediation without report-path hunting. Inside Codex, $code-review #123 writes the review artifact. Later, $code-remediate #123 +review finds the newest matching report, re-collects current PR evidence, checks out the PR locally, fetches the target branch, pre-stages merge/conflict context, asks which findings to resolve, then applies only the selected work.
Remediation workplans that assign selected findings to the right owner. Before editing, Codex groups selected findings by root cause, closure type, affected files, verification command, or merge risk. Each group gets a primary owner, verifier, context pack, and expected closure evidence, so several related review comments become one coherent fix instead of scattered edits.
Feature development that cannot skip the demo test. /develop:feature requires a failing demo test to exist and pass review before a single line of production code is written. The gate is structural — the workflow does not proceed to implementation without it.
Metric-driven experiment loops that auto-rollback on regression. /research:run proposes a change, applies it, measures the target metric, and automatically reverts if the metric regresses — then tries the next hypothesis. The loop runs unattended; you set the goal and the guard, and review the committed result.
Agent and skill calibration that measures overconfidence and workflow leaks. /foundry:calibrate and .codex/calibration/run.py score recall, precision, confidence accuracy, stale assumptions, missing gates, fake fan-out claims, and unsafe PR-remediation behavior. The offline Codex harness runs those checks in CI without contacting any LLM.
Verified owner:Jirka Borovec
OSS Claude Code config: agents, skills, and hooks for professional AI-assisted development workflows
OSS maintenance plugin: agents (shepherd, cicd-steward, gh-scraper, repo-warden) and skills (analyse, resolve, review, release)
Implementation workflow skills: feature, fix, refactor, plan, debug, review
Codebase structural index - scan Python projects once, query the import graph for blast-radius and coupling before touching code — Python projects only
Business-first computer vision delivery guide for Claude Code and Codex. Turn an operational goal into a scoped proof plan, verified evidence, costs, and a decision.
npx claudepluginhub borda/ai-rig --plugin researchAutonomous research loops with 10 commands. Generalizes Karpathy's autoresearch loop to any domain with mechanical evaluation, overnight persistence, and zero dependencies.
Guardrails your research workflow — checks hypotheses, catches known bugs, flags sloppy methodology.
Catch AI mistakes before they cost weeks of compute. Reproduce papers from arxiv. Debug runs evidence-first. Compare experiments at the right epoch. Launch with discipline.
OSS Claude Code config: agents, skills, and hooks for professional AI-assisted development workflows
Autonomous research orchestration: agents for hypothesis-driven investigation, experiment running, fresh-eyes review, and batch evaluation.
Structured AI-enabled research workflows for software development: Research, Plan, Experiment, Implement