Skills Plugins MCP Prompt Model 博客 我的中心
内容创作 #design #ai

make-interfaces-feel-better

Apply concrete design-engineering details that make interfaces feel polished. Use when reviewing or improving UI spacing, typography, borders, shadows, motion, hit areas, icons, text wrapping, and interaction states.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=affaan-m-ecc-skills-make-interfaces-feel-better-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name make-interfaces-feel-better description Apply concrete design-engineering details that make interfaces feel polished. Use when reviewing or improving UI spacing, typography, borders, shadows, motion, hit areas, icons, text wrapping, and interaction states. metadata {"origin":"community"} Make Interfaces Feel Better Use this skill for the small design-engineering details that compound into a more polished interface. Source: salvaged from stale community PR #1659 by linus707 . When to Use The user says the UI feels off, flat, generic, cramped, jumpy, or unfinished. You are building controls, cards, lists, dashboards, navigation, forms, or toolbars. A component needs hover, active, focus, enter, exit, loading, or empty states. A frontend review needs specific before/after recommendations. Core Principles Concentric Radius For nearby nested rounded surfaces: outer radius = inner radius + padding If padding is large, treat layers as separate surfaces instead of forcing the math. The point is optical coherence, not formula worship. Optical Alignment Geometric centering is not always visual centering. Icon buttons, play triangles, arrows, stars, and asymmetric icons often need a small offset. Fix the SVG when possible; otherwise adjust with a pixel-level margin or padding change. Shadows And Borders Use borders for separation and focus rings. Use layered shadows when a card, button, dropdown, or popover needs depth. Shadows should be transparent and subtle enough to work across backgrounds. Text Wrapping Use text-wrap: balance on headings and short titles. Use text-wrap: pretty on short-to-medium body text, captions, descriptions, and list items. Avoid both on long prose, code, and preformatted content. Use font-variant-numeric: tabular-nums for counters, timers, prices, tables, and other updating numbers. Font Smoothing On macOS, apply antialiased font smoothing at the root layout when the project does not already do so: html { -webkit- font-smoothing : antialiased; -moz-osx- font-smoothing : grayscale; } Image Outlines Images often need a subtle inset outline so their edges do not blur into the surface. img { outline : 1px solid rgba ( 0 , 0 , 0 , 0.1 ); outline-offset : - 1px ; } @media ( prefers-color-scheme : dark) { img { outline-color : rgba ( 255 , 255 , 255 , 0.1 ); } } Use neutral black or white alpha outlines. Do not tint image outlines with the brand palette. Motion Use CSS transitions for interactive state changes because they can retarget when the user changes intent mid-motion. Reserve keyframes for staged one-shot entrances or loading sequences. Good motion defaults: Enter: combine opacity, small translateY , and optionally blur. Exit: shorter and quieter than enter, usually 150ms. Press: scale(0.96) for tactile buttons, with a way to disable it when the movement distracts. Icon swaps: cross-fade with opacity, scale, and blur instead of instant visibility toggles. Transition Scope Never use transition: all . Specify the changed properties: .button { transition-property : transform, background-color, box-shadow; transition-duration : 150ms ; transition-timing-function : ease-out; } Use will-change only for first-frame stutter on compositor-friendly properties such as transform , opacity , and filter . Never use will-change: all . Hit Areas Interactive controls should have at least a 40x40px hit area, ideally 44x44px where the layout allows it. Expand with a pseudo-element when the visible icon is smaller, but do not let expanded hit areas overlap. Review Output When reviewing a UI polish pass, report concrete changes in before/after rows: Principle Before After Concentric radius Same radius on parent and child Parent radius accounts for padding Tabular numbers Counter shifts as digits change Counter uses tabular-nums Transition scope transition: all Explicit transition properties Include file paths and properties when they are not obvious from the snippets. Omit principles that you checked but did not change. Checklist Nested rounded elements are optically coherent. Icons are visually centered. Buttons, cards, and popovers use borders or shadows for the right reason. Headings and short text avoid awkward wrapping. Dynamic numbers use tabular numerals. Images have neutral outlines where needed. Enter and exit animations are split, subtle, and interruptible where appropriate. Buttons have tactile active states without exaggerated motion. transition: all and will-change: all are absent. Small controls still have usable hit areas.
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 / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。