muapi-logo-creator

Engineer professional-grade brand logos using geometric primitives and negative space — generates minimalist, scalable vector-style marks via muapi.ai

Paste into Claude, ChatGPT or Cursor.

Read the source80 lines
muapi-logo-creator/SKILL.md80 lines3.4 KBpushed 100d agoRawView on GitHub
1---
2name: muapi-logo-creator
3version: 0.1.0
4description: Engineer professional-grade brand logos using geometric primitives and negative space — generates minimalist, scalable vector-style marks via muapi.ai
5---
6 
7# 🖼️ Logo Creator Skill
8 
9**A specialized skill for AI Agents to engineer professional-grade brand identities.**
10The Logo Creator skill translates brand vision into minimalist, scalable, and iconic vector-style marks.
11 
12## Core Competencies
13 
141. **Geometric Primitive Construction**: Using basic shapes (circles, squares, triangles) to create memorable icons.
152. **Negative Space Manipulation**: Integrating secondary meanings through the strategic use of empty space.
163. **Symbolic Abstraction**: Reducing complex brand concepts into their simplest visual essence.
174. **Scalability Awareness**: Ensuring designs remain legible from 16px (favicon) to billboards.
18 
19---
20 
21## 🏗️ Technical Specification
22 
23### 1. Logo Taxonomy Table
24 
25| Logo Type | Style | Best For | Focus |
26| :--- | :--- | :--- | :--- |
27| **Pictorial Mark** | Symbolic | Established Brands | Iconic Recognition |
28| **Abstract Mark** | Geometric | Tech/Modern | Concept/Feeling |
29| **Lettermark/Monogram** | Typographic | Long Names | Initials/Font Style |
30| **Emblem** | Traditional | Institutions/Cafe | Detail/Badge |
31| **Mascot** | Character | Communities/Gaming | Personality |
32 
33### 2. Branding Directives
34- `Color Theory`: Use high-impact monochromatic or dual-tone palettes for professional "weight."
35- `Typography`: Pair marks with clean Geometric Sans-Serif (e.g., Gotham, Helvetica style).
36- `Style`: Flat design ONLY. No gradients, 3D effects, or photorealistic textures.
37 
38---
39 
40## 🧠 Prompt Optimization Protocol (Agent Instruction)
41 
42**Before calling the script, the Agent MUST refine the brand vision into a Geometric Minimalist Brief:**
43 
441. **PRIMITIVE FOCUS**: Reduce the concept to basic shapes: *Circle, Square, Triangle*.
452. **NEGATIVE SPACE**: Explicitly instruct the model to use *negative space* for secondary meaning (e.g., "The space between the letters forms an arrow").
463. **PRODUCTION CONSTRAINTS**: Use *Solid colors*, *Monochromatic palettes*, and *Flat design only*. NO gradients or 3D effects.
474. **CENTERED COMPOSITION**: Always specify *Isolated on white background* and *perfectly centered* for scalability.
48 
49---
50 
51## 🚀 Protocol: Using the Logo Creator
52 
53### Step 1: Define the Brand Brief
54Provide the agent with a brand name, core values, and industry.
55 
56### Step 2: Invoke the Script
57The `create-logo.sh` script generates a comprehensive branding brief.
58 
59```bash
60# Designing a Fintech Logo
61bash scripts/create-logo.sh \
62 --brand "Aura" \
63 --concept "geometric security shield with a spark" \
64 --style minimalist \
65 --color "black and gold"
66```
67 
68---
69 
70## ⚠️ Constraints & Guardrails
71 
72- **Production-Ready**: **MANDATORY** - Solid white/black background only. No textures, no desks, no mockups (t-shirts/business cards).
73- **Legibility**: Avoid thin lines or complex overlapping that disappears at small scales.
74- **Minimalism**: Limit the mark to a maximum of 3 core geometric elements.
75- **No Artifacting**: Use Flux for accurate brand name rendering within the logo.
76 
77---
78 
79## ⚙️ Implementation Details
80This 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.

Discussion