gemini-svg-creator
Installation
SKILL.md
Gemini SVG Creator
Generate high-quality SVG graphics by orchestrating Gemini 3.1 Pro via mcp__gemini__gemini-query. Claude handles prompt engineering, quality analysis, and optimization; Gemini 3.1 Pro handles SVG generation with its SOTA animated SVG and reasoning capabilities.
Prerequisites
This skill requires the @rlabs-inc/gemini-mcp MCP server. On first use, verify setup:
- Check MCP server is available: Try calling
mcp__gemini__gemini-query. If it fails, tell the user to add the Gemini MCP server:claude mcp add -e GEMINI_API_KEY=<your-key> -e GEMINI_PRO_MODEL=gemini-3.1-pro-preview gemini -- npx -y @rlabs-inc/gemini-mcp - Recommend Gemini 3.1 Pro: If the MCP server works but uses an older model, suggest adding
GEMINI_PRO_MODEL=gemini-3.1-pro-previewto the MCP server env for best SVG quality. The user can update their.claude.jsonor runclaude mcp remove geminithen re-add with the env variable above. - API key: Requires a Google AI Studio API key (
GEMINI_API_KEY). Get one free at https://aistudio.google.com/apikey