项目文件夹

文件
wehub-resource-sync 070959e133
landing-page-staging / Deploy landing page to staging (push) Has been skipped
landing-page-ci / Validate landing page (push) Failing after 4s
visual-baseline / Capture visual baselines (push) Has been cancelled
bake-plugin-previews / Bake plugin previews (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:00:47 +08:00

89 行
2.4 KiB
JSON

{
"$schema": "https://open-design.ai/schemas/marketplace.v1.json",
"specVersion": "1.0.0",
"name": "open-design-spec-examples",
"version": "0.1.0",
"owner": {
"name": "Open Design Spec Examples",
"url": "https://github.com/nexu-io/open-design"
},
"metadata": {
"description": "Example plugin spec catalog for authoring and PR workflows.",
"version": "0.1.0"
},
"plugins": [
{
"name": "import-screenshot-to-prototype",
"source": "./import-screenshot-to-prototype",
"version": "0.1.0",
"tags": ["import", "screenshot", "prototype"]
},
{
"name": "create-prototype-dashboard",
"source": "./create-prototype-dashboard",
"version": "0.1.0",
"tags": ["create", "prototype", "dashboard"]
},
{
"name": "create-slides-pitch",
"source": "./create-slides-pitch",
"version": "0.1.0",
"tags": ["create", "deck", "slides"]
},
{
"name": "create-live-artifact-ops",
"source": "./create-live-artifact-ops",
"version": "0.1.0",
"tags": ["create", "live-artifact", "dashboard"]
},
{
"name": "create-image-campaign",
"source": "./create-image-campaign",
"version": "0.1.0",
"tags": ["create", "image", "campaign"]
},
{
"name": "create-video-storyboard",
"source": "./create-video-storyboard",
"version": "0.1.0",
"tags": ["create", "video", "storyboard"]
},
{
"name": "create-hyperframes-launch",
"source": "./create-hyperframes-launch",
"version": "0.1.0",
"tags": ["create", "video", "hyperframes"]
},
{
"name": "export-nextjs-handoff",
"source": "./export-nextjs-handoff",
"version": "0.1.0",
"tags": ["export", "nextjs", "handoff"]
},
{
"name": "share-github-pr",
"source": "./share-github-pr",
"version": "0.1.0",
"tags": ["share", "github-pr", "pull-request"]
},
{
"name": "deploy-vercel-static",
"source": "./deploy-vercel-static",
"version": "0.1.0",
"tags": ["deploy", "vercel", "static"]
},
{
"name": "refine-critique-loop",
"source": "./refine-critique-loop",
"version": "0.1.0",
"tags": ["refine", "critique", "patch-edit"]
},
{
"name": "extend-plugin-author",
"source": "./extend-plugin-author",
"version": "0.1.0",
"tags": ["extend", "plugin-authoring", "spec-plugin"]
}
]
}