ideogram-core-workflow-a

Featured

Execute Ideogram primary workflow: text-to-image generation with text rendering. Use when generating images from text prompts, creating designs with embedded text, or building the main image generation pipeline. Trigger with phrases like "ideogram generate image", "ideogram text to image", "create image with ideogram", "ideogram primary workflow".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Ideogram Core Workflow A -- Text-to-Image Generation ## Overview Primary workflow for Ideogram: generating images from text prompts. Ideogram excels at rendering legible text inside images -- a capability where most image models fail. Use this for social media graphics, marketing banners, product mockups, posters, logos, and any visual that combines illustration with typography. ## Prerequisites - Completed `ideogram-install-auth` setup - `IDEOGRAM_API_KEY` environment variable set - Understanding of style types and aspect ratios ## Instructions ### Step 1: Choose Parameters for Your Use Case | Use Case | Style Type | Aspect Ratio | Model | Notes | |----------|-----------|--------------|-------|-------| | Social media post | `DESIGN` | `ASPECT_1_1` | `V_2` | Best text rendering | | Blog hero image | `REALISTIC` | `ASPECT_16_9` | `V_2` | Photorealistic | | Story / Reel | `GENERAL` | `ASPECT_9_16` | `V_2_TURBO` | Fast, vertical | | Logo / Icon | `DESIGN` | `ASPECT_1_1` | `V_2` | Clean typography | | Product mockup | `REALISTIC` | `ASPECT_4_3` | `V_2` | Studio quality | | Anime illustration | `ANIME` | `ASPECT_3_4` | `V_2` | Japanese art style | | 3D render | `RENDER_3D` | `ASPECT_16_9` | `V_2` | 3D scene | | Wide banner | `DESIGN` | `ASPECT_3_1` | `V_2` | Website header | ### Step 2: Generate Image (Legacy Endpoint) ```typescript import { writeFileSync, mkdirSync } from "fs"; async function generateImage(prompt: string, options: { model?: string; style_type?: strin...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

ideogram-hello-world

Create a minimal working Ideogram image generation example. Use when starting a new Ideogram integration, testing your setup, or learning basic Ideogram API patterns. Trigger with phrases like "ideogram hello world", "ideogram example", "ideogram quick start", "simple ideogram code", "first ideogram image".

2,266 Updated today
jeremylongshore
AI & Automation Featured

ideogram-core-workflow-b

Execute Ideogram secondary workflows: edit (Magic Fill), remix, upscale, describe, and reframe. Use when modifying existing images, applying style transfer, upscaling, or building image-to-image pipelines. Trigger with phrases like "ideogram edit image", "ideogram remix", "ideogram upscale", "ideogram inpaint", "ideogram magic fill", "ideogram reframe".

2,266 Updated today
jeremylongshore
AI & Automation Featured

ideogram-data-handling

Manage Ideogram generated image assets, metadata tracking, and lifecycle management. Use when implementing image persistence, tracking generation history, or building asset management for Ideogram outputs. Trigger with phrases like "ideogram data", "ideogram images", "ideogram asset management", "ideogram metadata", "ideogram image storage".

2,266 Updated today
jeremylongshore
AI & Automation Featured

ideogram-reference-architecture

Implement Ideogram reference architecture with prompt templates, asset pipelines, and CDN delivery. Use when designing new Ideogram integrations, building brand asset systems, or establishing architecture for image generation at scale. Trigger with phrases like "ideogram architecture", "ideogram project structure", "ideogram brand assets", "ideogram pipeline design", "ideogram at scale".

2,266 Updated today
jeremylongshore
AI & Automation Featured

ideogram-observability

Set up monitoring, metrics, and alerts for Ideogram integrations. Use when implementing observability for Ideogram operations, tracking costs, or configuring alerting for generation health. Trigger with phrases like "ideogram monitoring", "ideogram metrics", "ideogram observability", "monitor ideogram", "ideogram alerts", "ideogram dashboard".

2,266 Updated today
jeremylongshore