Agent skill · Data & Analytics

ors-methods

Use when designing the proof technique, algorithm, or simulation protocol for an Operations Research (OR) manuscript — choosing the right machinery (duality, dynamic programming, probabilistic coupling, convergence analysis, simulation output analysis) to actually establish the claimed results. Establishes the results; it does not state the model (ors-theory-development) or run the experiments (ors-data-analysis).

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ors-methods --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: Operations-Research-Skills/skills/ors-methods/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Proof & Algorithm Methodology (ors-methods) ## When to trigger - The model and claims exist (`ors-theory-development`) and now must be *proved* or *guaranteed*. - You need to pick a proof strategy or design an algorithm with provable guarantees. - A reviewer says "the proof of Theorem X has a gap" or "the rate is not established." ## Match the machinery to the result *Operations Research* is mathematically rigorous: the contribution lives or dies on the soundness and strength of the analysis. Pick technique by methodology: | Result you need | Typical machinery | |-----------------|-------------------| | Optimality / strong duality | LP/conic duality, KKT, polyhedral / total unimodularity, submodularity | | Approximation guarantee | LP/SDP rounding, primal-dual, greedy + submodular bounds | | Complexity / hardness | reductions (NP-hardness), oracle lower bounds | | Convergence & rate | monotonicity/Lyapunov, fixed-point/contraction, first-order analysis | | Steady-state / stability | Foster-Lyapunov, regenerative arguments, fluid/diffusion limits | | Stochastic comparison / bounds | coupling, stochastic dominance, martingale/concentration inequalities | | MDP / dynamic decisions |

What's inside
Steps it walks through
  1. When to trigger
  2. Match the machinery to the result
  3. Algorithm design with guarantees
  4. Simulation methodology (when the analysis is empirical-stochastic)
  5. Proof hygiene OR reviewers expect
  6. Methodology pushback patterns and the OR fix
  7. Worked machinery walk-through (illustrative)
  8. Execution bridge (StatsPAI / Stata MCP)
  9. Anti-patterns
  10. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the ors-methods skill do?

Use when designing the proof technique, algorithm, or simulation protocol for an Operations Research (OR) manuscript — choosing the right machinery (duality, dynamic programming, probabilistic coupling, convergence analysis, simulation output analysis) to actually establish the claimed results. Establishes the results; it does not state the model (ors-theory-development) or run the experiments (ors-data-analysis).

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ors-methods --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going