brand-pdf-generator

Generate branded PDFs from structured content using fpdf2 or reportlab.

Updated May 11, 2026
One-click install
npx skills add https://github.com/shalhevetvardi/shalhevet-agents-bootcamp --skill brand-pdf-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-pdf-generator
Source: https://github.com/shalhevetvardi/shalhevet-agents-bootcamp/tree/main/skills/brand-pdf-generator
Command: npx skills add https://github.com/shalhevetvardi/shalhevet-agents-bootcamp --skill brand-pdf-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone work of manually formatting PDFs to match your brand identity, ensuring all your documents look professional and consistent with your company's visual guidelines without hours of repetitive formatting work.

Core Features & Use Cases

  • Brand Style Setup: Automatically extracts your brand's logo, color palette, fonts, and design style from existing assets (logos, past PDFs, brand guidelines) to create a reusable brand configuration file.
  • Branded PDF Generation: Creates professional, on-brand PDFs for common document types including reports, proposals, guides, and one-pagers, with consistent headers, footers, and styling across all pages.
  • Use Case: If you need to send a client proposal that matches your company's branding, this Skill will automatically apply your logo, brand colors, and approved fonts to the document so it looks polished and consistent without any manual formatting work.

Quick Start

Use the brand-pdf-generator skill to create a branded client proposal for your new service package, pointing it to your folder of brand assets like logos and past PDFs if this is your first time using the skill.

Frequently Asked Questions about brand-pdf-generator

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

FAQPage Schema
How do I generate branded PDFs that automatically apply my company's style guidelines?

To generate branded PDFs, this Skill applies your user-defined brand style configuration to structured document content, automatically formatting reports, proposals, guides, and one-pagers with consistent headers, footers, and styling across all pages.

Can I extract my brand style assets from existing files to create a reusable configuration?

Yes, you can extract brand style assets by processing your existing files like logos, past PDFs, and brand guidelines. The Skill automatically pulls your logo, color palette, fonts, and design rules to create a persisted brand-config.json file for future use.

Do I need Python dependencies like fpdf2 or reportlab for PDF generation?

Yes, you need Python dependencies installed for PDF generation. The Skill specifically requires either fpdf2 or reportlab to programmatically render the structured content and brand styling into your final formatted document.

What's the best way to automate document creation for client proposals?

The best way to automate document creation for client proposals is using a reusable brand configuration file. This ensures your logo, brand colors, and approved fonts are automatically applied, producing a polished document without manual formatting work.

How does the system maintain consistent branding across all output documents?

The system maintains consistent branding across all output documents by relying on a persisted brand-config.json file. This configuration stores your extracted design rules, color palette, and fonts, applying them uniformly to every generated PDF.