dashboard-generation

Generate a self-contained HTML dashboard from embedded config, Git state, and file-system artifacts.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/djwmobley/pipeline --skill dashboard-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard-generation
Source: https://github.com/djwmobley/pipeline/tree/main/skills/dashboard
Command: npx skills add https://github.com/djwmobley/pipeline --skill dashboard-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a self-contained HTML dashboard from the current project state by embedding config, Git state, and file-system artifacts into a single, shareable page.

Core Features & Use Cases

  • Self-contained dashboards: Builds an HTML dashboard with embedded project data, avoiding external calls.
  • State-heavy insights: Derives phase from config, git, and artifacts to reflect roadmap, health, and activity.
  • Extensible workflow: Integrates with state-changing commands and supports optional roadmap syncing for postgres-tier projects.

Quick Start

Run /pipeline:dashboard to generate the current project dashboard.

Frequently Asked Questions about dashboard-generation

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

FAQPage Schema
How do I generate a self-contained HTML dashboard from my project state?

To generate a self-contained HTML dashboard, this Skill embeds your project's config, Git state, and file-system artifacts into a single shareable page with zero outbound calls. It derives project phase and health directly from your local repository data.

What is the best way to build a static project dashboard for release readiness?

Building a static dashboard for release readiness is achieved by embedding current pipeline and file-system artifacts into an HTML template. This approach reflects roadmap progress and build activity without requiring external server connections.

Does the generated HTML dashboard make any external network calls?

The generated HTML dashboard makes zero outbound calls. All project data, including Git state and configuration artifacts, is embedded directly into the static page during the generation process for complete offline viewing.

Can I sync my project dashboard with an existing roadmap?

Yes, you can sync your project dashboard with an existing roadmap. The dashboard generation supports optional post-generation steps for roadmap syncing, specifically designed to integrate with postgres-tier project state.

How to visualize build progress and project health from Git state?

Visualizing build progress from Git state is handled by applying templating logic to derive project phase and health from configuration and file-system artifacts. The output is an atomic, self-contained HTML page.

What are the limitations of using a static HTML dashboard for project management?

A limitation of a static HTML dashboard is that it reflects project state only at generation time. Data is embedded during the atomic write, meaning the page will not display real-time updates or live pipeline changes without regeneration.