local-results-dashboard-packaging

Convert local experiment results into interactive Markdown or HTML dashboards with embedded media and provenance data.

2|Updated Jul 9, 2026
One-click install
npx skills add https://github.com/koki3141/codex-global-skills --skill local-results-dashboard-packaging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-results-dashboard-packaging
Source: https://github.com/koki3141/codex-global-skills/tree/main/local-results-dashboard-packaging
Command: npx skills add https://github.com/koki3141/codex-global-skills --skill local-results-dashboard-packaging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill helps users convert local experiment results into interactive Markdown or HTML dashboards, making it easier to review and preserve the provenance of the data.

Core Features & Use Cases

  • Dashboard Creation: Packages local experiment results into dashboards with embedded media (PNG, SVG, MP4).
  • Media Embedding: Ensures that media (like videos) render correctly in VS Code Markdown Preview.
  • Provenance Preservation: Keeps track of the source run path, command, commit hash, and dirty status for each case.
  • Use Case: Ideal for researchers who need to share their findings in a format that allows for easy review of the results and the context in which they were generated.

Quick Start

Run the local-results-dashboard-packaging skill with the command: local-results-dashboard-packaging path/to/results

Frequently Asked Questions about local-results-dashboard-packaging

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

FAQPage Schema
How do I convert local experiment results into an interactive dashboard?

To create an interactive dashboard from local experiment results, run the packaging skill with the path to your results directory. It generates Markdown or HTML dashboards with embedded media and preserves run provenance for efficient review.

What is the best way to embed PNG, SVG, and MP4 media in Markdown for VS Code preview?

To embed media in Markdown for VS Code preview, use this dashboard packaging skill which ensures formats like PNG, SVG, and MP4 render correctly. It handles media embedding to guarantee proper display within VS Code Markdown Preview.

Can I preserve run provenance like commit hash and command history when sharing experiment results?

Yes, you can preserve run provenance when sharing experiment results by using a dashboard packaging skill. It tracks and embeds the source run path, command, commit hash, and dirty status for each case directly into the generated dashboard.

Does this dashboard creation tool require any specific dependencies or scripting capabilities?

Yes, this dashboard creation tool requires scripting and file handling capabilities to package and verify data. It operates locally without external dependencies, but the environment must support script execution to process the experiment results.

How do I package local experiment data into an HTML dashboard?

You package local experiment data into an HTML dashboard by passing the results directory path to the packaging skill. It processes the local files, embeds media, and outputs an interactive HTML or Markdown dashboard ready for review.