AugmentClaude

Logo Creator

Generate minimalist, scalable vector logos using geometric shapes and negative space.

Installation

  1. Make sure Claude is on your device and in your terminal.

    Skills load from ~/.claude/skills/ when Claude Code starts up — so you need it on your machine first. If you don't have it yet, install it once with the command below, then run claude in any terminal to verify.

    One-time setup
    npm i -g @anthropic-ai/claude-code

    Already have it? Skip ahead.

  2. Paste into Claude Code or into your terminal.

    This copies the whole skill folder into ~/.claude/skills/muapi-logo-creator-samuraigpt/ — the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.

    Faster alternative (instruction-only skills)

    Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates — they won't be downloaded and the skill will fail when it tries to load them.

    Quick install (SKILL.md only)
    Sign up to copy
  3. Restart Claude Code.

    Quit and reopen Claude Code (or any other agent that loads from ~/.claude/skills/). New skills are picked up on startup.

  4. Just ask Claude.

    Skills auto-activate when your request matches the skill's description — no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the “What this skill does” section above.

Prefer to read the source first? Open on GitHub.

When Claude uses it

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

What this skill does

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

🏗️ Technical Specification

1. Logo Taxonomy Table

Logo TypeStyleBest ForFocus
Pictorial MarkSymbolicEstablished BrandsIconic Recognition
Abstract MarkGeometricTech/ModernConcept/Feeling
Lettermark/MonogramTypographicLong NamesInitials/Font Style
EmblemTraditionalInstitutions/CafeDetail/Badge
MascotCharacterCommunities/GamingPersonality

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.

🧠 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.
  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.

🚀 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.

# Designing a Fintech Logo
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.

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

Related skills