ideogram-prod-checklist

Featured

Execute Ideogram production deployment checklist and rollback procedures. Use when deploying Ideogram integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "ideogram production", "deploy ideogram", "ideogram go-live", "ideogram launch checklist", "ideogram production ready".

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 Production Checklist ## Overview Complete pre-flight checklist for deploying Ideogram image generation to production. Covers API key management, timeout configuration, image persistence, error handling, monitoring, and rollback procedures. ## Prerequisites - Staging environment tested - Production API key created (separate from dev) - Image storage configured (S3, GCS, or R2) - Monitoring stack ready ## Pre-Deployment Checklist ### API Configuration - [ ] Production API key stored in secret manager (not `.env` file) - [ ] Key is separate from dev/staging keys - [ ] Auto top-up billing configured with appropriate limits - [ ] Base URL is `https://api.ideogram.ai` (no trailing slash) ### Request Handling - [ ] `Api-Key` header used (not `Authorization: Bearer`) - [ ] Request timeout set to 60s+ (generation takes 5-15s, complex prompts longer) - [ ] Retry logic with exponential backoff on 429 and 5xx - [ ] Concurrency limited to 8 (below the 10 in-flight limit) - [ ] Prompt length validated (max 10,000 chars) ### Image Persistence - [ ] Images downloaded immediately after generation (URLs expire ~1 hour) - [ ] Downloaded to durable storage (S3/GCS/R2), not local filesystem - [ ] Filenames include seed for reproducibility tracking - [ ] Generation metadata (prompt, seed, model, style) stored in database ### Error Handling - [ ] 401 triggers key rotation alert - [ ] 422 (safety filter) logged with sanitized prompt for review - [ ] 429 handled with retry, not user...

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

DevOps & Infrastructure Featured

ideogram-deploy-integration

Deploy Ideogram integrations to Vercel, Cloud Run, and Docker platforms. Use when deploying Ideogram-powered applications to production, configuring platform-specific secrets, or setting up deployment pipelines. Trigger with phrases like "deploy ideogram", "ideogram Vercel", "ideogram production deploy", "ideogram Cloud Run", "ideogram Docker".

2,266 Updated today
jeremylongshore
AI & Automation Featured

deepgram-prod-checklist

Execute Deepgram production deployment checklist. Use when preparing for production launch, auditing production readiness, or verifying deployment configurations. Trigger: "deepgram production", "deploy deepgram", "deepgram prod checklist", "deepgram go-live", "production ready deepgram".

2,266 Updated today
jeremylongshore
AI & Automation Featured

ideogram-common-errors

Diagnose and fix Ideogram API errors and exceptions. Use when encountering Ideogram errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "ideogram error", "fix ideogram", "ideogram not working", "debug ideogram", "ideogram 422", "ideogram 429".

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-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