render-report-html

Convert markdown spending reports into styled, self-contained HTML documents.

8|2|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/adambossy/transactoid --skill render-report-html
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-report-html
Source: https://github.com/adambossy/transactoid/tree/main/.claude/skills/render-report-html
Command: npx skills add https://github.com/adambossy/transactoid --skill render-report-html

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill transforms raw markdown spending reports into polished, self-contained HTML documents, making them easy to share via email or view in a web browser.

Core Features & Use Cases

  • Markdown to HTML Conversion: Renders markdown content into a structured HTML document.
  • Styling: Applies a predefined, professional CSS stylesheet for enhanced readability and presentation.
  • Self-Contained Output: Generates a single HTML file that includes all necessary styles, suitable for offline viewing or email attachments.
  • Use Case: After generating a monthly spending report in markdown format, use this Skill to convert it into an HTML file that can be easily embedded in an email to stakeholders.

Quick Start

Convert the markdown report located at 'reports/monthly-summary.md' into an HTML file.

Frequently Asked Questions about render-report-html

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

FAQPage Schema
How do I convert a markdown spending report to styled HTML?

To convert a markdown spending report to styled HTML, provide the input markdown file path to generate a self-contained HTML document with embedded CSS in the same directory.

What is the best way to share a monthly spending report via email?

The best way to share a monthly spending report via email is converting it to a self-contained HTML file, which embeds all necessary CSS styles for offline viewing or email attachments.

Does the markdown to HTML conversion support tables and monetary amounts?

Yes, the markdown to HTML conversion supports rendering markdown sections, tables, and monetary amounts into a well-structured HTML format with professional styling.

Can I customize the CSS styling applied to the converted HTML report?

No, you cannot customize the CSS styling as the Skill applies a predefined, professional CSS stylesheet to ensure enhanced readability and presentation without external dependencies.

Do I need any external CSS files to view the converted HTML report?

No, you do not need external CSS files because the conversion generates a self-contained HTML document with all necessary styles embedded for offline viewing.

Where is the output HTML file saved after converting a markdown report?

The output HTML file is saved in the same directory as the input markdown file, corresponding directly to the original report's location and name.