muapi-logo-creator ยท diff
git:20260225.0ea9980 to git:20260225.aba3bf6
55 added, 14 removed. Audit C to C.
# ๐ผ๏ธ Logo Creator Skill
- **Design minimalist, vector-ready logos in seconds.**
- Generates clean, scalable brand marks suitable for startups, apps, and products.
+ **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.
- ## ๐ Usage
+ ## Core Competencies
- ```bash
- # Generate a simple tech startup logo
- bash scripts/create-logo.sh --brand "CloudSync" --concept "cloud with sync arrows" --style minimalist --color "blue on white"
+ 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.
- # Create a mascot logo
- bash scripts/create-logo.sh --brand "PizzaFox" --concept "fox eating pizza" --style mascot
+ ---
+
+ ## ๐๏ธ 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."
+ - `Typography`: Pair marks with clean Geometric Sans-Serif (e.g., Gotham, Helvetica style).
+ - `Style`: Flat design ONLY. No gradients, 3D effects, or photorealistic textures.
+
+ ---
+
+ ## ๐ 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.
+
+ ```bash
+ # Designing a Fintech Logo
+ bash scripts/create-logo.sh \
+ --brand "Aura" \
+ --concept "geometric security shield with a spark" \
+ --style minimalist \
+ --color "black and gold"
```
- ## โจ Expert Features
- - **Negative Prompting**: Suppresses 3D rendering, shading, and realistic textures for true vector feel.
- - **Brand Consistency**: Uses specific keywords (`flat`, `geometric`, `centered`) for professional results.
- - **Text Handling**: Leverages Flux models for surprisingly accurate brand name rendering.
+ ---
- ## โ๏ธ How it Works
- Wraps the `core/media/generate-image.sh` primitive with an expert branding brief.
+ ## โ ๏ธ 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.