Agent skill · Content & Marketing

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.

ReScienceLabgithub.com/ReScienceLabGitHub ↗
claude-codeships scriptsApache-2.0
Install
npx skills add ReScienceLab/opc-skills --skill logo-creator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 25
SKILL.md size: 6 KB
Bundled scripts: yes
Path: skills/logo-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,192
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prerequisites
  2. File Output Location
  3. Workflow
  4. Step 1: Discovery & Requirements
  5. Step 2: Generate Logo Variations
  6. Step 3: Create HTML Preview
  7. Step 4: Iterate with User
  8. Step 5: Finalize Logo
  9. Step 6: Deliver Final Assets
  10. Quick Reference
  11. Common Prompt Patterns
  12. Supported Aspect Ratios
  13. References
Ships with 24 files
  • .claude-plugin/plugin.json
  • examples/images/logo-01.png
  • examples/images/logo-02.png
  • examples/images/logo-03.png
  • examples/images/logo-04.png
  • examples/images/logo-05.png
  • examples/images/logo-06.png
  • examples/images/logo-07.png
  • examples/images/logo-08.png
  • examples/images/logo-09-v1.png
  • examples/images/logo-09-v2.png
  • examples/images/logo-09-v3.png
  • examples/images/logo-09-v4.png
  • examples/images/logo-09-v5.png
  • examples/images/logo-09-v6.png
  • examples/images/logo-09.png
  • examples/images/opc-logo-final.svg
  • examples/images/opc-logo-selected.png
  • examples/opc-logo-creation.md
  • references/styles.md
  • scripts/crop_logo.py
  • scripts/remove_bg.py
  • scripts/vectorize.py
  • templates/preview.html
first 24 of 25
Commands it runs
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}
More from opc-skills
All skills →
About this skill
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.

Keep going