design

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

Updated May 9, 2026
One-click install
npx skills add https://github.com/Aeonxuu/southtownslandservice_v2 --skill design-aeonxuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design
Source: https://github.com/Aeonxuu/southtownslandservice_v2/tree/main/.claude/skills/design
Command: npx skills add https://github.com/Aeonxuu/southtownslandservice_v2 --skill design-aeonxuu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Producing brand assets like logos, corporate identity mockups, icons, banners, and social media images normally requires multiple design tools and manual resizing for each platform. This Skill unifies those tasks into scriptable workflows that generate assets with Gemini AI and export them at exact platform dimensions. ## Core Features & Use Cases - Logo & CIP Generation: Search 55+ logo styles and 50+ corporate identity deliverables via BM25 search scripts, then generate logos and mockups (business cards, letterheads, signage, vehicles) with Gemini Flash or Pro models. - Icons, Banners & Social Photos: Generate SVG icons in 15 styles with Gemini 3.1 Pro, design banners across 22 art direction styles, and render HTML/CSS social images exported to PNG at exact sizes for Instagram, Facebook, LinkedIn, YouTube, Pinterest, TikTok, and Google Ads. - HTML Presentations: Build pitch decks and slide decks with Chart.js visualizations, layout patterns, and copywriting formulas (AIDA, PAS, FAB). - Use Case: A startup founder needs a complete brand package: generate a minimalist logo, produce a full CIP mockup set with that logo, then render an HTML presentation of the deliverables for investors. ## Quick Start Ask the AI to design a minimalist logo for your brand named TechFlow and generate a matching business card mockup.

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 scripts/logo/generate.py with --brand, --style, and --industry flags, for example --brand "TechFlow" --style minimalist --industry tech. You can first generate a design brief with scripts/logo/search.py using the --design-brief flag to explore 55+ styles and 30 color palettes.

How to create corporate identity mockups from an existing logo?▼

Pass your logo file to scripts/cip/generate.py with the --logo flag along with --brand, --deliverable, and --industry. Use --set to generate a full CIP set, and --model pro for 4K text rendering with gemini-3-pro-image-preview.

What image sizes does it support for social media platforms?▼

It covers Instagram Post 1080x1080, Story 1080x1920, Facebook Post 1200x630, Twitter/X 1200x675, LinkedIn 1200x627, Pinterest 1000x1500, YouTube thumbnail 1280x720, and TikTok 1080x1920. Banner sizes include Google Ads formats like 300x250 and 728x90.

Can it generate SVG icons without an image generation API?▼

Yes, icon generation uses gemini-3.1-pro-preview which outputs SVG as XML text, so no image generation API is needed. It supports 15 styles like outlined, filled, and duotone, plus batch variations and multi-size export at 16, 24, 32, and 48 pixels.

What setup is required before running the generation scripts?▼

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

What are the limitations of the social photos workflow?▼

The social photos sub-skill only produces static images via HTML/CSS rendering and screenshot export. It does not handle video content, animation, print production files with CMYK and bleed, or direct posting and scheduling to social platforms.