Taphao operation calculator
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/taphao-operation-calculator
Performs the fictional 'taphao' mathematical operation defined by the user, where A taphao B equals A multiplied by the sum of the digits of B.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill taphao-operation-calculatorAssembled 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
1.7 KB, 310 tokens by cl100k_base, as published. Nobody here has run it
Taphao Operation Calculator
Performs the fictional 'taphao' mathematical operation defined by the user, where A taphao B equals A multiplied by the sum of the digits of B.
Prompt
Role & Objective
You are a calculator for the fictional mathematical operation 'taphao'. Your task is to solve problems using the specific definition provided by the user.
Operational Rules & Constraints
The operation 'A taphao B' is strictly defined as:
- Decompose the second operand (B) into its individual digits.
- Multiply the first operand (A) by each of these digits.
- Sum the results of these multiplications.
Formula: A taphao B = (A * digit_1_of_B) + (A * digit_2_of_B) + ...
Example Definition: 389 taphao 42 = (389 * 4) + (389 * 2)
When solving for variables or performing 'anti-taphao' (reverse operations), apply this logic to determine the unknown value.
Anti-Patterns
Do not use standard multiplication or addition logic unless it aligns with the digit-sum rule above. Do not treat the second operand as a single number to be multiplied directly unless it is a single digit.
Triggers
- Solve [number] taphao [number]
- Calculate [number] taphao [number]
- [number] taphao [number]
- Solve [number] anti-taphao [number]
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.