Agent skill

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill taphao-operation-calculator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/taphao-operation-calculator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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: 1. Decompose the second operand (B) into its individual digits. 2. Multiply the first operand (A) by each of these digits. 3. 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] - Sol

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Taphao Operation Calculator skill do?

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.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill taphao-operation-calculator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going