LQF_Machine_Learning_E…
LQF Machine Learning Expert Guide - Routed skill for ML/Statistical Modeling with Critical Discussion Mode. Triggers on: machine learning, modeling,…
Routes problems to appropriate mathematical frameworks using expert heuristics
$ npx -y skills add foryourhealth111-pixel/Vibe-Skills --skill math-model-selector --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/math-model-selectorContext preview
The summary Claude sees to decide when to auto-load this skill.
Routes problems to appropriate mathematical frameworks using expert heuristics
name: math-model-selector description: Routes problems to appropriate mathematical frameworks using expert heuristics
Trigger on phrases like:
Use when user has a problem but doesn't know which mathematical domain applies.
Guide user through decision tree using Polya-style questions:
**Ask:** "What quantity or phenomenon are you trying to understand?"
**Ask:** "What changes, and how does it change?"
**Ask:** "Is there randomness or uncertainty involved?"
**Ask:** "Are you optimizing something?"
**Ask:** "What level of answer do you need?"
1. What changes? (discrete vs continuous) 2. What causes the change? (rate dependencies) 3. What's random? (uncertainty type) 4. What's being optimized? (objective function) 5. How precise? (qualitative vs quantitative)
Framework Recommendation: - Primary: [framework name] - Why: [one-sentence justification] Starting Point: - Key equations: [relevant formulas] - Initial approach: [first step] Tools to Use: - [specific script or computation tool] Related Skills: - [domain skill to activate next]
User: I want to model how a rumor spreads through a population Claude: Let me help you find the right framework. Q1: What quantity are we tracking? > Number of people who heard the rumor over time. Q2: What causes it to change? > Spread rate depends on who knows and who doesn't. Q3: Is there randomness? > Assume deterministic (average behavior) for now. Q4: Optimizing anything? > No, just understanding dynamics. Q5: What precision? > Qualitative behavior, maybe predict peak rate. Framework Recommendation: - Primary: First-order ODE (logistic growth) - Why: Rate depends on current state nonlinearly Starting Point: - dN/dt = r * N * (1 - N/K) - N = heard count, K = population, r = spread rate Tools: - sympy_compute.py solve (equilibrium) - Phase line for qualitative behavior Related Skills: - math/math-intuition-builder (understand the model) - odes-pdes/first-order-odes (solve it)
After framework selection, suggest:
Intelligent Skill routing and workflow orchestration for AI agents — +21.12 pp reward, −29.6% tokens on SkillsBench with DeepSeekV4Flash-VE.
Repo: foryourhealth111-pixel/Vibe-Skills
LQF Machine Learning Expert Guide - Routed skill for ML/Statistical Modeling with Critical Discussion Mode. Triggers on: machine learning, modeling,…
Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding…
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection,…
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code,…
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the…
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex…