math-consultant

Review mathematical expressions and numeric calculations for accuracy in code.

1|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/JuanMS20/bundles-skills --skill math-consultant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: math-consultant
Source: https://github.com/JuanMS20/bundles-skills/tree/main/skills/general/math-consultant
Command: npx skills add https://github.com/JuanMS20/bundles-skills --skill math-consultant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust tool to review and verify mathematical calculations in your code, ensuring accuracy and identifying common errors.

Core Features & Use Cases

  • Calculation Review: Offers domain-specific formulas and checks for errors in numeric calculations.
  • Domains Covered: Physics, geometry, probability, matrices, pathfinding, interpolation, procedural generation, differential equations, optimization, game theory, spatial hashing, advanced statistics.
  • Use Case: If you're working on a game and need to verify the physics of a character's movement or the randomness of a loot table, this skill can help ensure that your calculations are correct.

Quick Start

Use the 'math-consultant' skill to check the movement calculations in your game code by providing the relevant equations or code snippet.

Frequently Asked Questions about math-consultant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify mathematical expressions and numeric calculations in my game code?

To verify numeric calculations in game code, you can review mathematical expressions for accuracy by checking formula application and detecting common errors like unit mismatches and incomplete formulas.

Can I check physics simulation calculations for edge cases and unit mismatches?

Yes, physics calculations can be reviewed to ensure correct application of formulas while detecting common errors such as unit mismatches, incomplete formulas, and edge cases.

What mathematics domains are covered for code verification?

Code verification covers physics, geometry, probability, matrices, pathfinding, interpolation, procedural generation, differential equations, optimization, game theory, spatial hashing, and advanced statistics.

How do I review loot table randomness and character movement formulas?

Reviewing loot table randomness and character movement involves applying domain-specific formulas to check your equations and ensure numeric calculations are correct.

Does this approach work for verifying procedural generation and spatial hashing formulas?

Yes, verifying procedural generation and spatial hashing formulas is supported, ensuring correct application of mathematical expressions and detecting edge cases in your code.

Why do my numeric calculations return incorrect results during code execution?

Numeric calculations return incorrect results due to common errors like unit mismatches, incomplete formulas, and unhandled edge cases that a mathematical review can identify and correct.