business-document-generator

Community

Automate professional business docs from templates.

Authorauldsyababua
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Generate professional business documents (Project Proposals, Business Plans, Annual Budgets) by filling PDF templates with user-provided data, outputting polished PDFs ready for distribution.

Core Features & Use Cases

  • Template-driven generation: Fill PDFs using Python scripts.
  • JSON data input: Structured data to populate templates.
  • Output readiness: Polished PDFs with branding consistency.

Quick Start

  1. Install dependencies: pip install pypdf reportlab
  2. Prepare a data file (JSON) for your document type and place it in assets/examples
  3. Run: python3 scripts/generate_document.py <document_type> <data_file> --templates-dir assets/templates --output-dir ./generated_docs
  4. Check generated PDFs in the output directory

Dependency Matrix

Required Modules

pypdfreportlab

Components

scriptsreferencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: business-document-generator
Download link: https://github.com/auldsyababua/instructor-workflow/archive/main.zip#business-document-generator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository