html-report-generator

Generate self-contained HTML sprint reports with inline CSS and JS.

Updated May 5, 2026
One-click install
npx skills add https://github.com/shakhovskiya-create/shakhoff-claude-marketplace --skill html-report-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: html-report-generator
Source: https://github.com/shakhovskiya-create/shakhoff-claude-marketplace/tree/main/plugins/ai-scrum/skills/html-report-generator
Command: npx skills add https://github.com/shakhovskiya-create/shakhoff-claude-marketplace --skill html-report-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a self-contained HTML sprint report from sprint cycle data to automate reporting and reduce manual effort.

Core Features & Use Cases

  • Self-contained HTML reports with inline CSS/JS (no CDN dependencies).
  • Optional design-system token integration via design-system-detector.
  • Output to a portable archive path for sharing and offline use (.sprints/archive/<TS>/report.html and report.txt).

Quick Start

After completing a sprint cycle, run the HTML report generator to produce the report.html and report.txt in the archive directory.

Frequently Asked Questions about html-report-generator

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

FAQPage Schema
How do I generate a self-contained HTML sprint report for offline use?

To generate a self-contained HTML sprint report, run the report generator at the end of a sprint cycle. It produces a portable report.html with inline CSS/JS and no CDN dependencies, suitable for offline archive sharing and retrospectives.

What is a self-contained HTML report and when do I need it for sprint wrap-ups?

A self-contained HTML report bundles all CSS and JS inline without external CDN dependencies. You need it for sprint wrap-ups and handoffs when you require a portable, offline-accessible archive of your sprint cycle data.

Can I integrate design system tokens into the generated sprint report?

Yes, you can integrate design system tokens into the sprint report if they are detected during generation. This optional feature applies detected design tokens to style the self-contained HTML output for consistent visual reporting.

Does the HTML sprint report require any external dependencies or internet access to view?

No, the HTML sprint report requires zero external dependencies or internet access. It embeds all CSS and JavaScript inline, ensuring the generated report.html file renders correctly offline in any standard browser.

Where are the generated HTML sprint report files saved on disk?

The generated sprint report files are saved to the .sprints/archive/<timestamp>/ directory. This output path contains both the self-contained report.html and a plain text report.txt for portable archiving and sharing.

Best way to archive sprint cycle data for team handoffs and retrospectives?

The best way to archive sprint cycle data for handoffs is generating a self-contained HTML report. It outputs portable report.html and report.txt files with inline styling to a timestamped archive directory, ensuring offline accessibility.