From 7c1f941793cdb89c8ff724ac8ac88ef7e0dd03c8 Mon Sep 17 00:00:00 2001 From: Mohamed Abdallah Date: Sat, 25 Apr 2026 18:09:44 +0300 Subject: [PATCH] Add prompt-to-asset to Image Generation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba038f3..619fff5 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Claude Plugins are extensions that enhance Claude Code with custom slash command ### Image Generation - [nano-banana](https://github.com/Ibrahim-3d/nano-banana-claude-plugin) - Google Gemini image generation plugin. Text-to-image, text-guided image editing, style transfer, 4K output, search grounding, and multi-reference composition — all from a single `/genimage` command. Powered by `gemini-2.5-flash-image` and `gemini-3-pro-image-preview`. +- [prompt-to-asset](https://github.com/MohamedAbdallah-14/prompt-to-asset) - MCP server that generates production-ready visual assets (app icons, favicons, OG images, logos, wordmarks) by routing requests across 30+ image generation models. Three execution modes: inline SVG, external prompt, or full API generation. Validates output for WCAG contrast and palette consistency. Zero API key required for first run via Pollinations and Stable Horde free tiers. MIT licensed. ## Getting Started