skills/instagram-launch-grid/SKILL.md
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.
npx skillsauth add razbakov/skills instagram-launch-gridInstall 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.
Seed a new Instagram account with 9 posts laid out as a 3×3 grid that reads as a single curated installation. When someone lands on the profile from a flyer QR / a story-mention / a cross-promo, the first thing they see is 9 squares above the fold. Make those 9 squares answer "what is this?" before any scrolling happens.
Every new brand hits the same wall: account is created → handle is in flyer / IG bio / press release → people arrive → see an empty grid → bounce. Conversion from external traffic dies in that gap.
A "feed-fill" run done ad-hoc usually produces:
This skill captures the proven shape:
Trigger on phrases like:
Common contexts:
If you're already in a project where flyers exist, a website is live, and an IG handle is registered but empty — this is almost certainly the next step.
/social-post or /brand-poster instead./event-poster-bundle (9:16 with event list, not a 3×3 grid)./social-post.Before generating, confirm these (ask if missing):
@handle (matters for the captions' "follow @handle" CTAs and for confirming you're targeting the right account).references/grid-layouts.md. The most common is Hook / Substance / Brand, but People / Place / Plan, About / Offer / Proof, and others work — match the launch context.Always produce the grid plan as a markdown table before generating anything. Each cell has:
path/flyer.png" OR "generate: prompt summary")This step prevents two failures: generating 9 posts then realizing 5 are visually identical, and spending a generation on something that already exists.
Then validate the plan against these rhythm rules before generating:
If the plan fails any of these checks, revise BEFORE generating. Iterating after generation costs API calls and your time.
Check the user's local media folder (typical: ~/Local/<Org>/flyers/, ~/Local/<Org>/logo/). Map existing files to cells. Note which cells need new generation.
For a typical festival launch, you reuse 2-4 cells from an existing flyer suite and generate 5-7 new ones.
/image-from-geminiPer content-publishing.md framework rule: flyers, posters, social posts, and event graphics must use /image-from-gemini only — never /image-from-html (HTML path produces flat, off-brand output).
For efficiency, batch all missing posts in a single Python script (see scripts/batch_generate.py). Sequential /image-from-gemini calls cost more total time.
Expect 1-2 of 6-7 generations to refuse on first try. Gemini refuses ~10-20% of brand-asset generations — common triggers are specific physical descriptors of real-people likenesses, ambiguous anatomy/clothing combinations, ampersand-heavy lockups, or trademark-adjacent compositions. When a generation returns no image, retry with the prompt softened: drop specific physical descriptors, rephrase the format hint, use a reference photo if available. Don't retry more than twice — if it keeps refusing, redesign the composition.
See references/gemini-gotchas.md for the full list of recurring Gemini issues (apostrophe blindspot, ampersand rendering, fake Instagram chrome, refusal triggers) and the proven workarounds.
For each post, write:
references/caption-patterns.md for per-cell shapes)If multilingual was requested, write the caption in EN with a 1-line ES (or DE) hook for the most relevant posts (typically the mission and revolution posts). Don't bilingual every post; it dilutes.
Each caption should include:
.\n.\n.\n separator block — that's outdated)This is the most-missed detail. Instagram displays newest top-left, oldest bottom-right. To achieve the visual grid you planned, post in reverse-grid order:
Posting order: C3 → C2 → C1 → B3 → B2 → B1 → A3 → A2 → A1
The wordmark goes up first (and lands bottom-right of the grid); the hero goes up last (and lands top-left, the spot a new visitor sees first).
Pick one based on launch context:
| Cadence | When | Pro | Con | |---|---|---|---| | All-at-once burst (2-3 hours) | Profile needs to look real NOW (QR is going live tonight, flyer is dropping tomorrow) | Established profile immediately for any new visitor | First 2-3 posts soak all organic; remaining 6 get nothing | | Staggered 3-3-3 across 3 days | The launch is 3-5 days out, peak anticipation builds toward it | Each post gets its own organic shot; final 3 posts (hero + reveal) land on launch eve | Profile looks empty/light for ~48h | | Drip 1/day for 9 days | Launch is 2-4 weeks out | Maximum organic per post; sustains anticipation | Too slow for tight launches; profile still light for first week |
Recommend, don't decide — the user knows their launch calendar.
Output the full plan as a markdown spec in the org's domains/marketing-community/operations/ folder (or equivalent). The spec should contain:
~/Local/<Org>/instagram/grid-launch-N/references/gemini-gotchas.md)Open the folder so the user can review the assets in Finder.
For each run, you produce:
~/Local/<Org>/instagram/grid-launch-N/ (with post-A1-*.png, post-A2-*.png, ... naming so the file-name encodes the grid position).domains/marketing-community/operations/instagram-launch-grid.md (or equivalent) documenting grid layout, posting order, captions, hashtag sets, cadence recommendation.open <folder> shell call so the user can review the assets in Finder.The first full deployment of this skill was the launch grid for the Agua Pichi Cuban festival (Munich, July 2027) ahead of the Charanga Habanera concert flyer drop.
~/Local/AguaPichi/instagram/grid-launch-9/post-{A1,A2,A3,B1,B2,B3,C1,C2,C3}-*.png~/Orgs/AguaPichi/domains/marketing-community/operations/instagram-launch-grid.mdThat run reused 3 cells (2 existing flyers + 1 logo concept) and generated 6 new ones, with 1 refusal that required a softened retry. The recommended cadence was staggered 3-3-3 across the 3 days before the launch event. Use it as a reference implementation when the patterns above feel abstract.
references/grid-layouts.md — proven 3-row narrative shapes (Hook/Substance/Brand, People/Place/Plan, About/Offer/Proof, etc.)references/caption-patterns.md — caption shapes per cell typereferences/gemini-gotchas.md — recurring Gemini issues and proven workaroundsscripts/batch_generate.py — Python script template for batched Gemini generation~/Projects/ikigai-team/rules/content-publishing.md — flyers/posters/social posts must use /image-from-gemini, never /image-from-html/image-from-gemini — used internally for every generated cell/brand-poster — for one-off posters; this skill builds 9 at once with grid logic/event-poster-bundle — single 9:16 with event list (different shape, different use case)/social-post — cross-platform distribution after posts are madetesting
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.
documentation
Take a long stream-of-thought transcript (voice memo, video reflection, text dump) and turn it into a cluster of 5-20 publishable blog essays. Clusters ideas by theme, drafts each essay via parallel sub-agents, generates Gemini hero images, batch-commits, and (optionally) sends a grouped link list via the user's preferred messaging surface. Use when the user shares a transcript and says 'turn this into essays', 'write a series', 'split into posts', 'draft all of them', or pastes a long stream of ideas they want shipped.