Decimal math problem generator
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/decimal-math-problem-generator
Generates arithmetic problems (add, subtract, multiply, divide) involving decimal numbers with specific digit constraints and provides the answers.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill decimal-math-problem-generatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
2.0 KB, 298 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.