🖼️ Logo Creator Skill
A specialized skill for AI Agents to engineer professional-grade brand identities.
The Logo Creator skill translates brand vision into minimalist, scalable, and iconic vector-style marks.
Core Competencies
- 1. Geometric Primitive Construction: Using basic shapes (circles, squares, triangles) to create memorable icons.
- Negative Space Manipulation: Integrating secondary meanings through the strategic use of empty space.
- Symbolic Abstraction: Reducing complex brand concepts into their simplest visual essence.
- Scalability Awareness: Ensuring designs remain legible from 16px (favicon) to billboards.
🏗️ Technical Specification
1. Logo Taxonomy Table
| Logo Type | Style | Best For | Focus |
|---|
| Pictorial Mark | Symbolic | Established Brands | Iconic Recognition |
| Abstract Mark |
Geometric | Tech/Modern | Concept/Feeling |
|
Lettermark/Monogram | Typographic | Long Names | Initials/Font Style |
|
Emblem | Traditional | Institutions/Cafe | Detail/Badge |
|
Mascot | Character | Communities/Gaming | Personality |
2. Branding Directives
- -
Color Theory: Use high-impact monochromatic or dual-tone palettes for professional "weight." - INLINECODE1 : Pair marks with clean Geometric Sans-Serif (e.g., Gotham, Helvetica style).
- INLINECODE2 : Flat design ONLY. No gradients, 3D effects, or photorealistic textures.
🧠 Prompt Optimization Protocol (Agent Instruction)
Before calling the script, the Agent MUST refine the brand vision into a Geometric Minimalist Brief:
- 1. PRIMITIVE FOCUS: Reduce the concept to basic shapes: Circle, Square, Triangle.
- NEGATIVE SPACE: Explicitly instruct the model to use negative space for secondary meaning (e.g., "The space between the letters forms an arrow").
- PRODUCTION CONSTRAINTS: Use Solid colors, Monochromatic palettes, and Flat design only. NO gradients or 3D effects.
- CENTERED COMPOSITION: Always specify Isolated on white background and perfectly centered for scalability.
🚀 Protocol: Using the Logo Creator
Step 1: Define the Brand Brief
Provide the agent with a brand name, core values, and industry.
Step 2: Invoke the Script
The
create-logo.sh script generates a comprehensive branding brief.
CODEBLOCK0
⚠️ Constraints & Guardrails
- - Production-Ready: MANDATORY - Solid white/black background only. No textures, no desks, no mockups (t-shirts/business cards).
- Legibility: Avoid thin lines or complex overlapping that disappears at small scales.
- Minimalism: Limit the mark to a maximum of 3 core geometric elements.
- No Artifacting: Use Flux for accurate brand name rendering within the logo.
⚙️ Implementation Details
This skill acts as a "Senior Brand Identity" layer over the
core/media/generate-image.sh primitive. It generates an
EXPERT_LOGO_BRIEF that enforces geometric symmetry and negative space principles.
🖼️ Logo 创建技能
一项专为AI智能体设计的专业级品牌标识工程技能。
Logo 创建技能将品牌愿景转化为极简、可缩放且具有标志性的矢量风格标识。
核心能力
- 1. 几何基元构建:使用基本形状(圆形、方形、三角形)创建令人难忘的图标。
- 负空间运用:通过策略性地利用空白空间融入次要含义。
- 符号化抽象:将复杂品牌概念简化为最纯粹的视觉本质。
- 可缩放性意识:确保设计在16像素(网站图标)到广告牌尺寸下均保持清晰可辨。
🏗️ 技术规范
1. Logo 分类表
| Logo 类型 | 风格 | 适用场景 | 重点 |
|---|
| 图形标识 | 象征性 | 成熟品牌 | 标志性识别 |
| 抽象标识 |
几何 | 科技/现代 | 概念/感受 |
|
字母组合/花押字 | 字体设计 | 长名称 | 首字母/字体风格 |
|
徽章 | 传统 | 机构/咖啡馆 | 细节/徽标 |
|
吉祥物 | 角色 | 社区/游戏 | 个性特征 |
2. 品牌设计准则
- - 色彩理论:使用高冲击力的单色或双色调色板,营造专业分量感。
- 字体设计:搭配简洁的几何无衬线字体(如 Gotham、Helvetica 风格)。
- 风格:仅限扁平设计。禁止使用渐变、3D效果或照片级真实纹理。
🧠 提示优化协议(智能体指令)
在调用脚本前,智能体必须将品牌愿景提炼为几何极简设计简报:
- 1. 基元聚焦:将概念简化为基本形状:圆形、方形、三角形。
- 负空间:明确指示模型使用负空间传达次要含义(例如:字母之间的空间形成箭头)。
- 制作约束:使用纯色、单色调色板,且仅限扁平设计。禁止使用渐变或3D效果。
- 居中构图:始终指定白色背景上独立呈现且完美居中,以确保可缩放性。
🚀 协议:使用 Logo 创建器
第1步:定义品牌简报
向智能体提供品牌名称、核心价值观和所属行业。
第2步:调用脚本
create-logo.sh 脚本会生成一份全面的品牌设计简报。
bash
设计金融科技 Logo
bash scripts/create-logo.sh \
--brand Aura \
--concept 带有火花的几何安全盾牌 \
--style 极简 \
--color 黑色与金色
⚠️ 约束与护栏
- - 可投产性:强制要求 - 仅限纯白/黑色背景。无纹理、无桌面、无样机(T恤/名片)。
- 可读性:避免在小尺寸下消失的细线条或复杂重叠。
- 极简主义:将标识限制在最多3个核心几何元素。
- 无伪影:使用 Flux 确保 Logo 内品牌名称的准确渲染。
⚙️ 实现细节
本技能作为高级品牌标识层,覆盖在 core/media/generate-image.sh 基元之上。它会生成一份 EXPERT
LOGOBRIEF(专家级 Logo 设计简报),强制执行几何对称性和负空间原则。