exboys/calculator
A simple calculator that can add, subtract, multiply, and divide numbers. Use when the user needs to perform basic arithmetic operations.
npx skills add https://github.com/EXboys/evotown --skill calculator
A simple calculator that performs basic arithmetic operations.
Provide an operation and two numbers to get the result.
{"operation": "add", "a": 5, "b": 3} → 8{"operation": "subtract", "a": 10, "b": 4} → 6{"operation": "multiply", "a": 6, "b": 7} → 42{"operation": "divide", "a": 20, "b": 4} → 5Take exboys/calculator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.