Generate SVG graphics using Gemini 3.0 Pro Preview.
/plugin marketplace add b-open-io/gemskills/plugin install gemskills@b-open-ioThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/generate.tsGenerate SVG graphics using Gemini 3.0 Pro Preview.
Use this skill when the user asks to:
bun run scripts/generate.ts "prompt" [options]
--instructions <text> - Custom system instructions--output <path> - Output path (default: output.svg)# Simple SVG generation
bun run scripts/generate.ts "minimalist mountain logo"
# With custom instructions
bun run scripts/generate.ts "geometric pattern" --instructions "Use only blue and green colors"
# Save to specific file
bun run scripts/generate.ts "company logo" --output logo.svg
Uses gemini-3-pro-preview for SVG generation.