Claude Skill

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.

LLM Mart · 0 points · 13 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download skillberry-ai-cap-evolve-examples_toy_skill_seed_capability-49fcedb.zip · 0 KB
Part of skillberry-ai/cap-evolve — 22 skills

Install

skills CLI npx skills add https://github.com/skillberry-ai/cap-evolve/tree/main/examples/toy_skill/seed_capability
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install skillberry-ai-cap-evolve@llmmart
Git 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.

No comments yet.

Reviews (0)

No reviews yet.

Related