Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By kyzdes
Google Stitch AI UI generation — brainstorm, generate, edit, iterate on UI designs from text prompts. Produces HTML with Tailwind CSS and PNG screenshots.
npx claudepluginhub kyzdes/claude-stitch-design --plugin stitch-designGenerate UI designs with Google Stitch AI. Use when user asks to create UI, design a page, prototype an interface, generate a screen, make a mockup, or mentions stitch or design prototyping. Conversational brainstorm-first workflow.
Edit an existing Stitch UI design. Use when user asks to modify, change, update, or refine an existing screen design such as changing headers, adding sidebars, or adjusting colors.
Extract design theme from a Stitch-generated HTML file. Use when user asks to extract Tailwind config, fonts, icons, or design tokens from a generated design.
Upload a wireframe, screenshot, or sketch to Google Stitch for digitization into a clean UI. Use when user provides an image file and asks to convert it to UI or digitize a sketch.
Admin access level
Server config contains admin-level keywords
Requires secrets
Needs API keys or credentials to function
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Deploy and manage applications on VPS servers with Dokploy. Use when the user wants to: set up a new VPS server, deploy a project from GitHub, manage domains/DNS, create databases, check server status, view logs, or remove deployed projects. Also use when the user mentions re-deploying, checking deploy status, adding environment variables, or troubleshooting a deployed app. Also triggers when users say things like "put this on my server", "I need hosting", "make this accessible online", "my site is down", "set up CI/CD for deployment", or anything related to getting code running on a remote server. Triggers on: VPS, deploy, server setup, Dokploy, hosting, domain, DNS, redeploy, server status, deploy logs, "put online", "host this", "site down", CI/CD.
Cross-platform (macOS + Windows + Linux) secrets manager skill: stores API keys, SSH keys, server creds, and domain info in the OS-native credential store (macOS Keychain / Windows Credential Manager / Linux Secret Service, encrypted-file fallback on headless servers) via the `keys` CLI. Agents architecturally cannot reveal plaintext (Sealed wrapper + env-gated reveal). First-class Claude Code skill; `keys init` emits equivalent rule files for Cursor, Aider, Codex CLI, and Cline.
Teach AI agents to work the Agentix issue tracker over MCP: orient with get_started + the wiki index, load one issue with get_context, and file well-specced issues (task-spec + checklist). Ships the full tool reference, a task-creation template, the index convention, and common workflows.
Extract flight + hotel data from Aviasales / Ostrovok links and compile into a self-contained HTML itinerary with XLSX/PDF export. Triggers on avs.io / aviasales.ru / corp.ostrovok.ru links and Russian travel keywords.
Instrument an app with SentryX over MCP: error tracking + distributed tracing + product analytics/funnels, correlated by trace_id. Use to "instrument my app", do "error tracking" or "distributed tracing", "define a funnel" / "product analytics", "trace debugging", "set up Sentry / SentryX", wire up "OTLP", or "fix this bug with SentryX". Teaches the connect-once flow (remote Streamable-HTTP MCP, Bearer org token), the instrument flow (detect stack → 5 product questions → create_project → instrument_hint → apply error+OTLP+track() snippets → define_event/funnel/feature → verify get_funnel), and the fix-bugs flow (search_issues → prepare_fix_bundle). Ships the full MCP tool reference, per-stack copy-paste snippets, and end-to-end recipes.
Generate, edit, and iterate on UI designs from natural language using Google Stitch AI, right inside Claude Code.
Describe what you want. Get production-ready HTML with Tailwind CSS and a PNG preview. Refine with follow-up prompts.
This plugin connects Google Stitch's AI design engine to Claude Code through a conversational workflow:
Every output is a self-contained HTML file (inline Tailwind CSS, Google Fonts, Material Symbols) that opens directly in a browser.
# Install the plugin
claude plugin install kyzdes/claude-stitch-design
# Restart Claude Code, then:
/stitch-setup
# Paste your API key (get one at https://stitch.withgoogle.com/settings)
That's it. The MCP server connects automatically on next session start.
> /stitch-design
> I need a booking page for a mentoring platform — calendar view,
time slot picker, mentor profile card on the side. Sage and amber palette.
Claude brainstorms details, composes an optimized prompt, generates the design, downloads HTML + PNG, and shows an inline preview — all in one conversation.
> /stitch-upload
> Here's my hand-drawn wireframe [attaches sketch.png].
Turn it into a clean Material Design interface, mobile layout.
Stitch interprets the sketch and produces a polished HTML screen.
> /stitch-edit
> Make the sidebar collapsible and change the header to dark blue.
Each edit creates a new screen — the original is always preserved.
> Show me 3 variants with different color schemes and layouts.
Get multiple design directions from a single screen to compare side by side.
> /stitch-theme
Extracts Tailwind config, Google Fonts imports, and Material Symbols icon list from any generated HTML — ready to drop into your project.
| Skill / Command | Description |
|---|---|
stitch-design | Full conversational flow: brainstorm, generate, iterate |
stitch-edit | Edit an existing screen with a follow-up prompt |
stitch-upload | Upload a wireframe/screenshot for AI digitization |
stitch-theme | Extract Tailwind config, fonts, and icons from a design |
/stitch-setup | Configure or update the API key |
/stitch-reset | Remove API key and/or clean project files |
User prompt
|
v
Claude Code (orchestrator)
|
v
stitch-proxy.mjs (stdio MCP proxy)
|
v
stitch.googleapis.com/mcp (Google Stitch API)
|
v
HTML + PNG artifacts --> local files + inline preview
Stitch doesn't support OAuth for Claude Code's HTTP MCP client, so the plugin runs a lightweight Node.js stdio proxy (StitchProxy from the official SDK) that handles API key authentication transparently.
./stitch-output/
mentoring-booking/
calendar-view/
index.html # Self-contained HTML (Tailwind CSS)
preview.png # Screenshot
calendar-view-edit-1/
calendar-view-variant-1/
calendar-view-variant-2/
./stitch-design/
context-map.md # Project/screen registry (prevents duplicates)
prompts.md # Prompt history with timestamps
usage.json # Daily credit tracker
design-requirements.md # Brief from brainstorming
references/ # Uploaded wireframes/screenshots
stitch-design/
.claude-plugin/
plugin.json # Plugin metadata (v0.2.0)
marketplace.json # Marketplace manifest
.mcp.json # Stitch MCP — stdio proxy config
skills/
stitch-design/SKILL.md # Main skill: brainstorm -> generate -> iterate
stitch-edit/SKILL.md # Screen editing
stitch-upload/SKILL.md # Image upload & digitization
stitch-theme/SKILL.md # Theme extraction
commands/
stitch-setup.md # /stitch-setup command
stitch-reset.md # /stitch-reset command
scripts/
stitch-proxy.mjs # MCP stdio proxy
download.mjs # Artifact downloader (zero-dep)
extract-theme.mjs # Tailwind/Fonts/Icons parser (zero-dep)
setup-key.mjs # API key setup helper
package.json
node_modules/ # Committed — zero-setup installation