math-model-selector
Routes problems to appropriate mathematical frameworks using expert heuristics
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- When to Use
- Process
- 1. Identify the quantity
- 2. Characterize change
- 3. Check for uncertainty
- 4. Optimization check
- 5. Answer precision
- Key Questions to Ask
- Output Format
- Example Interaction
- Co-activates
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.