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 of add, subtract, multiply, divide
  • operands: Array of numbers (minimum 2)

Examples

Related skills

More from miketromba/skills

Installs
12
GitHub Stars
1
First Seen
Feb 23, 2026