aladdin-dashboard

Generate an interactive HTML dashboard for the Aladdin programme using Python and Chart.js.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/adriaanmostert1976-lab/adriaan-toolkits --skill aladdin-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aladdin-dashboard
Source: https://github.com/adriaanmostert1976-lab/adriaan-toolkits/tree/main/source/programme-toolkit/aladdin-dashboard
Command: npx skills add https://github.com/adriaanmostert1976-lab/adriaan-toolkits --skill aladdin-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, chart.js, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill generates and refreshes the live operational Aladdin programme dashboard, providing a comprehensive view of the programme's status, updates, and risks.

Core Features & Use Cases

  • Live Dashboard Generation: Produces an interactive HTML dashboard showing the Aladdin programme's status in real-time.
  • Cross-Source Synthesis: Aggregates and analyzes data from multiple sources to provide a holistic view.
  • Use Case: When Adriaan needs a live operational view of the Aladdin programme, the skill generates an interactive HTML dashboard with various view toggles (Triage / Team / SteerCo / Run / Ask).

Quick Start

Execute dashboard update

Frequently Asked Questions about aladdin-dashboard

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

FAQPage Schema
How do I generate an interactive HTML dashboard for real-time programme monitoring?

To generate an interactive HTML dashboard, this Skill synthesizes data from multiple sources and uses Python for processing and Chart.js for rendering live charts. It provides a comprehensive view of programme status, updates, and risks.

How does cross-source data synthesis work for programme risk analysis?

Cross-source data synthesis works by aggregating and analyzing inputs from multiple sources to provide a holistic operational view. The Skill processes this data in Python to identify risks and track programme progress in real-time.

Do I need Python and Chart.js to build an interactive programme dashboard?

Yes, you need Python and Chart.js to build this interactive programme dashboard. Python handles the scripting and data processing, while Chart.js is required to render the interactive HTML charts and visualizations.

Can I customize the dashboard view toggles for different team meetings?

Yes, you can customize the dashboard view toggles for different meetings. The generated HTML dashboard includes various interactive views such as Triage, Team, SteerCo, Run, and Ask to suit different operational contexts.

What is the best way to refresh a live operational dashboard without manual rebuilding?

The best way to refresh a live operational dashboard is executing the dashboard update command. This regenerates the interactive HTML interface by re-synthesizing data from multiple sources to reflect current programme status.

Are there limitations when using interactive HTML dashboards for large-scale data synthesis?

A limitation of using interactive HTML dashboards for large-scale data synthesis is reliance on browser rendering capabilities for Chart.js visualizations. Extremely large datasets may impact real-time performance and require Python-side filtering.