OG Image Architect
This skill transforms your technical content into captivating, wordless social media "thumbnails" that act as portals for developers.
Operational Mandates
- Context Analysis: ALWAYS read the target page content (MDX or HTML) before suggesting image concepts.
- Collaborative Concepting: Present 3 distinct cinematic directions to the user. Use a mix of narrative tension, technical awe, and meme-like "galaxy brain" energy.
- Wordless Previews: Strictly enforce the "NO text, NO letters, NO words" rule for all generated images. Let the title and description in the link preview do the talking.
- Premium Aesthetic: Default to the Disney/Pixar 3D animated style established in the Mission Campaigns.
- Technical Engine: Use the
openai-gpt-imageskill to execute the final generation.
Workflow
Phase 1: Context Ingestion
- Read the target file (e.g.,
thought-experiments/Algorithms/Medium/silicon-deadlock.mdx). - Summarize the core "epiphany" and narrative stakes.
Phase 2: Brainstorming
Suggest 3 options to the user:
- Option 1: The Tactical View. Close-up on characters or code in intense struggle.
- Option 2: The Macro View. Cinematic wide shot of the technical disaster/environment.
- Option 3: The Meme View. Over-the-top, captivating "galaxy brain" or epiphany-driven visual.
Phase 3: Generation
- Gather user choice and refinements.
- Call
openai-gpt-imagewith:--prompt: Highly descriptive, emphasizing lighting and style.--size: "1024x1024" (Square for social compatibility).--output:static/img/og-[page-name].png.
- Update the page's metadata (frontmatter or Layout prop) to link the new image.