archive
Archive session learnings, debugging solutions, and deployment logs to .archive/yyyy-mm-dd/ as indexed markdown with searchable tags. Use when completing a…
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 -y skills add ReScienceLab/opc-skills --skill logo-creator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/logo-creatorContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: logo-creator description: 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.
Create professional logos through AI image generation with an iterative design process.
**Required API Keys (set in environment):**
**Required Skills:**
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:**
Before generating, gather requirements from user:
**Ask about:** 1. **Project/Brand name** - What is the logo for? 2. **Style preference** - See [references/styles.md](./references/styles.md) for options:
3. **Aspect ratio** - Default is 1:1 (square), options:
4. **Color preferences**:
5. **Reference images** - Any existing logos or styles to reference?
**Wait for user confirmation before proceeding!**
Generate 20 logo variations (default) using the `nanobanana` skill:
# Generate single logo
python3 <nanobanana_skill_dir>/scripts/generate.py "{style} logo for {brand}, {description}, {colors}" \
--ratio 1:1 -o .skill-archive/logo-creator/<date-name>/logo-01.png
# Batch generate 20 logos
python3 <nanobanana_skill_dir>/scripts/batch_generate.py "{style} logo for {brand}, {description}, {colors}" \
-n 20 --ratio 1:1 -d .skill-archive/logo-creator/<date-name> -p logo**Guidelines:**
**Prompt Tips:**
Copy the preview template and open in browser:
cp <skill_dir>/templates/preview.html .skill-archive/logo-creator/<yyyy-mm-dd-summaryname>/preview.html
Then open in default browser:
open .skill-archive/logo-creator/<yyyy-mm-dd-summaryname>/preview.html
**IMPORTANT:** Update the HTML to include the correct number of logos generated.
Ask user which logos they prefer:
Based on feedback: 1. Generate 10-20 more variations of favorite styles 2. Use naming: `logo-{original}-v{n}.png` (e.g., `logo-05-v1.png`) 3. Update HTML preview 4. Repeat until user selects final logo
Once user approves a logo, process it:
**5a. Crop whitespace (make 1:1 with no margins):**
python3 <skill_dir>/scripts/crop_logo.py {input.png} {output-cropped.png}**5b. Remove background:**
python3 <skill_dir>/scripts/remove_bg.py {input.png} {output-nobg.png}**5c. Convert to SVG:**
python3 <skill_dir>/scripts/vectorize.py {input.png} {output.svg}Present final deliverables:
## Final Logo Assets | File | Description | Size | |------|-------------|------| | logo.png | Original | 1024x1024 | | logo-cropped.png | No margins, 1:1 | ~800x800 | | logo-nobg.png | Transparent background | ~800x800 | | logo.svg | Vector (scalable) | ~20KB | All files saved to: `.skill-archive/logo-creator/<yyyy-mm-dd-summaryname>/` Copy final logo to user's desired location.
**Pixel Art:**
Pixel art {subject} logo, 8-bit retro style, black pixels on white background, {size}x{size} grid, minimalist icon**Minimalist:**
Minimalist {subject} logo, flat design, clean lines, {color} on white, simple geometric shapes**Mascot:**
Cute {animal/character} mascot logo, friendly expression, {style} style, {colors}, suitable for brand icon**Lettermark:**
Letter "{letter}" logo, modern typography, {style} design, {colors}, clean professional lookAI Agent Skills for Solopreneurs, Indie Hackers, and One-Person Companies Extend Claude Code, Cursor, Codex, and more with automation skills.
Archive session learnings, debugging solutions, and deployment logs to .archive/yyyy-mm-dd/ as indexed markdown with searchable tags. Use when completing a…
Create banners using AI image generation. Discuss format/style, generate variations, iterate with user feedback, crop to target ratio. Use when user wants to…
Search domains, compare prices, find promo codes, get purchase recommendations. Use when user wants to buy a domain, check domain prices, find domain deals,…
Generate and edit images using Google Gemini 3 Pro Image (Nano Banana Pro). Supports text-to-image, image editing, various aspect ratios, and high-resolution…
Search and retrieve content from Product Hunt. Get posts, topics, users, and collections via the GraphQL API. Use when user mentions Product Hunt, PH, or…
Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API. Use when user mentions Reddit, a…