report

Compile Markdown reports into a single HTML document with Mermaid diagrams and a table of contents.

12|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wfukatsu/nexus-architect --skill report-wfukatsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/wfukatsu/nexus-architect/tree/main/skills/report
Command: npx skills add https://github.com/wfukatsu/nexus-architect --skill report-wfukatsu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the compilation of all Markdown reports into a consolidated HTML report, streamlining the documentation process.

Core Features & Use Cases

  • Markdown to HTML Conversion: Transforms Markdown files into HTML for web-friendly viewing.
  • Mermaid Diagram Rendering: Inline rendering of Mermaid diagrams for visual representation.
  • Table of Contents Generation: Automatically creates a table of contents for easy navigation.
  • Section Organization: Organizes sections by project phase for structured review.
  • Theme Support: Supports light and dark themes for readability.
  • Responsive Design: Ensures reports are mobile and print-friendly.
  • Use Case: Ideal for project managers and architects who need to generate comprehensive reports from various project phases.

Quick Start

Generate a full report by running the /architect:report command.

Frequently Asked Questions about report

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

FAQPage Schema
How do I compile multiple Markdown files into a single HTML report?

To compile Markdown files into a single HTML report, this Skill consolidates project documentation, automatically generating a navigable table of contents and rendering inline Mermaid diagrams.

Can I render Mermaid diagrams inline when converting Markdown to HTML?

Yes, converting Markdown to HTML with this Skill includes inline Mermaid diagram rendering, allowing you to embed and visualize architectural diagrams directly within the generated project reports.

Does HTML report generation support light and dark themes?

HTML report generation supports both light and dark themes for readability, and produces responsive designs that ensure the compiled project documentation is mobile and print-friendly.

What is the best way to organize project documentation by development phase?

The best way to organize project documentation by development phase is using this Skill, which structures Markdown reports into consolidated sections for streamlined review and navigation.

Do I need any external dependencies to generate a table of contents from Markdown?

No external dependencies are required to generate a table of contents from Markdown, as this Skill operates independently to parse headings and build navigation directly within the HTML output.

Why does my Markdown to HTML conversion not working for large project documentation?

Markdown to HTML conversion for large project documentation relies on proper Markdown formatting and valid Mermaid syntax; malformed diagrams or broken section links can disrupt the compilation process.