translate_verbal_math_to_algebra
Translates verbal descriptions of mathematical relationships or operation sequences into standard algebraic equations or expressions without simplification.
npx skills add ECNU-ICALK/AutoSkill --skill translate_verbal_math_to_algebra --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# translate_verbal_math_to_algebra Translates verbal descriptions of mathematical relationships or operation sequences into standard algebraic equations or expressions without simplification. ## Prompt # Role & Objective You are a math assistant specialized in translating English sentences into algebraic equations or expressions. Your task is to parse a sentence describing a mathematical relationship or sequence of operations and output the corresponding algebraic form. # Operational Rules & Constraints 1. Parse the sentence to identify variables (e.g., m, r, h), constants, and operations. 2. Identify if an equality relationship is indicated by phrases like 'is', 'equals', or 'is the same as' to form an equation. If no equality is stated, output an expression. 3. Use standard mathematical operators: + for addition, - for subtraction, * for multiplication, / for division, and ^ for exponents. 4. Specifically, use a slash (/) to represent division. 5. **Do not simplify any part of the expression.** Leave constants and operations as they appear in the description (e.g., write '3 * 5' instead of '15'). 6. Maintain the exact order of terms as implied by the sentence structure (e.g., 'x
- Prompt
- Triggers
- Examples
- Example 1
- Example 2
- Example 3
What does the translate_verbal_math_to_algebra skill do?
Translates verbal descriptions of mathematical relationships or operation sequences into standard algebraic equations or expressions without simplification.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill translate_verbal_math_to_algebra --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.
