Mexregkan

17 mods across 1 repository, 50 stars between them.

pipeline-auditor

01

Mexregkan/claude-for-researchers

Agent Claude Code

Audits a project code THROUGH its Pipeline/ doc — reads a pipeline .md and its code together, then hunts for genuine bugs (correctness, sign/normalization, convention violations) and concrete optimizations (redundant recomputation, missing memoization, complexity blow-ups). Use to review a documented code for…

50 17d ago A 115 tokens original MIT

PreCompact

02

Mexregkan/claude-for-researchers

Hook Claude Code

Runs before the context is compacted, executing pre-compact.sh via bash. From Mexregkan/claude-for-researchers.

50 17d ago A tokens not measured original MIT

Stop

03

Mexregkan/claude-for-researchers

Hook Claude Code

Runs when the agent finishes a response, executing promise-checker.sh via bash. From Mexregkan/claude-for-researchers.

50 17d ago A tokens not measured original MIT

Mexregkan/claude-for-researchers

Settings file Claude Code

Agent settings declaring 7 hook events (comment, PreCompact, commentposttooluse, commentposttoolusewolfram) and 2 allowed tools.

50 17d ago B tokens not measured original MIT

apply-pipeline

05

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

The write-side inverse of /check-pipeline and the pipeline-auditor — read a Pipeline/ doc (and/or an audit report) and EDIT the code accordingly: apply an optimization the pipeline describes, correct code the pipeline (backed by your authoritative notes) shows is wrong, or bring the code in line with the documented…

50 17d ago A 121 tokens original MIT

check-pipeline

06

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

Check that a code and its Pipeline/ .md are still compatible — that every symbol, cell number, data file, and data-flow claim in the pipeline doc still matches the current code (drift detection). Use after editing a documented notebook/engine/script, before trusting a pipeline doc, or on request ("does the pipeline…

50 17d ago A 106 tokens original MIT

cross-validate

07

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

Format a result, derivation, or numerical value for independent verification by a second model. Use when you want a cross-check on an important or contested result.

50 17d ago A 36 tokens original MIT

latex-compile

08

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

Compile a LaTeX document and fix every error plus aesthetic issue (overfull/underfull boxes, widows, alignment, fonts) for a clean PDF and log. Use this instead of running pdflatex/latexmk manually — it avoids the latexmk stale-log trap and silent grep failures on binary log output, and it reformats rather than…

50 17d ago A 79 tokens original MIT

nb-to-wolfbook

09

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

Convert Mathematica .nb or .m files to Wolfbook .wb format so they open and run in VS Code. Use when bringing existing .nb/.m files into Wolfbook, or to make an existing .wb bridge-safe.

50 17d ago A 53 tokens original MIT

overleaf-sync

10

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

Sync a local git clone of a shared Overleaf project: pull collaborators' latest, check whether Overleaf has moved ahead, or (only on explicit request) publish your local edits back — without ever erasing collaborators' work.

50 17d ago A 0 tokens original MIT

reality-check

11

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

Re-derive a contested or pushed-back claim in isolation from the definitions, to catch sycophantic capitulation. Use when a result is disputed or you suspect you changed an answer only because the user pushed back.

50 17d ago A 48 tokens original MIT

sync-wb-nb

13

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

Propagate a change made in a Wolfbook .wb notebook into the paired .nb notebook so the two stay identical. Use immediately after every .wb edit.

50 17d ago A 38 tokens original MIT

verify-citation

14

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

Confirm a paper actually exists (arXiv / Semantic Scholar / OpenAlex) before citing it. Use before writing any new citation.

50 17d ago A 31 tokens original MIT

wolfbook

15

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

Playbook for the Wolfbook MCP tools — driving the LIVE Wolfram kernel and a .wb/.nb notebook in VS Code from Claude Code (read/search/edit/run cells, evaluate expressions, checkpoint/restore kernel state, step-debug, look up symbols, find paclets, search INSPIRE/arXiv papers). Use whenever working through the Wolfbook…

50 17d ago A 136 tokens original MIT

wolfram-headless

16

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

Run heavy Wolfram Language (wolframscript) computations from Claude Code reliably, and diagnose the misleading "The product exited because of a license error". Use whenever invoking wolframscript on a non-trivial computation, when a wolframscript job dies with a "license error" despite a valid license, or when Wolfram…

50 17d ago A 84 tokens original MIT

write-pipeline

17

Mexregkan/claude-for-researchers

Skill Claude CodeCodex

Write (or refresh) a Pipeline/ .md that documents the calculation-and-code pipeline of ANY large code in the project — a notebook (.wb/.nb/.ipynb), an engine, or a script. Use when a load-bearing code has no pipeline doc yet, when a new main code is added, or when the user asks to "write the pipeline" for a file.…

50 17d ago A 121 tokens original MIT