muapi-logo-creator

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

🖼️ Logo Creator Skill

🖼️ 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.
这是一款供AI Agents使用的专业级品牌标识设计技能。 Logo Creator技能可将品牌愿景转化为极简、可缩放且具有标志性的矢量风格标识。

Core Competencies

核心能力

  1. Geometric Primitive Construction: Using basic shapes (circles, squares, triangles) to create memorable icons.
  2. Negative Space Manipulation: Integrating secondary meanings through the strategic use of empty space.
  3. Symbolic Abstraction: Reducing complex brand concepts into their simplest visual essence.
  4. Scalability Awareness: Ensuring designs remain legible from 16px (favicon) to billboards.

  1. 几何基础图形构建:使用基础形状(圆形、正方形、三角形)打造令人印象深刻的图标。
  2. 负空间运用:通过策略性地利用空白区域融入深层含义。
  3. 符号化抽象:将复杂的品牌概念提炼为最简洁的视觉本质。
  4. 可缩放性考量:确保设计在16px(网站图标)到广告牌尺寸下都保持清晰可读。

🏗️ Technical Specification

🏗️ 技术规范

1. Logo Taxonomy Table

1. 标志类型对照表

Logo TypeStyleBest ForFocus
Pictorial MarkSymbolicEstablished BrandsIconic Recognition
Abstract MarkGeometricTech/ModernConcept/Feeling
Lettermark/MonogramTypographicLong NamesInitials/Font Style
EmblemTraditionalInstitutions/CafeDetail/Badge
MascotCharacterCommunities/GamingPersonality
标志类型风格适用场景设计重点
具象标志符号化成熟品牌标志性辨识度
抽象标志几何风科技/现代品牌概念/情感传递
字母标志/花押字字体化名称较长的品牌首字母/字体风格
徽章标志传统风机构/咖啡馆细节/徽章样式
吉祥物标志角色化社区/游戏品牌人格化特质

2. Branding Directives

2. 品牌设计准则

  • Color Theory
    : Use high-impact monochromatic or dual-tone palettes for professional "weight."
  • Typography
    : Pair marks with clean Geometric Sans-Serif (e.g., Gotham, Helvetica style).
  • Style
    : Flat design ONLY. No gradients, 3D effects, or photorealistic textures.

  • Color Theory
    :采用高冲击力的单色或双色调配色方案,塑造专业质感。
  • Typography
    :搭配简洁的几何无衬线字体(例如Gotham、Helvetica风格)。
  • Style
    :仅使用扁平化设计。禁止渐变、3D效果或拟真纹理。

🧠 Prompt Optimization Protocol (Agent Instruction)

🧠 提示词优化规则(Agent指令)

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.
  2. NEGATIVE SPACE: Explicitly instruct the model to use negative space for secondary meaning (e.g., "The space between the letters forms an arrow").
  3. PRODUCTION CONSTRAINTS: Use Solid colors, Monochromatic palettes, and Flat design only. NO gradients or 3D effects.
  4. CENTERED COMPOSITION: Always specify Isolated on white background and perfectly centered for scalability.

在调用脚本前,Agent必须将品牌愿景提炼为几何极简风格设计brief:
  1. 基础图形聚焦:将概念简化为基础形状:圆形、正方形、三角形
  2. 负空间明确:明确指示模型利用负空间传递深层含义(例如:“字母之间的空白区域形成箭头形状”)。
  3. 制作约束:使用纯色单色配色方案,且仅采用扁平化设计。禁止渐变或3D效果。
  4. 居中构图:必须指定纯白背景独立呈现完全居中,以保证可缩放性。

🚀 Protocol: Using the Logo Creator

🚀 Logo Creator使用流程

Step 1: Define the Brand Brief

步骤1:定义品牌Brief

Provide the agent with a brand name, core values, and industry.
向Agent提供品牌名称、核心价值观及所属行业。

Step 2: Invoke the Script

步骤2:调用脚本

The
create-logo.sh
script generates a comprehensive branding brief.
bash
undefined
create-logo.sh
脚本将生成一份完整的品牌设计brief。
bash
undefined

Designing a Fintech Logo

Designing a Fintech Logo

bash scripts/create-logo.sh
--brand "Aura"
--concept "geometric security shield with a spark"
--style minimalist
--color "black and gold"

---
bash scripts/create-logo.sh
--brand "Aura"
--concept "geometric security shield with a spark"
--style minimalist
--color "black and gold"

---

⚠️ 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.

  • 生产就绪要求强制规定 - 仅使用纯黑/纯白背景。禁止添加纹理、桌面场景或实物样机(T恤/名片等)。
  • 可读性要求:避免使用过细线条或复杂重叠设计,防止小尺寸下图案消失。
  • 极简主义要求:标志最多包含3个核心几何元素。
  • 无失真要求:使用Flux工具确保标志内的品牌名称渲染准确。

⚙️ 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.
该技能作为
core/media/generate-image.sh
基础工具之上的“资深品牌标识”层,会生成一份
EXPERT_LOGO_BRIEF
,强制执行几何对称性和负空间设计原则。