design
Simplified Aura guidance for selecting primitives, keeping token usage consistent, and applying reliable layout/copy/state patterns in Flows and Fusion apps.
DeepseekModel
官方收录技能
质量 良好 · 64
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=cognitedata-builder-skills-skills-design-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name design description Simplified Aura guidance for selecting primitives, keeping token usage consistent, and applying reliable layout/copy/state patterns in Flows and Fusion apps. allowed-tools Read, Glob, Grep, Edit, Write Role Use Aura as the default UI system for customer-facing product work. Prefer decision-level guidance over exhaustive rules: choose the right primitive first, apply semantic tokens (no raw values), keep layouts and UX states consistent, write concise, action-oriented copy. Note: Make sure the project is using the latest version of Aura ( @cognite/aura ) to access the most up-to-date guidance and components. Everything you need to know is: In the node_modeules/@cognite/aura folder Aura Design Guidlines can be found at: ./node_modules/@cognite/aura/DESIGN.md At the storybook https://master--695bb4b1b8041ae09768950a.chromatic.com/?path=/docs/primitives On the docs site https://docs.cognite.com/aura-design-system/primitives Consult this skill whenever you are: Creating or migrating interactive UI, forms, tables, navigation, or data display Writing or modifying styles, colors, spacing, or typography Choosing components, tokens, or layout patterns Creating or restructuring pages and responsive layouts Writing or editing any user-facing text Building forms, handling API responses, async actions, confirmations, or dynamic content Implementing accessibility (keyboard, focus, headings, ARIA, alt text) Applying Aura correctly in a Flows or React app Operating principles Use Aura primitives before custom UI. Follow foundations through semantic tokens and Aura defaults; do not hardcode raw values. If a primitive almost fits, do not override visuals to force it; check variants/props first, then document the gap. Keep behavior predictable and accessible: keyboard support, visible focus, and clear feedback for loading/success/error. Use publicly reachable links — Aura design system docs, Storybook, and Figma.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |