report_exporter

Converts TechStackReport JSON into Markdown, HTML, and PDF exports.

Updated May 27, 2026
One-click install
npx skills add https://github.com/hoanghn61/.agents --skill report-exporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report_exporter
Source: https://github.com/hoanghn61/.agents/tree/main/skills/techstack-identification/report_exporter
Command: npx skills add https://github.com/hoanghn61/.agents --skill report-exporter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns a structured TechStackReport JSON into shareable, human-readable reports so stakeholders can consume the findings without needing to understand raw JSON.

Core Features & Use Cases

  • Multi-format exports: Generate Markdown, HTML, or PDF from the same JSON source of truth.
  • Readable report structure: Produces executive summaries, discovered assets, categorized technologies, confidence breakdowns, and recommendations.
  • Evidence-rich output: Includes per-technology evidence items and confidence indicators for auditability.
  • Common use case: Export a tech-stack identification result for a client deliverable in HTML for web review, Markdown for documentation, and PDF for formal sharing.

Quick Start

Use the report_exporter skill to convert your TechStackReport JSON into an HTML file by providing report data, choosing export_format="html", and setting output_path to your desired folder.

Frequently Asked Questions about report_exporter

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

FAQPage Schema
How do I convert a tech stack JSON report to PDF and HTML?

You can convert a tech stack JSON report to PDF and HTML by using a report exporter that parses structured TechStackReport JSON and renders it into format-specific templates for immediate human consumption.

What is the best way to export JSON findings into a readable Markdown document?

The best way to export JSON findings into a readable Markdown document is to parse the structured data and render it into a format-specific template, producing executive summaries, categorized technologies, and confidence breakdowns.

Can I filter tech stack report exports by sections and confidence scores?

Yes, you can filter tech stack report exports by sections and confidence scores during the rendering process to ensure the resulting Markdown, HTML, or PDF artifacts only display the relevant discovered assets and evidence items.

Do I need external dependencies to generate PDF reports from TechStackReport JSON?

No external dependencies are required to generate PDF reports from TechStackReport JSON, as the exporter directly parses the structured data, applies format-specific styles, and writes the artifacts to a filesystem output path.

What is included in an exported tech stack identification report?

An exported tech stack identification report includes executive summaries, discovered assets, categorized technologies, recommendations, and evidence-backed confidence indicators for full auditability.

Does the report exporter support writing output directly to a specific filesystem path?

Yes, the report exporter supports writing output directly to a specific filesystem path by requiring an output_path parameter alongside your export_format selection to save the generated Markdown, HTML, or PDF artifacts.