Agent skill · AI & Agents

mathematical-modeling

Real-world problem formulation, mathematical abstraction, and applied mathematics for translating between practical problems and mathematical frameworks. Covers the modeling cycle (problem identification, assumptions, formulation, analysis, validation, interpretation), Polya's framework adapted for modeling, common model types (linear, exponential, logistic, periodic, power-law), dimensional analysis (Buckingham Pi theorem), optimization (linear programming, gradient descent, constraint satisfaction), probability models (Markov chains, queuing theory, Monte Carlo simulation), statistical model

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill mathematical-modeling --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 19 KB
Bundled scripts: none
Path: skills/analysis/mathematical-modeling/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Translates real-world phenomena into mathematical language and covers the full modeling cycle, standard model types, optimization, probabilistic models, and model criticism. It instructs when to use the skill for formulating models, dimensional analysis, system optimization, simulations, and evaluating validity.

How it works

The skill enumerates a six-stage modeling cycle (Problem Identification, Assumptions, Formulation, Analysis, Validation, Interpretation) and maps Polya's four-step problem-solving approach to modeling. It presents model types (Linear, Exponential, Logistic, Periodic, Power-Law) with explicit equations and usage guidance. It includes dimensional analysis via Buckingham Pi, optimization techniques (Linear Programming, Gradient Descent, Constraint Satisfaction with Lagrange multipliers and penalties), and examples. It covers probability models (Markov Chains, Queuing Theory, Monte Carlo Simulation) and statistical modeling (Regression, Hypothesis Testing, Model Selection) plus model criticism (Overfitting, Underfitting, Sensitivity Analysis). It provides worked examples and formulas to apply directly in modeling tasks.

When to use it

Use when formulating mathematical models, performing dimensional analysis, optimizing systems, running simulations, or evaluating model validity.

What it can touch

The skill references tools and methods such as Linear Programming formulations, Gradient Descent, Lagrange multipliers, Monte Carlo simulation, Markov chains transitions, and regression techniques. It specifies standard forms, equations, and procedures for these touchpoints.

Caveats

The material presents limitations such as the need to validate models with data, recognize overfitting/underfitting, and consider range of validity for models (e.g., linear approximations, logistic stability). It emphasizes assumptions and validation as critical steps in the modeling process.

From the SKILL.md

# Mathematical Modeling Mathematical modeling is the art and science of translating real-world phenomena into mathematical language, analyzing the resulting mathematical system, and translating the conclusions back into practical insights. It is applied mathematics at its most consequential — the bridge between abstract theory and physical, biological, economic, and engineering reality. This skill covers the complete modeling cycle, standard model types, optimization, probabilistic models, and the critical practice of model criticism. **Agent affinity:** euler (analysis, differential equations, optimization), polya (problem-solving strategy, heuristic reasoning) **Concept IDs:** math-functions, math-correlation-causation, math-descriptive-statistics, math-probability-foundations ## Part I — The Modeling Cycle ### The Six-Stage Framework Mathematical modeling is iterative, not linear. The cycle repeats until the model is fit for purpose. ``` 1. PROBLEM IDENTIFICATION What question are we answering? What decisions depend on the answer? 2. ASSUMPTIONS What simplifications make the problem tractable? What is ignored? 3. FORMULATION Translate assumptions into equations, inequalities, or

What's inside
Steps it walks through
  1. Part I — The Modeling Cycle
  2. The Six-Stage Framework
  3. Polya's Framework Adapted for Modeling
  4. Part II — Common Model Types
  5. Linear Models
  6. Exponential Models
  7. Logistic Models
  8. Periodic Models
  9. Power-Law Models
  10. Part III — Dimensional Analysis
  11. The Buckingham Pi Theorem
  12. Dimensional Homogeneity
  13. Part IV — Optimization
  14. Linear Programming (LP)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the mathematical-modeling skill do?

Real-world problem formulation, mathematical abstraction, and applied mathematics for translating between practical problems and mathematical frameworks. Covers the modeling cycle (problem identification, assumptions, formulation, analysis, validation, interpretation), Polya's framework adapted for modeling, common model types (linear, exponential, logistic, periodic, power-law), dimensional analysis (Buckingham Pi theorem), optimization (linear programming, gradient descent, constraint satisfaction), probability models (Markov chains, queuing theory, Monte Carlo simulation), statistical model

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill mathematical-modeling --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 majiayu000/claude-skill-registry, a repository with 534 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