{ "$schema": "https://open-design.ai/schemas/plugin.v1.json", "specVersion": "1.0.0", "name": "design-system-composio", "title": "Composio", "title_i18n": { "zh-CN": "Composio", "zh-TW": "Composio", "ja": "Composio", "ko": "Composio", "de": "Composio", "fr": "Composio", "ru": "Composio", "es": "Composio", "pt-BR": "Composio", "it": "Composio", "vi": "Composio", "pl": "Composio", "id": "Composio", "nl": "Composio", "ar": "Composio", "tr": "Composio", "uk": "Composio", "en": "Composio" }, "version": "0.1.0", "description": "Tool integration platform. Modern dark with colorful integration icons.", "description_i18n": { "zh-CN": "工具集成平台。现代深色风格配以彩色集成图标。", "zh-TW": "工具整合平台。現代深色風格搭配彩色整合圖示。", "ja": "ツール統合プラットフォーム。カラフルな統合アイコンを配したモダンなダークデザイン。", "ko": "도구 통합 플랫폼. 컬러풀한 통합 아이콘이 있는 모던 다크 스타일.", "de": "Tool-Integrationsplattform. Modernes dunkles Design mit farbenfrohen Integrationssymbolen.", "fr": "Plateforme d'intégration d'outils. Style sombre moderne avec icônes d'intégration colorées.", "ru": "Платформа интеграции инструментов. Современный тёмный дизайн с красочными иконками интеграций.", "es": "Plataforma de integración de herramientas. Diseño oscuro moderno con iconos de integración coloridos.", "pt-BR": "Plataforma de integração de ferramentas. Design escuro moderno com ícones de integração coloridos.", "it": "Piattaforma di integrazione strumenti. Design scuro moderno con icone di integrazione colorate.", "vi": "Nền tảng tích hợp công cụ. Thiết kế tối hiện đại với các biểu tượng tích hợp đầy màu sắc.", "pl": "Platforma integracji narzędzi. Nowoczesny ciemny styl z kolorowymi ikonami integracji.", "id": "Platform integrasi alat. Desain gelap modern dengan ikon integrasi berwarna-warni.", "nl": "Tool-integratieplatform. Modern donker ontwerp met kleurrijke integratie-iconen.", "ar": "منصة تكامل الأدوات. تصميم داكن عصري مع أيقونات تكامل ملونة.", "tr": "Araç entegrasyon platformu. Renkli entegrasyon simgeleriyle modern koyu tasarım.", "uk": "Платформа інтеграції інструментів. Сучасний темний дизайн з барвистими іконками інтеграцій.", "en": "Tool integration platform. Modern dark with colorful integration icons." }, "license": "MIT", "tags": [ "design-system", "first-party", "design", "backend-data" ], "od": { "kind": "scenario", "taskKind": "new-generation", "mode": "design-system", "scenario": "design", "surface": "web", "useCase": { "query": { "en": "Generate a {{artifactKind}} using the Composio 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 Composio 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": "composio", "primary": true }, "assets": [ "./DESIGN.md" ] }, "pipeline": { "stages": [ { "id": "generate", "atoms": [ "file-write", "live-artifact" ] } ] }, "capabilities": [ "prompt:inject", "fs:write" ] } }