Export Gov MVP

Exports government procurement data to CSV, XLSX, DOCX, and PDF in the browser.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/joabeoliveira/skills --skill export-gov-mvp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Export Gov MVP
Source: https://github.com/joabeoliveira/skills/tree/main/.skills/export-gov-mvp
Command: npx skills add https://github.com/joabeoliveira/skills --skill export-gov-mvp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual exporting of government procurement data to multiple formats is error-prone and often requires server-side tooling or ad-hoc scripts; this skill enables in-browser exports to CSV, XLSX, DOCX, and PDF to streamline reporting and archiving.

Core Features & Use Cases

  • CSV export with BOM UTF-8 to ensure proper encoding for Excel BR.
  • XLSX export with multiple worksheets via SheetJS, including a labeled institutional header.
  • DOCX export with an institutional header for formal reports.
  • PDF export using print CSS for browser-based report generation.
  • Everything runs client-side with CDN-based libraries to avoid server dependencies and support MVPs.

Quick Start

Add the HTML scaffolding and CDN scripts from this skill to enable client-side exports in your MVP.

Frequently Asked Questions about Export Gov MVP

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

FAQPage Schema
How do I export government procurement data to XLSX directly in the browser?

You can export government procurement data to XLSX directly in the browser using SheetJS, which supports multiple worksheets and an institutional header without server-side processing. It loads via CDN scripts and is designed for MVP dashboards.

Does browser-based CSV export support UTF-8 encoding for Excel compatibility?

Yes, browser-based CSV export supports UTF-8 encoding by including a BOM to ensure proper character rendering in Excel BR. This client-side approach avoids server dependencies, streamlining reporting and archiving for MVPs.

Can I generate DOCX formal reports from government data without a backend server?

Yes, you can generate DOCX formal reports from government data without a backend server using docx.js for client-side processing. It automatically includes an institutional header, functioning entirely in the browser via CDN-loaded scripts.

What is the best way to create PDF reports from MVP dashboards client-side?

The best way to create PDF reports from MVP dashboards client-side is using print CSS for browser-based report generation. This avoids ad-hoc scripts and server-side tooling, loading directly via CDN with optional offline bundles.

Do I need a server to export government dashboard data to multiple formats?

No, you do not need a server to export government dashboard data to multiple formats. Everything runs client-side in the browser using CDN-based libraries like SheetJS and docx.js, with optional offline bundles for disconnected environments.

Are there limitations to using client-side export for government data?

Yes, limitations of client-side export include relying on browser capabilities and CDN availability unless using offline bundles. It targets MVP dashboards and reports, meaning very large datasets might face browser memory constraints during PDF or XLSX generation.