informe

Render normativa v1 envelopes into printable A4 HTML reports.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Estudio-Local/normativa --skill informe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: informe
Source: https://github.com/Estudio-Local/normativa/tree/main/skills/informe
Command: npx skills add https://github.com/Estudio-Local/normativa --skill informe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Render a /normativa analysis envelope into a printable A4 HTML report for easy sharing and archival.

Core Features & Use Cases

  • Convert a normativa v1 envelope (selection, scenarios, sources) into a self-contained HTML document suitable for printing and distribution.
  • Produce a four-page report with a cover, scenario comparison, recommended scenario detail, and normative references.
  • Operates using the included render.py script with only the Python standard library; no external dependencies required at runtime.

Quick Start

Run the renderer on a *.normativa.v1.json envelope to generate a self-contained <basename>.informe.html file.

Frequently Asked Questions about informe

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

FAQPage Schema
How do I render a JSON envelope into a printable HTML report?

To render a JSON envelope into a printable HTML report, apply the included render.py script to a schema-compliant envelope file, generating a self-contained HTML document suitable for printing and distribution.

What is a normativa envelope and when do I need to convert it to HTML?

A normativa envelope is a v1 schema data structure containing selection, scenarios, and sources. You need to convert it to HTML when you want to transform analysis results into a shareable, printable A4 document for archival.

Do I need external Python libraries to generate an HTML report from a JSON schema?

No, you do not need external Python libraries to generate an HTML report from a JSON schema. The renderer operates using only the Python standard library, requiring no external dependencies at runtime.

Can I use this renderer with any JSON analysis output?

No, you cannot use this renderer with any JSON analysis output. The input must strictly conform to the estudio-local.normativa.v1 schema to produce a deterministic, four-page report with a cover, scenario comparison, and normative references.

What is the best way to share normativa scenario analysis with stakeholders?

The best way to share normativa scenario analysis is to render the v1 schema envelope into a self-contained HTML file, producing a four-page printable A4 report that includes a cover, scenario comparison, recommended scenario detail, and normative references.

HTML report generation from a JSON envelope is not working, what are the limitations?

HTML report generation from a JSON envelope fails if the input does not conform to the estudio-local.normativa.v1 schema. Ensure your input is produced by the /normativa command and run the render.py script on the correct *.normativa.v1.json file.