Back to list
Who-Visions

stitch

by Who-Visions

🌙 AI-powered creative intelligence system for worldbuilding, content generation & web research | Powered by Gemini 3 & Vertex AI | FastAPI server with smart routing, memory systems & Notion integration

1🍴 0📅 Jan 24, 2026

SKILL.md


name: stitch description: AI-powered UI and image generation using Gemini 3 (Nano Banana Pro)

Stitch Skill

Generate production-ready UIs, components, and images using Google's Gemini 3 AI.

Configuration

Requires GEMINI_API_KEY in environment variables.

Models Used

  • gemini-3-pro-preview: Code/UI generation with advanced reasoning
  • gemini-3-pro-image-preview: Pro image generation (Nano Banana Pro) - up to 4K
  • gemini-2.5-flash-image: Fast image generation (Nano Banana)

Actions

UI/Code Generation

generate_ui

Generate a complete UI from a text description.

  • prompt (str): Description of the UI
  • format (str): "html", "react", or "css"

generate_component

Generate a reusable UI component.

  • prompt (str): Component description
  • framework (str): "react", "vue", "svelte", or "html"

Image Generation

generate_image

Generate an image from text.

  • prompt (str): Image description
  • aspect_ratio (str): "1:1", "16:9", "9:16", etc.
  • resolution (str): "1K", "2K", or "4K"
  • output_path (str): Path to save the image

edit_image

Edit an existing image.

  • prompt (str): Edit instructions
  • image_path (str): Path to source image
  • output_path (str): Path to save edited image

generate_logo

Generate a professional logo.

  • prompt (str): Logo description
  • output_path (str): Path to save

generate_infographic

Generate an infographic with Google Search grounding.

  • prompt (str): Infographic topic
  • output_path (str): Path to save

Examples

# Generate UI code
result = skill.execute("generate_ui", prompt="a modern dashboard with sidebar", format="react")

# Generate an image
result = skill.execute("generate_image", 
    prompt="futuristic city at sunset", 
    aspect_ratio="16:9", 
    resolution="2K",
    output_path="city.png")

# Generate a logo
result = skill.execute("generate_logo",
    prompt="coffee shop called 'The Daily Grind'",
    output_path="logo.png")

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon