logo-creator
Create logos using AI image generation. Discuss style/ratio, generate variations, iterate with user feedback, crop, remove background, and export as SVG. Use when user wants to create a logo, icon, favicon, brand mark, mascot, emblem, or design a logo.
npx skills add ReScienceLab/opc-skills --skill logo-creator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Logo Creator Skill Create professional logos through AI image generation with an iterative design process. ## Prerequisites **Required API Keys (set in environment):** - `GEMINI_API_KEY` - Get from [Google AI Studio](https://aistudio.google.com/apikey) - `REMOVE_BG_API_KEY` - Get from [remove.bg](https://www.remove.bg/api) - `RECRAFT_API_KEY` - Get from [recraft.ai](https://www.recraft.ai/) **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
- Prerequisites
- File Output Location
- Workflow
- Step 1: Discovery & Requirements
- Step 2: Generate Logo Variations
- Step 3: Create HTML Preview
- Step 4: Iterate with User
- Step 5: Finalize Logo
- Step 6: Deliver Final Assets
- Quick Reference
- Common Prompt Patterns
- Supported Aspect Ratios
- References
Generate single logo
python3 <nanobanana_skill_dir>/scripts/generate.py "{style} logo for {brand}, {description}, {colors}" \
Batch generate 20 logos
python3 <nanobanana_skill_dir>/scripts/batch_generate.py "{style} logo for {brand}, {description}, {colors}" \
cp <skill_dir>/templates/preview.html .skill-archive/logo-creator/<yyyy-mm-dd-summaryname>/preview.html
open .skill-archive/logo-creator/<yyyy-mm-dd-summaryname>/preview.html
python3 <skill_dir>/scripts/crop_logo.py {input.png} {output-cropped.png}
python3 <skill_dir>/scripts/remove_bg.py {input.png} {output-nobg.png}
python3 <skill_dir>/scripts/vectorize.py {input.png} {output.svg}What does the logo-creator skill do?
Create logos using AI image generation. Discuss style/ratio, generate variations, iterate with user feedback, crop, remove background, and export as SVG. Use when user wants to create a logo, icon, favicon, brand mark, mascot, emblem, or design a logo.
How do I install it?
Run `npx skills add ReScienceLab/opc-skills --skill logo-creator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ReScienceLab/opc-skills, a repository with 1,192 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
