skills/event-flyer-pack/SKILL.md
Produce a print-ready Event Pack for a SPECIFIC upcoming event (has a date, venue, URL) using Gemini for the design and a real QR overlay. Builds 5+ assets — A6 flyer front/back, A4 4-up home-printable, DJ tent card, 1080×1920 Instagram story — by prompting Gemini to render each full asset (title, date, venue, price, dresscode, and QR *placeholder*) and then compositing a real scannable QR over the placeholder. Use when the user has a concrete event to promote (party, workshop, gig, pop-up, launch) and needs physical + digital promo together. For brand-only cards or single posters without an event, use brand-poster instead.
npx skillsauth add razbakov/skills event-flyer-packInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
One event → one set of Gemini prompts → five deliverables, each with a real scannable QR. The pack is the standard composition of image-from-gemini (each full asset, fully typeset by Gemini) + qr-code-generator (one real QR) + a minimal overlay step that replaces Gemini's drawn QR placeholder with the real one.
Core workflow discovered on 2026-04-17 (Frida Cubana build): Gemini renders gorgeous print assets with baked-in typography, but it cannot render a scannable QR — it produces decorative squares that look like QRs but do not encode anything. The fix is not to build a layout engine in Pillow, it's to let Gemini do the design and swap the fake QR for a real one.
Use when the user:
Do not use this skill for: brand-only cards (use brand-poster), single-channel IG graphics (use image-from-gemini), pure QR codes (use qr-code-generator).
| File | Size / aspect | Purpose |
|---|---|---|
| <slug>-flyer-front.png | A6 portrait (2:3), upscaled to 300 DPI | Vendor print master — front |
| <slug>-flyer-back.png | A6 portrait | Vendor print master — back |
| <slug>-flyer-a4-4up-front.pdf | A4 | Home printable 4-up + crop marks |
| <slug>-flyer-a4-4up-back.pdf | A4 | Home printable 4-up + crop marks |
| <slug>-tent-card.png | A6 portrait, top half mirrored 180° | DJ booth / bar table tent |
| <slug>-instagram-story.jpg | 1080×1920 | IG story / WhatsApp status |
All printed assets target 300 DPI at A6 (1240×1748 px). Gemini outputs typically come at ~1024–2048 px on the long edge — upscale via sips or PIL resample before export if print sharpness matters.
frida-cubana).For each of the 5 asset types, execute the same 3-step recipe:
Invoke skill image-from-gemini with a prompt that includes:
"leave a clean solid-white square, roughly 20–25% of the short edge, in the {bottom-center | bottom-right | specified area} of the design, for a QR code overlay. Do not render a QR pattern — leave the square empty white."Prompt templates per asset: see assets/templates/gemini_prompts.md.
Invoke skill qr-code-generator with:
target_qr_side_px = short_edge_px * 0.22 (roughly 20–24 mm at print scale for A6; ~360 px for IG story)Detect the white placeholder square in the Gemini output (either by eye + manual coordinates, or by simple color-threshold detection — see scripts/overlay_qr.py). Paste the QR there, preserving a small white quiet-zone margin (≥ QR/18) around it.
Verify the composite scans — reload the output PNG with any QR detector (OpenCV's QRCodeDetector, pyzbar, or a phone) and assert the decoded URL matches the event URL. For multi-QR sheets (A4 4-up, tent card with mirrored halves), crop each QR region and test individually — single-code detectors return "NO DECODE" when two identical codes share one frame.
See qr-code-generator's "Embedding QR codes inside a larger composition" section for the full embedding checklist.
assets/templates/delivery_checklist.md).assets/templates/gemini_prompts.md — prompt templates for flyer front, flyer back, tent card halves, IG story. Each has {placeholders} that the caller fills in from the event spec.assets/templates/event_spec_example.json — the Frida Cubana inputs as a concrete example.assets/templates/gemini_hero_prompt.md — historical reference; skip unless generating a hero-only asset.assets/templates/delivery_checklist.md — what to print, how many, where to place.scripts/overlay_qr.py — thin helper that takes a Gemini output PNG + a QR PNG + placeholder coordinates (or auto-detect) and writes the composite. ~40 lines. Deliberately minimal — this skill does not own layout, Gemini does.development
Seed a new or empty Instagram account with a 9-post grid (3×3) so the profile looks established the moment a new visitor lands. Designed for festivals, new businesses, product launches, conferences, communities — any time an empty IG profile would hurt conversion from external traffic (QR scans, flyer drops, cross-promo). Generates assets via /image-from-gemini (per content-publishing rules — never HTML), writes captions with hashtag sets, and outputs a posting order + cadence plan. Trigger generously: phrases like '9 posts for instagram', 'fill my IG', 'starter grid', 'launch grid', 'instagram seed', '9-post grid', 'IG account not to look empty', 'first instagram posts', 'feed bootstrap', '3x3 grid', 'instagram launch content'. Even if the user mentions only one piece (just the images, just the captions, just the order), use this skill — the grid only works as an integrated bundle.
testing
Translate one English blog post into multiple target languages via parallel sub-agents, preserving frontmatter conventions, hero image, and brand voice. Use when the user shares a published English post URL or markdown path and says 'translate it', 'add other languages', 'publish in DE/ES/RU/UK', 'translate to 5 languages', or asks for localized versions of a specific post.
development
Build a complete press kit for an event, product launch, or campaign — in multiple languages — and publish it as a shareable Google Drive folder ready to send to journalists, partners, or a delegate. Produces press releases (typically DE/EN/ES, or configurable), uploads press photos and flyers, creates an Overview document for at-a-glance briefing, and creates a Handover document with pending tasks, contacts, risks, and decisions so press distribution can be delegated. Use when the user says 'I need a press release', 'create a press kit', 'press release in X languages', 'set up a Drive folder for press', 'handover doc for someone else to run press', or has an upcoming announcement that needs to be sent to media. Trigger generously: even partial requests (just a press release, just a flyer folder) typically evolve into the full kit.
development
Track ticket sales for a live event (concert, festival, conference, workshop) with daily snapshots, generate a burndown chart comparing actual sales to ideal-linear targets and tier-cumulative milestones, and report whether the event is on pace. Use when the user asks how sales are going, wants to know if their event will sell out, asks for a daily sales report, wants to set up sales tracking for an upcoming event, or asks about ticket pace / velocity / projection. Trigger generously: phrases like 'how is concert sales going', 'burndown for my event', 'are we going to sell out', 'sales velocity', 'daily ticket chart', 'how many tickets do we need to sell', or any case where the user has a ticketed event with a fixed sales window and wants visibility on pacing.