agentsclimarketplace

Run3 environment setup and file generation

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3.1-flash-lite-preview/stock-data-visualization/run3_environment_setup_and_file_generation

[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 run3_environment_setup_and_file_generation

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

Creates the directory structure, copies data, and writes the specific JS/CSS/HTML files required for the web application.

SKILL.md

0.8 KB, as published. Nobody here has run it

To execute the file generation:

  1. Create directories: /root/output/js/, /root/output/css/, /root/output/data/.
  2. Write d3.v6.min.js by fetching the official minified source and writing it to /root/output/js/d3.v6.min.js.
  3. Read all files from /root/data/stock-descriptions.csv and the files in /root/data/indiv-stock/ and write them into /root/output/data/.
  4. Generate index.html with explicit relative links: <link rel="stylesheet" href="css/style.css">, <script src="js/d3.v6.min.js"></script>, and <script src="js/visualization.js"></script>.
  5. Ensure index.html contains the container divs #bubble-chart and #data-table arranged with flexbox.

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.