pdf-design

Solid

Design and edit professional PDF reports and proposals with live preview

Data & Documents 233 stars 44 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
79
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# PDF Design System Create and edit professional PDF reports and funding proposals with live preview and iterative design. ## Interactive editing mode During a design session, use these commands: | Command | Action | |---------|--------| | `preview` | Screenshot current state | | `preview page N` | Screenshot specific page | | `show cover` | Preview cover page | | `show budget` | Preview budget section | | `regenerate` | Create new PDF | | `upload` | Upload to Google Drive | | `done` | Finish session | **Workflow:** 1. You say "preview" → I show current state 2. You describe changes → I implement them 3. Repeat until done → Generate final PDF --- ## Quick start ```bash # Copy template to start new report cp ~/.claude/plugins/pdf-design/templates/democracy-day-proposal.html ./new-report.html # Generate PDF (must use snap-accessible path) mkdir -p ~/snap/chromium/common/pdf-work cp new-report.html ~/snap/chromium/common/pdf-work/ chromium-browser --headless --disable-gpu \ --print-to-pdf="$HOME/snap/chromium/common/pdf-work/output.pdf" \ --no-pdf-header-footer \ "file://$HOME/snap/chromium/common/pdf-work/new-report.html" ``` ## Document types - **Funding proposals** — Grant requests with budgets - **Program reports** — Initiative updates - **Impact reports** — Metrics and outcomes - **Budget summaries** — Financial breakdowns ## Key principles 1. **Sentence case** — Never Title Case 2. **Left-aligned** — Never justified text 3. **Print-ready** — 8.5" × 11" l...

Details

Author
jamditis
Repository
jamditis/claude-skills-journalism
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

document-design

This skill should be used when the user asks to "create a proposal", "design a report", "make a one-pager", "build a PDF", "create a newsletter", "design slides", "make event materials", "design a flyer", or needs help with print-ready HTML documents. Provides brand configuration, CSS patterns for print layout, and document design best practices.

233 Updated today
jamditis
Data & Documents Solid

minimax-pdf

Use this skill when visual quality and design identity matter for a PDF. CREATE (generate from scratch): "make a PDF", "generate a report", "write a proposal", "create a resume", "beautiful PDF", "professional document", "cover page", "polished PDF", "client-ready document". FILL (complete form fields): "fill in the form", "fill out this PDF", "complete the form fields", "write values into PDF", "what fields does this PDF have". REFORMAT (apply design to an existing doc): "reformat this document", "apply our style", "convert this Markdown/text to PDF", "make this doc look good", "re-style this PDF". This skill uses a token-based design system: color, typography, and spacing are derived from the document type and flow through every page. The output is print-ready. Prefer this skill when appearance matters, not just when any PDF output is needed.

495 Updated 1 months ago
vibeeval
Data & Documents Solid

minimax-pdf

Use this skill when visual quality and design identity matter for a PDF. CREATE (generate from scratch): "make a PDF", "generate a report", "write a proposal", "create a resume", "beautiful PDF", "professional document", "cover page", "polished PDF", "client-ready document". FILL (complete form fields): "fill in the form", "fill out this PDF", "complete the form fields", "write values into PDF", "what fields does this PDF have". REFORMAT (apply design to an existing doc): "reformat this document", "apply our style", "convert this Markdown/text to PDF", "make this doc look good", "re-style this PDF". This skill uses a token-based design system: color, typography, and spacing are derived from the document type and flow through every page. The output is print-ready. Prefer this skill when appearance matters, not just when any PDF output is needed.

389 Updated today
mxyhi
Data & Documents Solid

pdf

Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.

711 Updated 2 days ago
fcakyon
Data & Documents Listed

pdf

Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.

1 Updated today
HGGodhand33