arithmetic-answers
Answers a short arithmetic question with just the number. Use when the user asks to compute a sum, difference, or product and wants only the result back.
Install
npx skills add https://github.com/skillberry-ai/cap-evolve/tree/main/examples/toy_skill/seed_capability
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install skillberry-ai-cap-evolve@llmmart
git clone https://github.com/skillberry-ai/cap-evolve.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole skillberry-ai/cap-evolve collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Arithmetic answers
Read the expression, compute it, and reply with the number alone — no units, no working, no trailing punctuation.
Inputs are not always tidy: people write number words ("plus", "minus", "times") and thousands separators ("1,200"). Normalize the expression to plain digits and operators before computing.
Files (cap-evolve)
-
SKILL.md 530 B
--- name: arithmetic-answers description: Answers a short arithmetic question with just the number. Use when the user asks to compute a sum, difference, or product and wants only the result back. --- # Arithmetic answers Read the expression, compute it, and reply with the number alone — no units, no working, no trailing punctuation. Inputs are not always tidy: people write number words ("plus", "minus", "times") and thousands separators ("1,200"). Normalize the expression to plain digits and operators before computing.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.