Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add gabelul/stitch-kitnpx agentmods add plugins/gabelul/stitch-kit/marketplacegit clone --depth 1 https://github.com/gabelul/stitch-kitGrade A, and why
stitch-kit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "stitch-kit",
"owner": {
"name": "gabelul"
},
"metadata": {
"description": "Your agent designs terrible UI. stitch-kit wires it into Google Stitch MCP and teaches it the whole pipeline — ideation, research, multi-screen generation, design systems, and shipping to Next.js, Svelte, React, React Native, SwiftUI, or HTML.",
"version": "1.12.0"
},
"plugins": [
{
"name": "stitch-kit",
"description": "Everything — all 36 skills in one install.",
"source": "./",
"strict": true,
"skills": [
"./skills/stitch-orchestrator",
"./skills/stitch-ideate",
"./skills/stitch-ui-design-spec-generator",
"./skills/stitch-ui-prompt-architect",
"./skills/stitch-ui-design-variants",
"./skills/stitch-ued-guide",
"./skills/stitch-mcp-create-project",
"./skills/stitch-mcp-list-projects",
"./skills/stitch-mcp-get-project",
"./skills/stitch-mcp-generate-screen-from-text",
"./skills/stitch-mcp-list-screens",
"./skills/stitch-mcp-get-screen",
"./skills/stitch-mcp-delete-project",
"./skills/stitch-mcp-edit-screens",
"./skills/stitch-mcp-generate-variants",
"./skills/stitch-mcp-create-design-system",
"./skills/stitch-mcp-update-design-system",
"./skills/stitch-mcp-list-design-systems",
"./skills/stitch-mcp-apply-design-system",
"./skills/stitch-mcp-upload-design-md",
"./skills/stitch-mcp-create-design-system-from-design-md",
"./skills/stitch-nextjs-components",
"./skills/stitch-svelte-components",
"./skills/stitch-react-components",
"./skills/stitch-html-components",
"./skills/stitch-shadcn-ui",
"./skills/stitch-loop",
"./skills/stitch-remotion",
"./skills/stitch-react-native-components",
"./skills/stitch-swiftui-components",
"./skills/stitch-design-md",
"./skills/stitch-design-systWhat ships with it
1 file beside marketplace.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 57 lines scan A 5f6dff841e38
stitch-kit is a plugin published in the GitHub repository gabelul/stitch-kit (43 stars, last pushed 1mo ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other plugins, from other repositories
ssgoi
Official SSGOI skills for native app-like mobile web apps.
react-native
Create and edit React Native Storybook stories using Component Story Format (CSF). Includes controls reference, addon configuration, and portable story patterns.
sodam-design-kit
Figma 디자인을 shadcn/ui 코드로 만들고, 실제 브라우저 검증(Playwright+axe-core+3뷰포트)을 통과해야만 완료가 되는 Claude Code 디자인 자동화 킷.
design-to-ui-marketplace
Plugin marketplace listing 1 plugin: design-to-ui.
design-to-ui
Figma 디자인을 네이티브 UI(Android Compose/XML, iOS SwiftUI/UIKit)로 변환하는 스킬 모음. 에셋 다운로드, 디자인 시스템 토큰 매핑, 코드 변환까지 자동화합니다.
creating-reanimated-animations
React Native Reanimated animation code generator (v3 and v4).