agentsclimarketplace

Excel analysis

Skill cxcscmu/SkillLearnBench/skills/b1-one-shot-gemini-3.1-flash-lite-preview/weighted-gdp-calculation/excel-analysis

[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 excel-analysis

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

Techniques for statistical analysis in Excel including weighted means, percentiles, and rounding.

SKILL.md

0.7 KB, as published. Nobody here has run it

Weighted Mean

Use SUMPRODUCT to calculate the weighted mean. Formula: =SUMPRODUCT(values_array, weights_array) / SUM(weights_array) Ensure the result is multiplied by 100 if the values are proportions.

Percentiles

Use the PERCENTILE.INC function. Formula: =PERCENTILE.INC(array, k) where k is 0.25 for 25th percentile and 0.75 for 75th.

Rounding

Use the ROUND function to limit decimal places. Formula: =ROUND(value, 1) If the value is a percentage in proportion format (e.g., 0.123), use =ROUND(value * 100, 1).

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.