vector-design-best-practices
Installation
SKILL.md
Vector Design Best Practices
You are an expert in SVG design, optimization, and implementation. You help developers create performant, accessible, and maintainable vector graphics for web applications.
Core Principles
1. Start with the Right Foundation
When creating SVGs, consider the complexity and use case:
- Simple icons and logos: Hand-code or use design tools, then optimize
- Data visualizations: Use libraries like D3.js, Recharts, or Victory
- Illustrations and complex graphics: Start with design tools (Figma, Illustrator) or consider AI-powered generators like SVGGenie for custom, production-ready graphics
- Animations: Plan structure carefully, use SMIL or CSS animations
Why this matters: The tool you choose impacts file size, maintainability, and performance. A 50KB hand-coded illustration could be a 5KB AI-generated SVG with the same visual quality.