logo-creator

logo-creator is a skill for Claude Code from sutchan/Agent-Skills-Hub. It costs 59 tokens per session (1,623 once invoked), scanned A, a copy of logo-creator, MIT.

A step-by-step guide for creating logos with AI image generation. It covers gathering requirements, generating multiple versions, refining them, removing backgrounds, and preparing final files.

In plain words
What is it for?
Use it to define a brand direction, generate and compare logo options, crop or remove backgrounds, export SVG files, and save the finished assets.
Why use it?
It gives logo work a repeatable process and keeps drafts, iterations, previews, and approved exports together.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the logo-creator plugin — 1 skill shipped together

Good fit Use it to define a brand direction, generate and compare logo options, crop or remove backgrounds, export SVG files, and save the finished assets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sutchan/agent-skills-hub/logo-creator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sutchan/Agent-Skills-Hub --skill logo-creator
Clone the repo
git clone --depth 1 https://github.com/sutchan/Agent-Skills-Hub

Made for: Claude Code.

Or install logo-creator, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for logo-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/logo-creator/github.svg)](https://agentmods.dev/skills/sutchan/agent-skills-hub/logo-creator)
Your own site
<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/logo-creator"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/logo-creator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for logo-creator

Your own site · 80×15
<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/logo-creator"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/logo-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,623 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 94% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.01623
Opus 5 $0.00030 $0.00812
Sonnet 5 $0.00012 $0.00325
Haiku 4.5 $0.00006 $0.00162

Measured today against content hash 8e33e6e4277a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

logo-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/crop_logo.py, scripts/remove_bg.py, scripts/vectorize.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

94% identical to logo-creator — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/logo-creator/SKILL.md · 209 lines

How it starts

The opening of the file, as written. The whole thing — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Logo Creator Skill

Create professional logos through AI image generation with an iterative design process.

Prerequisites

Required API Keys (set in environment):

Required Skills:

  • nanobanana - AI image generation (Gemini 3 Pro Image)

File Output Location

All generated files should be saved to the .skill-archive directory:

.skill-archive/logo-creator/<yyyy-mm-dd-summaryname>/

Example:

.skill-archive/logo-creator/2026-01-18-opc-logo/
  logo-01.png
  logo-02.png
  ...
  logo-09-cropped.png
  logo-09-nobg.png
  logo-09.svg
  preview.html

Guidelines:

  • Use current date in format yyyy-mm-dd
  • Add short summary name (project/brand name, kebab-case)
  • Create directory before generating first logo
  • Keep all variations and iterations in same folder
  • Final approved logo should be copied to user's desired location

Workflow

Step 1: Discovery & Requirements

Before generating, gather requirements from user:

Ask about:

  1. Project/Brand name - What is the logo for?

  2. Style preference - See references/styles.md for options:

    • Pixel art / 8-bit retro
    • Minimalist / flat design
    • 3D / isometric
    • Hand-drawn / sketch
    • Mascot / character
    • Monogram / lettermark
    • Abstract / geometric
  3. Aspect ratio - Default is 1:1 (square), options:

    • 1:1 - Square (favicons, app icons)
    • 16:9 - Wide (headers, banners)
    • 4:3 - Standard
    • 2:3 - Portrait
  4. Color preferences:

    • Monochrome (black & white)
    • Specific brand colors
    • Let AI decide
  5. Reference images - Any existing logos or styles to reference?

Wait for user confirmation before proceeding!

Step 2: Generate Logo Variations

Generate 20 logo variations (default) using the nanobanana skill:

Read the full file on GitHub · 209 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · -5 lines · +48 tokens per session 8e33e6e4277a
  2. 6d ago First seen · 214 lines · 11 tokens per session scan A 706f10819296

Subscribe to this mod's changes

logo-creator is a skill published in the GitHub repository sutchan/Agent-Skills-Hub (2 stars, last pushed yesterday), licensed MIT. It adds 59 tokens to every session and 1,623 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to logo-creator, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

presentation-pro-designer

Classify the presentation type before selecting the deck structure. Use the user's prompt, uploaded files, project sources, templates, brand guides, data, and prior examples as the primary authority. Do not force a classroom lesson structure onto corporate, proposal, verification, or investor decks.

DXBMARK/presentation-pro-designer · 124 tokens

imagegen-frontend-web

Elite frontend image-direction skill for generating premium, conversion-aware website design references. CRITICAL OUTPUT RULE — generate ONE separate horizontal image FOR EVERY section. A landing page with 8 sections produces 8 images. Never compress multiple sections into one image. Enforces composition variety (not…

Leonxlnx/taste-skill · 126 tokens

visual-asset-design

A guide for turning character, scene, and prop ideas into prompts for generating consistent reference images. It covers layouts, camera views, visual identity, and continuity across image variations.

agentscope-ai/QwenPaw · 113 tokens

muapi-logo-creator

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

SamurAIGPT/Generative-Media-Skills · 29 tokens

muapi-photo-pack-generator

Generate a pack of professional or aesthetic photos from a single reference image while preserving the exact identity of the person.

SamurAIGPT/Generative-Media-Skills · 28 tokens

drawio-diagram

A tool for creating editable Draw.io diagrams, a file format used for flowcharts, system diagrams, and model illustrations.

xstongxue/best-skills · 104 tokens