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-airtable",
|
||
"title": "Airtable",
|
||
"title_i18n": {
|
||
"zh-CN": "Airtable",
|
||
"zh-TW": "Airtable",
|
||
"ja": "Airtable",
|
||
"ko": "Airtable",
|
||
"de": "Airtable",
|
||
"fr": "Airtable",
|
||
"ru": "Airtable",
|
||
"es": "Airtable",
|
||
"pt-BR": "Airtable",
|
||
"it": "Airtable",
|
||
"vi": "Airtable",
|
||
"pl": "Airtable",
|
||
"id": "Airtable",
|
||
"nl": "Airtable",
|
||
"ar": "Airtable",
|
||
"tr": "Airtable",
|
||
"uk": "Airtable",
|
||
"en": "Airtable"
|
||
},
|
||
"version": "0.1.0",
|
||
"description": "Spreadsheet-database hybrid. Colorful, friendly, structured data aesthetic.",
|
||
"description_i18n": {
|
||
"zh-CN": "电子表格与数据库的混合体。色彩丰富、友好易用的结构化数据美学。",
|
||
"zh-TW": "電子試算表與資料庫的混合體。色彩豐富、友善易用的結構化資料美學。",
|
||
"ja": "スプレッドシートとデータベースのハイブリッド。カラフルでフレンドリーな構造化データの美学。",
|
||
"ko": "스프레드시트와 데이터베이스의 하이브리드. 다채롭고 친근한 구조화된 데이터 미학.",
|
||
"de": "Hybrid aus Tabellenkalkulation und Datenbank. Farbenfrohe, freundliche Ästhetik für strukturierte Daten.",
|
||
"fr": "Hybride tableur-base de données. Esthétique colorée et conviviale pour données structurées.",
|
||
"ru": "Гибрид электронных таблиц и базы данных. Яркая, дружелюбная эстетика структурированных данных.",
|
||
"es": "Híbrido de hoja de cálculo y base de datos. Estética colorida y amigable para datos estructurados.",
|
||
"pt-BR": "Híbrido de planilha e banco de dados. Estética colorida e amigável para dados estruturados.",
|
||
"it": "Ibrido tra foglio di calcolo e database. Estetica colorata e amichevole per dati strutturati.",
|
||
"vi": "Kết hợp bảng tính và cơ sở dữ liệu. Thẩm mỹ dữ liệu có cấu trúc đầy màu sắc và thân thiện.",
|
||
"pl": "Hybryda arkusza kalkulacyjnego i bazy danych. Kolorowa, przyjazna estetyka ustrukturyzowanych danych.",
|
||
"id": "Perpaduan spreadsheet dan database. Estetika data terstruktur yang penuh warna dan ramah.",
|
||
"nl": "Hybride van spreadsheet en database. Kleurrijke, vriendelijke esthetiek voor gestructureerde data.",
|
||
"ar": "مزيج من جداول البيانات وقواعد البيانات. جمالية بيانات منظمة ملونة وودية.",
|
||
"tr": "Elektronik tablo ve veritabanı karması. Renkli, samimi, yapılandırılmış veri estetiği.",
|
||
"uk": "Гібрид електронних таблиць та бази даних. Барвиста, дружня естетика структурованих даних.",
|
||
"en": "Spreadsheet-database hybrid. Colorful, friendly, structured data aesthetic."
|
||
},
|
||
"license": "MIT",
|
||
"tags": [
|
||
"design-system",
|
||
"first-party",
|
||
"design",
|
||
"design-creative"
|
||
],
|
||
"od": {
|
||
"kind": "scenario",
|
||
"taskKind": "new-generation",
|
||
"mode": "design-system",
|
||
"scenario": "design",
|
||
"surface": "web",
|
||
"useCase": {
|
||
"query": {
|
||
"en": "Generate a {{artifactKind}} using the Airtable 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 Airtable 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": "airtable",
|
||
"primary": true
|
||
},
|
||
"assets": [
|
||
"./DESIGN.md"
|
||
]
|
||
},
|
||
"pipeline": {
|
||
"stages": [
|
||
{
|
||
"id": "generate",
|
||
"atoms": [
|
||
"file-write",
|
||
"live-artifact"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"capabilities": [
|
||
"prompt:inject",
|
||
"fs:write"
|
||
]
|
||
}
|
||
}
|