← Back to list

generate-svg
by b-open-io
Gemini 3.0 Pro Preview skills for Claude Code - design analysis, spatial awareness, visual critique
⭐ 1🍴 0📅 Jan 23, 2026
SKILL.md
name: Generate SVG description: This skill should be used when the user asks to "generate SVG", "create SVG", "make a logo", "create vector graphics", "generate icon", "make vector illustration", or needs scalable vector graphics generated via AI.
Generate SVG
Generate SVG graphics using Gemini 3.0 Pro Preview.
When to Use
Use this skill when the user asks to:
- Create SVG graphics, logos, or icons
- Generate vector illustrations
- Create scalable graphics
Usage
cd ${CLAUDE_PLUGIN_ROOT}/skills/generate-svg && bun run scripts/generate.ts "prompt" [options]
Options
--instructions <text>- Custom system instructions--output <path>- Output path (default: output.svg)
Examples
cd ${CLAUDE_PLUGIN_ROOT}/skills/generate-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
Model
Uses gemini-3-pro-preview for SVG generation.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon