Skip to content

Theorist Toolbox

license: MIT · 11 skills · last update: 2026-07-12

Source: https://github.com/morankor/theorist-toolbox

Maintainers: Moran Koren (Ben-Gurion University of the Negev, Economics)

Compatibility: claude-code codex

Shared tooling for doing economic theory with LLMs — three bets on the same problem (machine help on a theorem you cannot already prove, with a trustable answer): math-proof (one careful single-shot pass), codex-math (OpenAI Codex as adversarial co-processor and hostile verifier), and co-math (a multi-agent proof-building project with strict unproven-gap flagging, reviewer sign-off gates, and optional Lean 4 verification, modelled on DeepMind's AI co-mathematician, Zheng et al. 2026). 5 skills + 6 sub-agents; Codex CLI port and ChatGPT prompts included. Companion paper: arXiv:2606.22337 (Koren 2026).

Source YAML: skills/theorist-toolbox.yml

Skills

audit (2)

Skill Field Stages Description Full text Source Updated
/codex-math economics formal-modeling Drives OpenAI Codex as an adversarial mathematical co-processor — verify, write, and explore modes; every output is a lead, not a verdict. view origin 2026-07
agent:lean-prover economics formal-modeling Formalises a lemma in Lean 4 and verifies it with lake build — a green build is the strongest "proven" the system supports; the reviewer re-runs the build rather than re-checking the mathematics. view origin 2026-07

code-gen (1)

Skill Field Stages Description Full text Source Updated
agent:coder economics code-generation Python for computational exploration and numerical verification, with mandatory tests and golden values; cannot complete until tests pass and a reviewer accepts. view origin 2026-07

editing (1)

Skill Field Stages Description Full text Source Updated
/proof-readability economics revision-editing Post-verification exposition pass for already-verified proofs — six layers (architecture, signposting, justification, notation, intuition, grammar) without changing the mathematics. view origin 2026-07

infra (3)

Skill Field Stages Description Full text Source Updated
/co-math-init economics formal-modeling Scaffolds a structured proof-building project (paper.tex, goals, decisions log, workstreams) with strict mode: every gap flagged unproven, nothing complete without reviewer sign-off. view origin 2026-07
/co-math-status economics Renders a compact status view of a co-math project — goals, active workstreams, blocked items, pending reviews, recent decisions — as an ASCII diagram. view origin 2026-07
agent:project-coordinator economics formal-modeling Front door of a co-math project — reads goals.md, formalises research intent, dispatches and steers workstreams, filters low-level chatter from the user. view origin 2026-07

literature (1)

Skill Field Stages Description Full text Source Updated
agent:literature-reviewer economics literature-discovery literature-synthesis Literature searches and verified, cited workstream reports; confirms prior art and validates supporting citations for claims in paper.tex. view origin 2026-07

modeling (2)

Skill Field Stages Description Full text Source Updated
/math-proof economics formal-modeling Single-pass discipline for full, gap-free proofs: state what you will show before showing it, sign every term, no "clearly", no overgeneralizing from examples. view origin 2026-07
agent:prover economics formal-modeling Drafts proofs into paper.tex with strict discipline — every step justified, cited, or explicitly marked unproven; never hand-waves. view origin 2026-07

review (1)

Skill Field Stages Description Full text Source Updated
agent:paper-reviewer economics referee-simulation Adversarial gate — a workstream cannot be marked complete until this agent writes an explicit approval file; cross-checks references, unproven blocks, and code-vs-claim consistency. view origin 2026-07