Brochure Generator
Puppeteer-driven 1080x1080 PDF brochure builder with a broken prompt reference and 3 paid MCP deps
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · e74cc98
Real Puppeteer run (installed for real, throwaway dir) produced a genuinely richer PDF than an unguided baseline - correct 1080x1080 dimensions, gradient overlays, and the specified font/color system, vs. a flat generic baseline. But Phase 1 Step 1 tells the agent to read `prompts/generators/prompt.md` before starting, and that file does not exist anywhere in the repo - a load-bearing reference that's simply broken - on top of 3 required paid-API MCP servers (Tavily, Firecrawl, Pexels) the skill cannot function without.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 3/5
What Brochure Generator does
Generates multi-page, mobile-optimized (1:1) PDF marketing brochures by researching a destination/offering via Tavily and Firecrawl, sourcing Pexels imagery, building a strict HTML design system (gold/cream palette, Cormorant Garamond + Jost typography, WCAG-AAA-styled gradient overlays), and converting it to PDF with a pinned Puppeteer script. Triggers on brochure, event flyer, WhatsApp marketing PDF, or multi-page promotion document requests.
How to install Brochure Generator
git clone https://github.com/plushyta/Awesome-Marketing-Skills
mkdir -p ~/.claude/skills
cp -r Awesome-Marketing-Skills/.agents/skills/brochure-generator ~/.claude/skills/brochure-generator
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Brochure Generator
-
/brochure-generatorPuppeteer-driven 1080x1080 PDF brochure builder with a broken prompt reference and 3 paid MCP deps
It also activates on plain-language prompts like these:
-
Create a PDF brochure for our yoga retreat with photos and pricing. -
Design a WhatsApp-friendly event flyer with a gold and cream palette. -
Build a multi-page mobile brochure for this new destination package.
Frequently asked questions
- Is the Brochure Generator skill free?
- Yes. The skill itself is free from plushyta/Awesome-Marketing-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Brochure Generator work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Real Puppeteer run (installed for real, throwaway dir) produced a genuinely richer PDF than an unguided baseline - correct 1080x1080 dimensions, gradient overlays, and the specified font/color system, vs. a flat generic baseline. But Phase 1 Step 1 tells the agent to read `prompts/generators/prompt.md` before starting, and that file does not exist anywhere in the repo - a load-bearing reference that's simply broken - on top of 3 required paid-API MCP servers (Tavily, Firecrawl, Pexels) the skill cannot function without.
- What is the Brochure Generator SkillProof Score?
- 7.6/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 3/5.
- How do I install Brochure Generator?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Brochure Generator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.