javascript-ui-math
Installation
SKILL.md
JavaScript UI Math
Use this skill for numeric browser behavior that needs predictable edge-case handling. It helps avoid common JavaScript traps around coercion, precision, modulo behavior, rounding, randomization, and BigInt.
Quick Start
- Read
guidelines.mdto select the smallest relevant file set. - Load
references/ui-numbers/rules.mdfor implementation decisions. - Load
references/ui-numbers/examples.mdwhen editing code. - Use
workflows/debug-ui-number-logic.mdfor multi-step derivation or debugging.