documents

Generate PDF and DOCX documents from structured data and templates.

Updated Sep 12, 2021
One-click install
npx skills add https://github.com/cerico/macfair --skill documents-cerico
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documents
Source: https://github.com/cerico/macfair/tree/main/files/claude/skills/documents
Command: npx skills add https://github.com/cerico/macfair --skill documents-cerico

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you generate PDFs and Word documents automatically from code, reducing manual document creation tasks.

Core Features & Use Cases

  • PDF & DOCX generation: Create well-formatted documents from templates or data.
  • Automation-ready: Integrate into workflows for invoices, reports, contracts, or data exports.
  • Use Case: Generate an invoice PDF from order data or export a data report to DOCX.

Quick Start

Use the documents skill to generate a PDF invoice from a sample data payload.

Frequently Asked Questions about documents

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

FAQPage Schema
How do I generate PDF invoices programmatically from structured data?

To generate PDF invoices programmatically, this Skill renders structured order data into formatted PDF documents using available libraries. It directly converts data payloads into business-ready invoice files without manual document creation.

Can I automate DOCX report generation for data exports?

Yes, you can automate DOCX report generation by feeding structured data into the Skill. It produces formatted Word documents for data exports and reports, integrating seamlessly into automated business workflows.

What is the best way to create Word documents from templates automatically?

The best way to create Word documents from templates is using a programmatic generation Skill that maps structured data to DOCX formats. This approach standardizes document creation for contracts and reports across business applications.

Does programmatic document generation support both PDF and DOCX formats?

Programmatic document generation supports both PDF and DOCX formats. The Skill renders content into either file type, allowing you to choose the appropriate format for invoices, reports, or contract generation.

How do I export structured business data into formatted contracts?

You can export structured business data into formatted contracts by passing the data through this generation Skill. It renders the content into standardized PDF or DOCX files, satisfying contract formatting requirements automatically.