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.