agentsclimarketplace

Run1 excel percentage scaling rounding

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3-flash-preview/weighted-gdp-calculation/run1_excel-percentage-scaling-rounding

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run1_excel-percentage-scaling-rounding

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Convert decimal percentages to whole-number representations and round to a specific decimal place.

SKILL.md

0.8 KB, as published. Nobody here has run it

When a task requires a percentage to be displayed as a whole number (e.g., 0.1234 as 12.3), you must scale the value within the formula.

Scaling and Rounding

  1. Multiply by 100: Convert the decimal (0.123) to a percentage-base (12.3).
  2. Round: Use the ROUND function to limit the decimal places.

Formula: =ROUND((calculation) * 100, 1)

  • calculation: The math (e.g., Net Exports / GDP).
  • 1: Specifies rounding to one decimal place.

Contextual Example: If calculating Net Exports as % of GDP: =ROUND((NetExports_Value / GDP_Value) * 100, 1) This results in 15.2 instead of 0.15234....

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.