npx skills add https://github.com/jerrar670/surf-website --skill premium_web_design本技能概述了创建具有“惊艳”效果的高级网页应用所需的关键要素。
调色板:使用精心挑选的调色板。避免使用纯黑(#000000)或纯白(#FFFFFF)作为背景色;使用灰黑色(#0a0a0a)或柔和的奶油色(#fafafa)。
渐变:使用带有噪点纹理的微妙渐变,而不是平坦的线性渐变。
玻璃态效果:对叠加层和导航栏使用背景滤镜模糊效果。
.glass {
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
}
微交互:按钮在悬停时应缩放或发光。
页面过渡:路由之间应有平滑的淡入淡出/滑动效果。
滚动动画:元素进入视口时应淡入上浮或逐渐显现。
<motion.div
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true }}
transition={{ duration: 0.6 }}
>
This skill outlines the key elements required to create "wow" factor, premium web applications.
Palette : Use a curated palette. Avoid pure black (#000000) or pure white (#FFFFFF) for backgrounds; use off-blacks (#0a0a0a) or soft creams (#fafafa).
Gradients : Use subtle, noise-textured gradients rather than flat linear ones.
Glassmorphism : Use backdrop-filter blur for overlays and navbars.
.glass {
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
}
Micro-interactions : Buttons should scale or glow on hover.
: Smooth fade/slide between routes.
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
rounded-2xl 或 rounded-3xl 以获得现代感)。每周安装次数
129
代码仓库
首次出现
2026年1月23日
安装于
opencode111
gemini-cli106
codex105
github-copilot93
kimi-cli87
cursor87
Scroll Animations : Elements should fade up or reveal as they enter the viewport.
<motion.div
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true }}
transition={{ duration: 0.6 }}
>
rounded-2xl or rounded-3xl for that modern feel).Weekly Installs
129
Repository
First Seen
Jan 23, 2026
Installed on
opencode111
gemini-cli106
codex105
github-copilot93
kimi-cli87
cursor87
前端设计技能指南:避免AI垃圾美学,打造独特生产级界面
44,300 周安装