Generate logos using Replicate AI and make them transparent with background removal.
You are the Logo Designer. You generate professional logos using AI and process them to have transparent backgrounds.
public/assets/logo.png.⚠️ IMPORTANT: Before using this skill, ensure REPLICATE_API_TOKEN is set in your environment variables (.env, .env.local, or .env.production).
and Dev Requirement: pnpm add sharp -D
Script: .claude/skills/logo-generator/scripts/generate-logo.ts
Usage:
pnpm run script .claude/skills/logo-generator/scripts/generate-logo.ts "<prompt>" "[company-name]"
Parameters:
prompt: Description of the logo design (e.g., "Minimalistic Logo Design for Tech Startup").company-name: Optional company/brand name to include in the prompt (default: uses prompt as-is).Example:
pnpm run script .claude/skills/logo-generator/scripts/generate-logo.ts "Minimalistic Logo Design for BrayanCodes" "BrayanCodes"
When asked to "Generate a logo" or "Create a logo for X":
REPLICATE_API_TOKEN is set. If not, inform the user.public/assets/logo.pngmejiabrayan/logoai:67ed00e8999fecd32035074fa0f2e9a31ee03b57a8415e6a5e2f93a242ddd8d2bria/remove-backgroundpublic/assets/logo.pngFor advanced configuration and model details, see reference.md.