ideogram-pack

v1.10.0 by Jeremy Longshore

Complete Ideogram integration skill pack with 24 skills covering AI image generation, text rendering, and creative design workflows. Flagship tier vendor pack.

24 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install ideogram-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 24 Claude Code skills for Ideogram AI image generation -- text-to-image, editing, remixing, upscaling, and asset pipelines with real api.ideogram.ai endpoints.

Ideogram is an AI image generation API that excels at rendering legible text inside images -- a capability where most image models fail. This skill pack provides production-ready patterns for all six API endpoints: Generate, Edit (Magic Fill), Remix, Upscale, Describe, and Reframe.

Links: Ideogram Developer Docs | API Reference | Pricing | Tons of Skills


Skills (24) plugin-local skills

ideogram-ci-integration View full skill →

Configure CI/CD pipelines for Ideogram integrations with GitHub Actions.

ReadWriteEditBash(gh:*)
ideogram-common-errors View full skill →

Diagnose and fix Ideogram API errors and exceptions.

ReadGrepBash(curl:*)
ideogram-core-workflow-a View full skill →

Execute Ideogram primary workflow: text-to-image generation with text rendering.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
ideogram-core-workflow-b View full skill →

Execute Ideogram secondary workflows: edit (Magic Fill), remix, upscale, describe, and reframe.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
ideogram-cost-tuning View full skill →

Optimize Ideogram costs through model selection, caching, and usage monitoring.

ReadWriteEditBash(curl:*)Grep
ideogram-data-handling View full skill →

Manage Ideogram generated image assets, metadata tracking, and lifecycle management.

ReadWriteEdit
ideogram-debug-bundle View full skill →

Collect Ideogram debug evidence for support tickets and troubleshooting.

ReadBash(curl:*)Bash(tar:*)Bash(node:*)Grep
ideogram-deploy-integration View full skill →

Deploy Ideogram integrations to Vercel, Cloud Run, and Docker platforms.

ReadWriteEditBash(vercel:*)Bash(gcloud:*)Bash(docker:*)
ideogram-enterprise-rbac View full skill →

Implement team-based access control and credit management for Ideogram.

ReadWriteEdit
ideogram-hello-world View full skill →

Create a minimal working Ideogram image generation example.

ReadWriteEditBash(curl:*)Bash(node:*)Bash(npx:*)
ideogram-incident-runbook View full skill →

Execute Ideogram incident response with triage, mitigation, and postmortem.

ReadGrepBash(kubectl:*)Bash(curl:*)
ideogram-install-auth View full skill →

Install and configure Ideogram API authentication.

ReadWriteEditBash(npm:*)Bash(pip:*)Bash(curl:*)Grep
ideogram-local-dev-loop View full skill →

Configure Ideogram local development with mock responses and testing.

ReadWriteEditBash(npm:*)Bash(pnpm:*)Bash(npx:*)Grep
ideogram-migration-deep-dive View full skill →

Migrate from other image generation APIs to Ideogram, or re-architect existing Ideogram integrations.

ReadWriteEditBash(npm:*)Bash(node:*)Grep
ideogram-multi-env-setup View full skill →

Configure Ideogram across development, staging, and production environments.

ReadWriteEditBash(aws:*)Bash(gcloud:*)Grep
ideogram-observability View full skill →

Set up monitoring, metrics, and alerts for Ideogram integrations.

ReadWriteEdit
ideogram-performance-tuning View full skill →

Optimize Ideogram API performance with caching, model selection, and parallel generation.

ReadWriteEdit
ideogram-prod-checklist View full skill →

Execute Ideogram production deployment checklist and rollback procedures.

ReadBash(curl:*)Bash(kubectl:*)Grep
ideogram-rate-limits View full skill →

Implement Ideogram rate limiting, backoff, and request queuing patterns.

ReadWriteEdit
ideogram-reference-architecture View full skill →

Implement Ideogram reference architecture with prompt templates, asset pipelines, and CDN delivery.

ReadWriteEditGrep
ideogram-sdk-patterns View full skill →

Apply production-ready Ideogram API patterns for TypeScript and Python.

ReadWriteEdit
ideogram-security-basics View full skill →

Apply Ideogram security best practices for API key management and access control.

ReadWriteEditGrep
ideogram-upgrade-migration View full skill →

Migrate between Ideogram API versions (V_1 to V_2 to V3) with breaking change detection.

ReadWriteEditBash(npm:*)Grep
ideogram-webhooks-events View full skill →

Build event-driven workflows around Ideogram's synchronous API.

ReadWriteEditBash(curl:*)

How It Works

Skills trigger automatically when you discuss Ideogram topics:

  • "Help me set up Ideogram" -> ideogram-install-auth
  • "Generate an image with text" -> ideogram-core-workflow-a
  • "Edit this image with a mask" -> ideogram-core-workflow-b
  • "Debug this Ideogram 422 error" -> ideogram-common-errors
  • "Deploy my Ideogram integration" -> ideogram-deploy-integration

Ready to use ideogram-pack?