-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@booplex/stitch-kit",
"version": "1.12.0",
"description": "Your coding agent designs terrible UI. stitch-kit wires it into Google Stitch MCP and teaches it the whole pipeline — ideation, screen generation, design systems, production components. Claude Code, Codex, OpenCode, Crush, Cursor, VS Code, Gemini CLI.",
"bin": {
"stitch-kit": "./bin/stitch-kit.mjs",
"stitch-session": "./scripts/stitch-session.mjs"
},
"type": "module",
"files": [
"bin/",
"skills/",
"agents/",
"docs/",
"scripts/",
"hooks/",
".codex-plugin/",
"AGENTS.md",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"keywords": [
"agent-skills",
"ai-design",
"claude-code",
"claude-code-plugin",
"codex-cli",
"coding-agent",
"crush",
"cursor",
"design-agent",
"design-system",
"design-to-code",
"figma-alternative",
"gemini-cli",
"google-stitch",
"mcp",
"mcp-tools",
"model-context-protocol",
"nextjs",
"opencode",
"react-native",
"stitch",
"stitch-mcp",
"svelte",
"swiftui",
"text-to-ui",
"ui-design",
"ui-generation"
],
"author": "gabelul",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/gabelul/stitch-kit.git"
},
"homepage": "https://github.com/gabelul/stitch-kit#readme"
}