Agent skill · AI & Agents

math-model-selector

Routes problems to appropriate mathematical frameworks using expert heuristics

parcadei3,879★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill math-model-selector --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: .claude/skills/math/math-model-selector/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,879
Language: Python
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

# Math Model Selector ## When to Use Trigger on phrases like: - "what math should I use" - "which mathematical framework" - "how do I model this" - "what kind of problem is this" - "formalize this problem" Use when user has a problem but doesn't know which mathematical domain applies. ## Process Guide user through decision tree using Polya-style questions: ### 1. Identify the quantity **Ask:** "What quantity or phenomenon are you trying to understand?" - Physics problem -> conservation laws, differential equations - Economics -> equilibrium, optimization - Data patterns -> statistics, regression ### 2. Characterize change **Ask:** "What changes, and how does it change?" - Discrete steps -> difference equations, recurrences - Continuous rate -> ODEs - Rate of rate matters -> 2nd order ODEs - Spatial variation -> PDEs ### 3. Check for uncertainty **Ask:** "Is there randomness or uncertainty involved?" - Deterministic -> standard analysis - Epistemic uncertainty -> Bayesian methods - Random process -> probability theory, stochastic processes ### 4. Optimization check **Ask:** "Are you optimizing something?" - Convex objective -> linear/quadratic programming - Non-convex -> gradient de

What's inside
Steps it walks through
  1. When to Use
  2. Process
  3. 1. Identify the quantity
  4. 2. Characterize change
  5. 3. Check for uncertainty
  6. 4. Optimization check
  7. 5. Answer precision
  8. Key Questions to Ask
  9. Output Format
  10. Example Interaction
  11. Co-activates
More from Continuous-Claude-v3
All skills →
About this skill
What does the math-model-selector skill do?

Routes problems to appropriate mathematical frameworks using expert heuristics

How do I install it?

Run `npx skills add parcadei/Continuous-Claude-v3 --skill math-model-selector --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 parcadei/Continuous-Claude-v3, a repository with 3,879 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