logo-generator-skill
npx skills add https://github.com/op7418/logo-generator-skill --skill logo-generatorInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
Professional SVG logo generator with high-end showcase presentations. Generate 6+ design variants based on product characteristics, then create stunning showcase images with 12 professional background styles.
This skill was created to solve a common problem: generating professional logos quickly without sacrificing quality. Traditional logo design requires extensive back-and-forth with designers, while AI-generated logos often lack the refinement and presentation quality needed for real products.
Logo Generator bridges this gap by:
Perfect for:
The skill leverages Gemini 3.1 Flash Image Preview (Nano Banana) to generate high-end showcase images that look like they came from a professional design studio.
npx skills add https://github.com/op7418/logo-generator-skill.git
This will automatically install the skill to the correct directory.
git clone https://github.com/op7418/logo-generator-skill.git ~/.claude/skills/logo-generator
logo-generator folder to your Claude Code skills directory:
~/.claude/skills/%USERPROFILE%\.claude\skills\SKILL.md and README.mdAfter installation, set up the required dependencies:
cd ~/.claude/skills/logo-generator
pip install -r requirements.txt
Configure your Gemini API key:
cp .env.example .env
# Edit .env and add your GEMINI_API_KEY
Restart Claude Code and verify by typing /logo-generator in the conversation.
Start a logo project:
Generate a logo for my AI product called "DataFlow"
Provide context (the AI will ask):
Review variants: The AI generates 6+ SVG logo variants with design rationale
Select and refine: Choose your favorite, request adjustments
Generate showcase: Create professional presentation images with multiple background styles
Create a logo for a blockchain security platform
Generate 6 logo variants for "CloudSync" - a file sync tool
Show me the logo in different background styles
Export the logo as PNG at 2048x2048
Phase 1: Information Gathering
Collect product name, industry, core concept, and design preferences
Phase 2: Pattern Matching & SVG Generation
Phase 3: Iteration & Refinement
Phase 4: High-End Showcase Generation
Phase 5: Delivery
logo-generator/
├── SKILL.md # Skill definition and workflow
├── README.md # This file
├── requirements.txt # Python dependencies
├── .env.example # Environment variables template
├── scripts/
│ ├── svg_to_png.py # SVG to PNG converter
│ └── generate_showcase.py # Showcase image generator
├── references/
│ ├── design_patterns.md # Comprehensive design guide
│ ├── background_styles.md # Background style specifications
│ └── webgl_backgrounds.md # WebGL dynamic backgrounds
└── assets/
├── showcase_template.html # HTML template for showcases
└── background_library.html # Interactive WebGL backgrounds
google-genai, python-dotenv, cairosvg, PillowGEMINI_API_KEY=your_api_key_here
GEMINI_MODEL=gemini-3.1-flash-image-preview
GEMINI_API_KEY=your_api_key_here
GEMINI_API_BASE_URL=https://api.example.com/v1
GEMINI_MODEL=gemini-3.1-flash-image-preview
MIT License - feel free to use for personal or commercial projects
Contributions welcome! Please feel free to submit issues or pull requests.
专业的 SVG Logo 生成器,配备高端展示效果。基于产品特性生成 6+ 个设计变体,并使用 12 种专业背景风格创建精美的展示图。
这个技能的诞生源于一个常见痛点:如何在不牺牲质量的前提下快速生成专业 Logo。传统设计流程需要与设计师反复沟通,而 AI 生成的 Logo 往往缺乏精致度和展示效果。
Logo Generator 通过以下方式解决这个问题:
适用场景:
本技能利用 Gemini 3.1 Flash Image Preview (Nano Banana) 生成高端展示图,效果媲美专业设计工作室。
npx skills add https://github.com/op7418/logo-generator-skill.git
这将自动将技能安装到正确的目录。
git clone https://github.com/op7418/logo-generator-skill.git ~/.claude/skills/logo-generator
logo-generator 文件夹复制到 Claude Code 技能目录:
~/.claude/skills/%USERPROFILE%\.claude\skills\SKILL.md 和 README.md安装完成后,设置所需的依赖:
cd ~/.claude/skills/logo-generator
pip install -r requirements.txt
配置 Gemini API 密钥:
cp .env.example .env
# 编辑 .env 文件并添加你的 GEMINI_API_KEY
重启 Claude Code 并在对话中输入 /logo-generator 验证安装成功。
启动 Logo 项目:
为我的 AI 产品 "DataFlow" 生成一个 Logo
提供上下文(AI 会询问):
查看变体:AI 生成 6+ 个 SVG Logo 变体并说明设计理念
选择和优化:选择你喜欢的方案,请求调整
生成展示:创建多种背景风格的专业展示图
为区块链安全平台创建一个 Logo
为 "CloudSync" 文件同步工具生成 6 个 Logo 变体
展示不同背景风格下的 Logo 效果
导出 2048x2048 的 PNG 格式 Logo
阶段 1:信息收集
收集产品名称、行业、核心概念和设计偏好
阶段 2:范式匹配与 SVG 生成
阶段 3:迭代与优化
阶段 4:高端展示图生成
阶段 5:交付
logo-generator/
├── SKILL.md # Skill 定义和工作流程
├── README.md # 本文件
├── requirements.txt # Python 依赖
├── .env.example # 环境变量模板
├── scripts/
│ ├── svg_to_png.py # SVG 转 PNG 工具
│ └── generate_showcase.py # 展示图生成器
├── references/
│ ├── design_patterns.md # 综合设计指南
│ ├── background_styles.md # 背景风格规范
│ └── webgl_backgrounds.md # WebGL 动态背景
└── assets/
├── showcase_template.html # 展示页面模板
└── background_library.html # 交互式 WebGL 背景库
google-genai、python-dotenv、cairosvg、PillowGEMINI_API_KEY=your_api_key_here
GEMINI_MODEL=gemini-3.1-flash-image-preview
GEMINI_API_KEY=your_api_key_here
GEMINI_API_BASE_URL=https://api.example.com/v1
GEMINI_MODEL=gemini-3.1-flash-image-preview
MIT License - 可自由用于个人或商业项目
欢迎贡献!请随时提交 issue 或 pull request。