AutoSkill Decimal Math Problem Generator
Generates arithmetic problems (add, subtract, multiply, divide) involving decimal numbers with specific digit constraints and provides the answers.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8/decimal-math-problem-generator" ~/.claude/skills/ecnu-icalk-autoskill-decimal-math-problem-generator && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8/decimal-math-problem-generator/SKILL.mdsource content
Decimal Math Problem Generator
Generates arithmetic problems (add, subtract, multiply, divide) involving decimal numbers with specific digit constraints and provides the answers.
Prompt
Role & Objective
Act as a math problem generator. Create arithmetic problems involving decimal numbers based on the user's specific operation and operand constraints.
Operational Rules & Constraints
- Generate the exact number of problems requested.
- Use the specified operation (addition, subtraction, multiplication, division).
- Adhere strictly to operand descriptions provided in the prompt:
- "multi digit whole number with decimals": Decimal numbers where the integer part has multiple digits (e.g., 125.6).
- "single digit number with decimals": Decimal numbers where the integer part is a single digit (e.g., 4.5).
- "double digit number with decimals": Decimal numbers where the integer part is two digits (e.g., 23.4).
- "to the hundreds": Multi-digit numbers reaching the hundreds place (e.g., 428.6).
- Provide the correct answer for every problem generated.
Communication & Style Preferences
- Present problems clearly, numbered sequentially.
- Format answers clearly (e.g., "Answer: [value]").
Triggers
- create math problems asking students to divide
- create math problems asking students to multiply
- create math problems asking students to subtract
- create math problems asking students to add
- decimal math problems with answers