data-showcase-site

Convert CSV, JSON, Markdown, or HTML data into a static report site.

18|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Onlyaguest/ViviStableSkills --skill data-showcase-site
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: data-showcase-site
Source: https://github.com/Onlyaguest/ViviStableSkills/tree/main/data-showcase-site
Command: npx skills add https://github.com/Onlyaguest/ViviStableSkills --skill data-showcase-site

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn existing data into a readable, publishable static site, turning raw reports into shareable pages without heavy BI tooling.

Core Features & Use Cases

  • Build a static report site from CSV, JSON, Markdown, or HTML inputs.
  • Optional publishing to a dedicated repository or branch for easy hosting.
  • Includes built-in demo data and a minimal guide to validate the workflow.

Quick Start

Run python3 main.py build --use-examples to generate a sample site and verify the build locally.

Frequently Asked Questions about data-showcase-site

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert CSV and JSON data into a static report site?▼

You can convert CSV, JSON, Markdown, or HTML files into a static report site by running a build command that processes inputs from a reports directory and generates shareable static pages.

Can I publish a generated static site to a separate repository?▼

Yes, you can publish the generated static site to a separate repository or a dedicated branch using optional publish commands, which allows for easy hosting of your data reports.

What is the best way to turn raw Markdown reports into shareable HTML pages?▼

Turning raw Markdown reports into shareable HTML pages is done by using a build workflow that processes Markdown inputs and generates a readable, publishable static site without heavy BI tooling.

Does this static site generator include demo data to verify the build process?▼

Yes, this static site generator includes a built-in demo with example data, allowing you to run a sample build command to verify the end-to-end workflow locally before using your own data.

Do I need heavy BI tooling to create static report pages from data?▼

No, you do not need heavy BI tooling to create static report pages from data. You can turn existing CSV, JSON, Markdown, or HTML data into a readable static site using a lightweight build workflow.