happiness-dashboard

Generate interactive data visualizations from CSV happiness data using Markdown SQL in Evidence.

15|5|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/Eng0AI/eng0-template-skills --skill happiness-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: happiness-dashboard
Source: https://github.com/Eng0AI/eng0-template-skills/tree/main/happiness-dashboard
Command: npx skills add https://github.com/Eng0AI/eng0-template-skills --skill happiness-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires duckdb.

What problem does it solve?

This Skill eliminates the need for complex dashboard development by allowing SQL queries directly in markdown files for rapid data visualization and business intelligence reporting without complex development requirements.

Core Features & Use Cases

  • SQL in Markdown: Write database queries using SQL syntax within markdown documents to generate interactive charts and data visualizations without programming knowledge or technical expertise required.

Quick Start

Use the happiness-dashboard skill to create a dashboard that shows "Average happiness score by country for 2024" using embedded DuckDB database with CSV data sources and automatic report generation capabilities.

Quick Start

Use the happiness-dashboard skill to visualize global happiness data from CSV files with SQL queries embedded in markdown for evidence-based reporting and data analysis workflows.

Frequently Asked Questions about happiness-dashboard

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

FAQPage Schema
How do I create interactive data visualizations from CSV files without writing code?

Write SQL queries directly in markdown files to generate interactive charts from CSV data. The happiness-dashboard skill executes your SQL queries through DuckDB and renders them as visualizations automatically, requiring no programming knowledge.

Can I use SQL queries in markdown to build a data dashboard?

Yes. SQL in markdown lets you write database queries within markdown documents that generate interactive visualizations and charts. This approach eliminates complex dashboard development while keeping queries readable and maintainable.

What data formats does happiness-dashboard support for visualization?

The skill processes CSV data sources through DuckDB and renders them as interactive visualizations. It's configured to work with happiness data stored in CSV format under sources/happiness_score, supporting rapid analysis workflows.

Do I need to know SQL to create dashboards with this skill?

You need basic SQL knowledge to write queries in markdown. The skill handles all visualization generation and deployment automatically, so no frontend coding or complex dashboard development expertise is required.

How do I deploy a markdown-based SQL dashboard locally and to production?

Run the skill with pnpm to generate a build directory, which serves on port 3000 for local development. The build artifacts integrate directly with deployment pipelines like Vercel or Netlify for production hosting.

What's the best way to generate reports from CSV happiness data?

Embed SQL queries in markdown files to query CSV data and generate evidence-based reports automatically. This approach produces interactive visualizations without requiring separate reporting tools or complex backend infrastructure.