dev-document

Generate PDF, Word, Excel, and PowerPoint documents from structured data.

5|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/christopherlouet/claude-base --skill dev-document-christopherlouet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-document
Source: https://github.com/christopherlouet/claude-base/tree/main/.claude/skills/dev-document
Command: npx skills add https://github.com/christopherlouet/claude-base --skill dev-document-christopherlouet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for generating high-quality documents in various formats, such as PDF, Word, Excel, and PowerPoint, streamlining report creation and export tasks.

Core Features & Use Cases

  • Document Format Support: Create complex, formatted documents across multiple formats including PDF, DOCX, XLSX, and PPTX.
  • Workflow Integration: Enable users to prepare data and produce ready-to-use office files for reports, presentations, or data summaries.
  • Use Case: Imagine compiling a project report with charts in Excel, detailed discussion in Word, and a presentation deck—this Skill automates the generation process with minimal manual steps.

Quick Start

Ask the AI to generate a PDF report summarizing sales data from the uploaded spreadsheet.

Frequently Asked Questions about dev-document

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

FAQPage Schema
How do I generate Word and Excel documents from structured data?

To generate Word and Excel documents from structured data, you can use this Skill to automate the creation of formatted DOCX and XLSX files. It leverages libraries like docx and exceljs to transform business data into professional office reports.

Can I create a PowerPoint presentation from a spreadsheet automatically?

Yes, you can create a PowerPoint presentation from a spreadsheet automatically. This Skill uses pptxgenjs to convert structured data into formatted PPTX presentation decks, streamlining the generation of presentation slides from your business data.

What's the best way to export business data to a PDF report?

The best way to export business data to a PDF report is using this Skill, which utilizes the puppeteer library to generate professional PDF documents. It directly converts structured data into high-quality, formatted PDF files suitable for business summaries.

Do I need to install dependencies to generate office documents in multiple formats?

Yes, you need to install appropriate dependencies to generate office documents in multiple formats. This Skill requires specific libraries like puppeteer, docx, exceljs, and pptxgenjs to be installed for each respective format to ensure professional output.

Does this approach support generating a full project report with charts and discussion?

Yes, this approach supports generating a full project report with charts and discussion. It can compile complex, formatted documents across PDF, DOCX, XLSX, and PPTX formats, automating the workflow from data preparation to ready-to-use office files.

Why use libraries like puppeteer and exceljs for document generation instead of manual export?

Using libraries like puppeteer and exceljs for document generation streamlines report creation by automating the formatting process. This approach eliminates manual steps, ensuring consistent, professional office document outputs directly from structured business data.