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.tools
--- name: handoff description: Get an agent past a browser/UI wall it can't (or must not) cross on its own — a login-gated dashboard, a CAPTCHA, a 2FA prompt, an API that keeps rejecting the write, or an irreversible click that policy says a human must make. This skill is an ESCALATION LADDER, not a first move: it tells you to try the automated browser surfaces FIRST (Chrome-in-Claude, computer-use, an autonomous browser sub-agent) and only fall back to the Handoff app — a wrapper browser that h
documentation
Summarize one or more YouTube videos from their links. Use this whenever the user pastes a youtube.com or youtu.be URL (or several) and wants to know what it's about — phrasings like "summarize to telegram", "tldr these videos", "what do these say", "summary of this talk", or just dropping links with no instruction at all. Fetches each video's real transcript via yt-dlp (not the page text, which never contains the transcript), cleans the captions, and writes a per-video summary. Default delivery is Telegram; honor any other surface the user names ("to my notes", "just here in chat", "email it"). Trigger even when the user only pastes bare links — bare YouTube links almost always mean "tell me what's in these".
data-ai
Daily Digest — Chief-of-Staff role consolidates the six top-managers into one Telegram message to the Commander, instead of six. Implements the protocol from agent-proactivity.md.
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.