svg-logo-generator
Installation
SKILL.md
SVG Logo Generator
Workflow
Before writing any code, follow these steps:
1. Design Analysis
- Analyze the user's request to determine key visual metaphors
- Decide on a color palette using Hex codes
- Plan geometric composition (primitives: circles, rects, paths)
2. SVG Configuration
- Define standard canvas size (e.g., 512x512)
- Always use
viewBoxfor scalability and responsiveness - Ensure correct XML namespace:
xmlns="http://www.w3.org/2000/svg"