evo-web-scaffold-generator

SkillFiles & storage

Python utility that creates the output directory structure, copies input data, downloads d3.v6.min.js locally, and writes the index.html and style.css files for the stock visualization dashboard.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the evo-web-scaffold-generator skill

What this skill tells your AI

The instructions your AI receives, as published by openlair/openskill in tasks-evolved/data-to-d3/environment/skills/evo-web-scaffold-generator/SKILL.md and read by ahel’s review.

Generates the web app scaffold: directory structure, data copying, D3.js library, HTML, and CSS.

Usage

import sys
sys.path.insert(0, '/app/environment/skills/evo-web-scaffold-generator/scripts')
from utils import setup_output_directory, copy_input_data, download_d3_library, generate_index_html, generate_style_css

setup_output_directory()
copy_input_data()
download_d3_library()
generate_index_html()
generate_style_css()

Functions

  • setup_output_directory(output_dir) - Creates /root/output with js/, css/, data/, data/indiv-stock/ subdirs
  • copy_input_data(input_dir, output_dir) - Copies stock-descriptions.csv and indiv-stock/ files
  • download_d3_library(output_dir) - Downloads d3.v6.min.js from CDN
  • generate_index_html(output_dir) - Generates index.html with container layout for bubble chart + table
  • generate_style_css(output_dir) - Generates style.css with tooltip, table, highlight styles

Signals

GitHub stars
91
Forks
4
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
evo-web-scaffold-generator
Source
github.com/openlair/openskill