pro-deck-builder

pro-deck-builder is a cursor rule for Cursor from thatrebeccarae/claude-marketing. It costs 70 tokens per session (7,031 once invoked), scanned A, original, MIT.

A set of design rules for creating polished HTML slide decks and PDF-ready consulting documents, with defined colors, fonts, and light or dark layouts.

In plain words
What is it for?
Use it to create presentations, pitch decks, keynotes, reports, and PDF deliverables with data visualizations.
Why use it?
It removes the need to decide the visual style and document structure from scratch. It helps keep presentations and reports consistent across pages.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc). Also seen: mentions subagents; positional $N argument.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is python scripts/office/soffice.py --headless --convert-to pdf output.pptx.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pro-deck-builder

README.md
[![agentmods](https://agentmods.dev/badge/rules/thatrebeccarae/claude-marketing/pro-deck-builder.svg)](https://agentmods.dev/rules/thatrebeccarae/claude-marketing/pro-deck-builder)
Your own site
<a href="https://agentmods.dev/rules/thatrebeccarae/claude-marketing/pro-deck-builder"><img src="https://agentmods.dev/badge/rules/thatrebeccarae/claude-marketing/pro-deck-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,031 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.07031
Opus 5 $0.00035 $0.03515
Sonnet 5 $0.00014 $0.01406
Haiku 4.5 $0.00007 $0.00703

Measured 6d ago against content hash db9ded8fe83e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

pro-deck-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

integrations/cursor/pro-deck-builder.mdc · 529 lines

How it starts

The opening of the file, as written. The whole thing — 529 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Presentation Designer

VC-backed SaaS design quality for PowerPoint. Think Linear, Attio, Vercel, Raycast — not corporate clip art.

Quick Reference

Task Approach
Create from scratch Read REFERENCE.md, use PptxGenJS
Edit existing / use template Read editing.md
Read/extract content python -m markitdown presentation.pptx
Visual overview python scripts/thumbnail.py presentation.pptx

Before You Start (Required Steps)

Step 1: Ask the User

Before writing any code, ask:

  1. Light or dark mode? Dark = premium/keynote feel. Light = reports/data-heavy decks.
  2. Palette preference? Show the palette table below, or ask if they have brand colors.
  3. Logo? Ask if they have a logo file to include (PNG/SVG path).

Step 2: Discover Fonts

Check what's installed — premium fonts make a massive difference:

# macOS — list all installed font families
fc-list : family | sort -u

# Search for premium fonts first
fc-list : family | grep -iE "inter|dm.sans|poppins|avenir|futura|geist|sf.pro|sf.mono|jetbrains|fira.code|montserrat|playfair|source.sans"

# Check macOS Font Book directories directly
ls ~/Library/Fonts/ /Library/Fonts/ /System/Library/Fonts/Supplemental/ 2>/dev/null

Priority order for font selection:

  1. Inter — the gold standard for SaaS UI (if installed, use it for everything)
  2. DM Sans — geometric, startup-friendly
  3. Poppins — rounded, approachable
  4. Avenir / Avenir Next — ships with macOS, Apple-adjacent elegance
  5. Calibri — safe fallback, always available

For data/mono: JetBrains Mono > Fira Code > SF Mono > Consolas

Design Language: VC-Backed SaaS

Aesthetic Principles

  1. Depth through layering — Surfaces float above backgrounds. Cards and panels have subtle elevation via shadows and fine borders, not flat colored boxes.
  2. Bold typography, minimal decoration — Let type hierarchy do the work. No accent lines, no decorative shapes, no clip art.
  3. Restrained color — One accent color used sparingly (10%). Mostly neutrals. Color = signal, not decoration.
  4. Generous whitespace — Empty space signals confidence. If a slide feels sparse, make the content bigger, don't add more.
  5. Every element earns its place — Before adding anything: what does it communicate? If removing it changes nothing, remove it.

Read the full file on GitHub · 529 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 529 lines · 70 tokens per session scan A db9ded8fe83e

Subscribe to this mod's changes

pro-deck-builder is a cursor rule published in the GitHub repository thatrebeccarae/claude-marketing (130 stars, last pushed 3mo ago), licensed MIT. It adds 70 tokens to every session and 7,031 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.