This wraps Google Gemini's image generation API so you can create images directly from Claude Code without leaving your workflow. You get a simple Python script that takes a text prompt and spits out a PNG file, no dependencies beyond the standard library. Handy when you're building a frontend and need placeholder images, mock assets, or quick visual concepts without context switching to a separate image tool. Just set your GEMINI_API_KEY and run the script with your prompt. The quality depends entirely on Gemini's model, but the convenience of generating images inline while coding is the real win here.
npx skills add https://github.com/sanjay3290/ai-skills --skill imagen