hs:design

Generate logos, brand identity mockups, banners, slides, icons, and posters using Gemini image models.

Updated Jul 19, 2026
One-click install
npx skills add https://github.com/Dozyboy/VSF --skill hs-design-dozyboy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hs:design
Source: https://github.com/Dozyboy/VSF/tree/main/Day2_VSF/Demo1/harness/plugins/hs/disabled-skills/design
Command: npx skills add https://github.com/Dozyboy/VSF --skill hs-design-dozyboy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Creating brand identity assets, marketing visuals, and presentation materials requires design expertise and multiple tools; this Skill routes design requests to built-in sub-skills that generate logos, corporate identity mockups, banners, social images, SVG icons, slides, and poster prompts. ## Core Features & Use Cases - Logo & CIP Generation: Search 55+ logo styles and 50+ corporate identity deliverables via BM25, then generate mockups with Gemini Flash/Pro image models. - Multi-Format Visual Assets: Produce banners at exact platform sizes, social media photos via HTML/CSS screenshot export, and SVG icons in 15 styles. - Slides & Posters: Build HTML presentations with Chart.js and copywriting formulas, or emit model-agnostic poster prompts with locked style/palette/texture axes for coherent series. - Use Case: A startup founder needs a complete brand package — generate a logo, render business card and signage mockups with that logo, then build a pitch deck presenting the identity. ## Quick Start Ask the AI to design a minimalist logo for your brand and generate matching business card mockups using the design skill.

Frequently Asked Questions about hs: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 after setting GEMINI_API_KEY. Use scripts/logo/search.py first to build a design brief from 55+ styles, 30 color palettes, and 25 industry guides.

How to create corporate identity mockups with AI?▼

Use scripts/cip/generate.py with --brand, --logo, and --industry to render deliverables like business cards, letterheads, signage, and vehicle wraps. The flash model is default; pass --model pro for 4K text rendering, then render an HTML presentation with render-html.py.

What banner sizes does the skill support for social media?▼

The banner reference covers Facebook covers, Twitter/X headers, LinkedIn banners, YouTube channel art, Instagram stories, Pinterest pins, plus Google Display Network ad sizes like 300x250 and 728x90, and print formats with bleed and DPI rules.

Can the poster generator work with image models other than Gemini?▼

Yes. The poster sub-skill emits a model-agnostic text prompt with locked style, palette, and texture axes, so you can paste it into GPT Image, Imagen, or Midjourney. Only the optional data-rebuild tool analyze.py requires Gemini.

What dependencies are required to run the design scripts?▼

You need a GEMINI_API_KEY environment variable and the Python packages google-genai and pillow, installed via pip. Scripts resolve data relative to their own directory, so they run wherever the plugin is installed.

When should I not use this design skill?▼

Do not use it for UI code patterns like shadcn/ui components or Tailwind implementation — those belong to the hs:ui-ux or hs:frontend-design skills. It also does not handle video, animation, or direct social media posting.