nexu-io--open-design
113 行
4.5 KiB
JSON
113 行
4.5 KiB
JSON
{
|
||
"$schema": "https://open-design.ai/schemas/plugin.v1.json",
|
||
"specVersion": "1.0.0",
|
||
"name": "design-system-github",
|
||
"title": "GitHub",
|
||
"title_i18n": {
|
||
"zh-CN": "GitHub",
|
||
"zh-TW": "GitHub",
|
||
"ja": "GitHub",
|
||
"ko": "GitHub",
|
||
"de": "GitHub",
|
||
"fr": "GitHub",
|
||
"ru": "GitHub",
|
||
"es": "GitHub",
|
||
"pt-BR": "GitHub",
|
||
"it": "GitHub",
|
||
"vi": "GitHub",
|
||
"pl": "GitHub",
|
||
"id": "GitHub",
|
||
"nl": "GitHub",
|
||
"ar": "GitHub",
|
||
"tr": "GitHub",
|
||
"uk": "GitHub",
|
||
"en": "GitHub"
|
||
},
|
||
"version": "0.1.0",
|
||
"description": "Code-forward platform. Functional density, blue-on-white precision, Primer foundations.",
|
||
"description_i18n": {
|
||
"zh-CN": "代码优先平台。功能密度高,蓝白配色精准,基于 Primer 设计体系。",
|
||
"zh-TW": "程式碼優先平台。功能密度高,藍白配色精準,基於 Primer 設計體系。",
|
||
"ja": "コード中心のプラットフォーム。機能密度が高く、青と白の精密なデザイン、Primerの基盤を採用。",
|
||
"ko": "코드 중심 플랫폼. 높은 기능 밀도, 청백 색상의 정밀함, Primer 기반 설계.",
|
||
"de": "Code-zentrierte Plattform. Hohe funktionale Dichte, Blau-Weiß-Präzision, Primer-Grundlagen.",
|
||
"fr": "Plateforme orientée code. Densité fonctionnelle, précision bleu sur blanc, fondations Primer.",
|
||
"ru": "Платформа, ориентированная на код. Высокая функциональная плотность, синяя на белом точность, основы Primer.",
|
||
"es": "Plataforma centrada en código. Alta densidad funcional, precisión azul sobre blanco, fundamentos Primer.",
|
||
"pt-BR": "Plataforma focada em código. Alta densidade funcional, precisão azul sobre branco, fundamentos Primer.",
|
||
"it": "Piattaforma incentrata sul codice. Alta densità funzionale, precisione blu su bianco, fondamenti Primer.",
|
||
"vi": "Nền tảng tập trung vào code. Mật độ chức năng cao, chính xác xanh trên trắng, nền tảng Primer.",
|
||
"pl": "Platforma skoncentrowana na kodzie. Wysoka gęstość funkcjonalna, precyzja niebieski na białym, fundamenty Primer.",
|
||
"id": "Platform berbasis kode. Kepadatan fungsional tinggi, presisi biru di atas putih, fondasi Primer.",
|
||
"nl": "Code-gerichte platform. Hoge functionele dichtheid, blauw-op-wit precisie, Primer-fundamenten.",
|
||
"ar": "منصة تركز على الأكواد. كثافة وظيفية عالية، دقة الأزرق على الأبيض، أساسيات Primer.",
|
||
"tr": "Kod odaklı platform. Yüksek fonksiyonel yoğunluk, beyaz üzerine mavi hassasiyet, Primer temelleri.",
|
||
"uk": "Платформа, орієнтована на код. Висока функціональна щільність, синьо-біла точність, основи Primer.",
|
||
"en": "Code-forward platform. Functional density, blue-on-white precision, Primer foundations."
|
||
},
|
||
"license": "MIT",
|
||
"tags": [
|
||
"design-system",
|
||
"first-party",
|
||
"design",
|
||
"developer-tools"
|
||
],
|
||
"od": {
|
||
"kind": "scenario",
|
||
"taskKind": "new-generation",
|
||
"mode": "design-system",
|
||
"scenario": "design",
|
||
"surface": "web",
|
||
"useCase": {
|
||
"query": {
|
||
"en": "Generate a {{artifactKind}} using the GitHub design system. Stay faithful to its colour palette, typography, spacing, iconography, and component vocabulary as documented in DESIGN.md.",
|
||
"zh-CN": "使用这个插件完成以下任务:Generate a {{artifactKind}} using the GitHub design system. Stay faithful to its colour palette, typography, spacing, iconography, and component vocabulary as documented in DESIGN.md."
|
||
}
|
||
},
|
||
"inputs": [
|
||
{
|
||
"name": "artifactKind",
|
||
"label": "Artifact kind",
|
||
"type": "select",
|
||
"options": [
|
||
"landing page",
|
||
"dashboard",
|
||
"marketing site",
|
||
"app screen"
|
||
],
|
||
"default": "landing page"
|
||
},
|
||
{
|
||
"name": "brief",
|
||
"label": "Brief",
|
||
"type": "text",
|
||
"placeholder": "What should the page communicate?"
|
||
}
|
||
],
|
||
"context": {
|
||
"designSystem": {
|
||
"ref": "github",
|
||
"primary": true
|
||
},
|
||
"assets": [
|
||
"./DESIGN.md"
|
||
]
|
||
},
|
||
"pipeline": {
|
||
"stages": [
|
||
{
|
||
"id": "generate",
|
||
"atoms": [
|
||
"file-write",
|
||
"live-artifact"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"capabilities": [
|
||
"prompt:inject",
|
||
"fs:write"
|
||
]
|
||
}
|
||
}
|