home / skills / sandraschi / advanced-memory-mcp / numerical-methods-expert

numerical-methods-expert skill

/skills/mathematics/numerical-methods-expert

This skill helps you apply numerical methods with structured research checks, validate sources, and maintain up-to-date knowledge for robust computations.

npx playbooks add skill sandraschi/advanced-memory-mcp --skill numerical-methods-expert

Review the files below or copy the command above to add this skill to your agents.

Files (6)
SKILL.md
1.2 KB
---
name: numerical-methods-expert
description: Computational mathematics expert for numerical solutions, approximations, error analysis, and scientific computing
license: Proprietary
---

# Numerical Methods Expert
> **Status**: ⚠️ Legacy template awaiting research upgrade
> **Last validated**: 2025-11-08
> **Confidence**: 🔴 Low — Legacy template awaiting research upgrade

## How to use this skill
1. Start with [modules/research-checklist.md](modules/research-checklist.md) and capture up-to-date sources.
2. Review [modules/known-gaps.md](modules/known-gaps.md) and resolve outstanding items.
3. Load topic-specific modules from [_toc.md](_toc.md) only after verification.
4. Update metadata when confidence improves.

## Module overview
- [Core guidance](modules/core-guidance.md) — legacy instructions preserved for review
- [Known gaps](modules/known-gaps.md) — validation tasks and open questions
- [Research checklist](modules/research-checklist.md) — mandatory workflow for freshness

## Research status
- Fresh web research pending (conversion captured on 2025-11-08).
- Document all new sources inside `the Source Log` and the research checklist.
- Do not rely on this skill until confidence is upgraded to `medium` or `high`.

Overview

This skill is a numerical methods expert for computational mathematics focused on numerical solutions, approximations, error analysis, and scientific computing. It bundles legacy guidance and a research workflow that must be refreshed before production use. The skill flags areas with low confidence and provides a roadmap to validate and upgrade its recommendations.

How this skill works

The skill inspects and summarizes numerical algorithms, stability and convergence properties, and error estimation techniques across common problem classes (ODEs, PDEs, linear systems, optimization, interpolation). It guides users through a research checklist to capture current sources, document known gaps, and verify topic modules before relying on them. Outputs include algorithm comparisons, implementation notes in Python, and suggested validation tests.

When to use it

  • When you need a compact expert overview of numerical algorithms and trade-offs for a specific problem
  • Before implementing or selecting a solver when you need guidance on stability, convergence, and error control
  • When auditing existing scientific code for numerical accuracy or sensitivity to parameters
  • When assembling a validation plan or test matrix for numerical software
  • When preparing to update or extend numerical method modules and needing a structured research workflow

Best practices

  • Treat the skill as a draft: verify recommendations against up-to-date primary literature or textbooks
  • Run small-scale numerical experiments to confirm stability and error behavior before scaling up
  • Document all external sources and results in the provided research log for traceability
  • Prefer reproducible examples in Python with explicit tolerances, mesh refinement, and convergence plots
  • Flag and resolve known gaps before using recommendations in production code

Example use cases

  • Compare implicit vs explicit time integrators for stiff ODEs and produce test cases demonstrating accuracy and cost
  • Select preconditioners and solvers for large sparse linear systems arising from finite-element discretization
  • Design mesh refinement and error estimators for a Poisson solver and validate convergence rates
  • Estimate rounding and discretization error for a numerical integration routine and recommend mitigations
  • Create a reproducible experiment notebook that documents algorithm variants, parameters, and outcomes

FAQ

Is this skill ready for production use?

No. The skill is a legacy template with low confidence; you must validate recommendations through the research checklist and current sources before production use.

What should I do first to trust a recommendation?

Follow the research checklist: capture up-to-date references, resolve listed gaps, run targeted numerical experiments, and update the module metadata when confidence improves.