report-generator

Generate Word reports and PowerPoint slides from a structured config.json.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/hico-mrmgn/Skills --skill report-generator-hico-mrmgn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-generator
Source: https://github.com/hico-mrmgn/Skills/tree/main/plugins/report-generator/skills/report-generator
Command: npx skills add https://github.com/hico-mrmgn/Skills --skill report-generator-hico-mrmgn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docx, pptxgenjs, and includes scripts (resource) components.

What problem does it solve?

Creating consistent, production-grade Word reports (.docx) and PowerPoint slides (.pptx) for municipalities from a single data config, eliminating repetitive manual formatting.

Core Features & Use Cases

  • Automated generation of cover pages, schedules, photos, and metrics into .docx reports and .pptx slides.
  • Template-driven, repeatable workflows that scale across multiple municipalities.
  • Use Case: Produce a complete municipal report for Town A with accompanying slides by updating config.json.

Quick Start

Place your municipality data in config.json and run the report-generation workflow to produce both the .docx report and the .pptx slides.

Frequently Asked Questions about report-generator

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

FAQPage Schema
How do I automate municipal report generation for Word and PowerPoint?

You can automate municipal report generation by structuring jurisdictional data, cover pages, schedules, and metrics into a single config.json file. This config feeds automated scripts to generate standardized .docx reports and .pptx slides without manual formatting.

Can I generate .pptx slides and .docx reports from the same structured data config?

Yes, generating .pptx slides and .docx reports from the same config is supported. You place your municipal data into a single config.json file, which serves as the shared input for scripts that output both document formats simultaneously.

Do I need Node.js to generate Word documents for multiple municipalities?

Yes, a Node.js environment is required to run the report-generation scripts. The workflow uses the docx and pptxgenjs libraries within Node.js to process the config.json and produce the final .docx and .pptx files.

What is the best way to scale standardized document workflows across multiple jurisdictions?

The best way to scale across multiple jurisdictions is using a template-driven config.json approach. By updating the centralized configuration with each municipality's metrics and schedules, you can produce repeatable, production-grade documents for multiple jurisdictions.

What specific municipal data elements can be automated into a .docx report?

The automated .docx report can include cover pages, schedules, photos, and metrics. These elements are populated directly from the structured config.json file to create a complete municipal report for each jurisdiction.