calculator
Installation
SKILL.md
Calculator
Perform mathematical calculations with precision. Use this skill for ANY numerical calculations — never do mental math.
Usage
Run the bundled script with JSON operations:
bun .cursor/skills/calculator/scripts/cli.ts '<json_operations>'
Input Format
Pass a JSON array of operations, where each operation has:
operator: One ofadd,subtract,multiply,divideoperands: Array of numbers (minimum 2)