design

Generate logos, CIP mockups, banners, icons, slides, and social images with Gemini AI.

Updated Aug 7, 2026
One-click install
npx skills add https://github.com/Ramadan-Elgamal/Autobees --skill design-ramadan-elgamal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design
Source: https://github.com/Ramadan-Elgamal/Autobees/tree/main/.agents/skills/design
Command: npx skills add https://github.com/Ramadan-Elgamal/Autobees --skill design-ramadan-elgamal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve? Creating brand assets like logos, corporate identity mockups, banners, icons, presentations, and social media images normally requires multiple design tools and manual effort; this Skill unifies those tasks into scriptable AI-driven workflows. ## Core Features & Use Cases - AI Logo & Icon Generation: Generate logos across 55+ styles and SVG icons across 15 styles using Gemini models via Python scripts. - Corporate Identity Program (CIP): Produce 50+ branded deliverable mockups (business cards, signage, apparel, vehicles) and render them into an HTML presentation. - Banners, Slides & Social Photos: Design platform-sized banners and social images via HTML/CSS screenshot export, and build Chart.js-based HTML pitch decks. - Use Case: A startup founder needs a complete brand package: generate a logo, create CIP mockups with that logo, then build an investor pitch deck, all from one skill. ## Quick Start Ask the AI to design a minimalist logo for your brand named TechFlow using the design skill's logo generation script.

Frequently Asked Questions about design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a logo with Gemini AI?

Run the logo generate script with your brand name, style, and industry, for example: python3 scripts/logo/generate.py --brand "TechFlow" --style minimalist --industry tech. Output logos are generated on a white background.

How to create corporate identity mockups with an existing logo?

Use the CIP generate script with the --logo flag pointing to your logo file, plus --brand, --deliverable, and --industry options. Add --set to generate a full deliverable set or --model pro for 4K text rendering.

What banner sizes does this support for social media and ads?

It covers Facebook covers (820x312), Twitter headers (1500x500), LinkedIn banners (1584x396), YouTube channel art (2560x1440), Instagram posts and stories, Google Ads formats like 300x250, website heroes, and print sizes.

What dependencies are required to run the design scripts?

You need Python 3, the google-genai and pillow packages installed via pip, and a GEMINI_API_KEY environment variable from Google AI Studio. On Windows, use python instead of python3.

Can it generate SVG icons without an image generation API?

Yes. The icon script uses the gemini-3.1-pro-preview model, which outputs SVG as XML text, so no image generation API is needed. It supports 15 styles, batch variations, and multi-size export.

What are the limitations of AI-generated logo text?

AI models struggle with rendering accurate text in logos, so the guidance recommends generating the brand mark separately from text. Prompts should specify plain backgrounds and vector-style illustration to avoid photorealistic results.