npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@intentsolutionsio/ideogram-pack

v1.0.1

Published

Claude Code skill pack for Ideogram - 24 skills covering AI image generation with text rendering

Readme

Ideogram Skill Pack

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


Installation

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

What This Pack Covers

| Capability | Endpoint | Skill | |-----------|----------|-------| | Text-to-image generation | POST /generate | ideogram-core-workflow-a | | Image editing (Magic Fill) | POST /v1/ideogram-v3/edit | ideogram-core-workflow-b | | Style transfer / remixing | POST /v1/ideogram-v3/remix | ideogram-core-workflow-b | | Resolution upscaling | POST /upscale | ideogram-core-workflow-b | | Image description | POST /describe | ideogram-core-workflow-b | | Canvas reframing | POST /v1/ideogram-v3/reframe | ideogram-core-workflow-b |

Skills Included

Standard Skills (S01-S12)

| Skill | What It Does | |-------|-------------| | ideogram-install-auth | API key setup, authentication, billing configuration | | ideogram-hello-world | First generation with curl, TypeScript, and Python | | ideogram-local-dev-loop | Typed client, mock server, vitest tests | | ideogram-sdk-patterns | Singleton, retry, Zod validation, multi-tenant factory | | ideogram-core-workflow-a | Text-to-image: styles, aspect ratios, V3 presets, text rendering | | ideogram-core-workflow-b | Edit, Remix, Upscale, Describe, Reframe with real endpoints | | ideogram-common-errors | 401/422/429/400/402 diagnosis with fix scripts | | ideogram-debug-bundle | Diagnostic tarball for support tickets | | ideogram-rate-limits | Backoff, p-queue concurrency, token bucket | | ideogram-security-basics | Key rotation, proxy pattern, pre-commit hooks | | ideogram-prod-checklist | Pre-flight checks, health endpoints, rollback | | ideogram-upgrade-migration | Legacy to V3 migration with enum mapping |

Pro Skills (P13-P18)

| Skill | What It Does | |-------|-------------| | ideogram-ci-integration | GitHub Actions, mocked tests, prompt validation | | ideogram-deploy-integration | Vercel, Cloud Run, Docker with S3 persistence | | ideogram-webhooks-events | BullMQ queues, callbacks, batch pipelines | | ideogram-performance-tuning | Speed tiers, prompt caching, parallel generation | | ideogram-cost-tuning | Two-phase drafting, budget tracking, billing alerts | | ideogram-reference-architecture | Prompt templates, asset pipelines, describe-then-remix |

Flagship Skills (F19-F24)

| Skill | What It Does | |-------|-------------| | ideogram-multi-env-setup | Dev/staging/prod isolation with secret managers | | ideogram-observability | Prometheus metrics, Grafana queries, alerting rules | | ideogram-incident-runbook | Triage scripts, decision tree, fallback activation | | ideogram-data-handling | Image persistence, metadata tracking, lifecycle cleanup | | ideogram-enterprise-rbac | Team-scoped keys, content policies, budget enforcement | | ideogram-migration-deep-dive | DALL-E/Midjourney to Ideogram with strangler fig pattern |

API Quick Reference

Base URL: https://api.ideogram.ai Auth: Api-Key header (not Authorization: Bearer) Rate Limit: 10 in-flight requests (default) Image URLs: Expire after ~1 hour -- download immediately

Models (Legacy)

V_1, V_1_TURBO, V_2, V_2_TURBO, V_2A, V_2A_TURBO

Style Types

Legacy: AUTO, GENERAL, REALISTIC, DESIGN, RENDER_3D, ANIME V3: AUTO, GENERAL, REALISTIC, DESIGN, FICTION

Aspect Ratios

Legacy: ASPECT_1_1, ASPECT_16_9, ASPECT_9_16, ASPECT_3_2, ASPECT_2_3, ASPECT_4_3, ASPECT_3_4, ASPECT_10_16, ASPECT_16_10, ASPECT_1_3, ASPECT_3_1 V3: 1x1, 16x9, 9x16, 3x2, 2x3, 4x3, 3x4, 10x16, 16x10, 1x3, 3x1, 1x2, 2x1, 4x5, 5x4

V3 Rendering Speeds

FLASH (fastest) | TURBO | DEFAULT | QUALITY (highest)

Usage

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

License

MIT