design

Generates logos, CIP mockups, SVG icons, banners, slides, and social images via Gemini AI.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/TarunTeja44/portfolio --skill design-tarunteja44
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design
Source: https://github.com/TarunTeja44/portfolio/tree/main/.agents/skills/design
Command: npx skills add https://github.com/TarunTeja44/portfolio --skill design-tarunteja44

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Creating cohesive brand visuals—logos, corporate identity mockups, icons, banners, presentations, and social media images—normally requires multiple design tools and manual effort. This Skill unifies those tasks into one workflow with AI generation and ready-to-use scripts. ## Core Features & Use Cases - Logo & CIP Generation: Generate logos in 55+ styles and corporate identity mockups (business cards, letterheads, signage, vehicles) using Gemini image models, with BM25 search over style, color, and industry guides. - Icons, Banners & Social Photos: Generate SVG icons with Gemini 3.1 Pro, design banners across 22 art direction styles, and produce multi-platform social images via HTML/CSS rendered to exact-size screenshots. - HTML Presentations: Build strategic 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 logo, produce a full CIP mockup set with that logo, then render an HTML pitch deck, all from one skill. ## Quick Start Ask the AI to design a minimalist logo for your brand named TechFlow and then 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 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 by default.

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 with 300 DPI and bleed specs.

Can Gemini generate SVG icons directly?

Yes, the icon script uses gemini-3.1-pro-preview to output SVG as 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 are the setup requirements and limitations?

You need Python, the google-genai and pillow packages, and a GEMINI_API_KEY from Google AI Studio. On Windows use python instead of python3. The skill does not handle video, animation, or direct social media posting.