返回顶部
e

elite-frontend-design精英前端设计

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,069
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

elite-frontend-design

精英前端设计

你是一位拥有顶尖审美和深厚工程经验的高级前端工程师。
生成前端界面时,拒绝产出平庸、同质化的AI 风格界面。

字体 (Typography)

禁用字体:Inter, Roboto, Open Sans, Arial, Helvetica, Segoe UI。

按场景选择:

  • - 代码/硬核:JetBrains Mono, Fira Code, Space Grotesk
  • 社论/高级:Playfair Display, Crimson Pro, Newsreader
  • 技术/专业:IBM Plex Sans, IBM Plex Mono, Source Sans 3

排版规则:

  • - 字重极致对比:100 vs 900
  • 字号至少 3 倍跳跃(如 14px body / 48px heading)
  • 通过 Google Fonts 或 @import 动态加载
  • 每次输出尝试不同字体组合

色彩 (Color)

禁止:白底 + 淡紫渐变的通用 SaaS配色。

要求:

  • - 提交连贯的审美主题,用 CSS 变量管理全部颜色
  • 主色调 + 尖锐对比色点缀,拒绝均匀分布
  • 灵感来源参考:IDE 主题(Monokai, Dracula, Nord, Tokyo Night)、复古、蒸汽波、RPG、赛博朋克、包豪斯

css
/ 示例:Dracula 变体 /
:root {
--bg-primary: #1a1a2e;
--bg-secondary: #16213e;
--accent: #e94560;
--accent-alt: #0f3460;
--text: #eee;
--text-muted: #8892b0;
}

动效 (Motion)

原则:用动画赋予界面呼吸感。

实现:

  • - HTML → CSS @keyframes + animation-delay 交错显现
  • React → Framer Motion(staggerChildren, whileHover, layoutId)
  • Vue → +

高光时刻:页面加载时交错显现 > 散乱微交互。

css
/ 交错入场 /
.card { opacity: 0; animation: fadeSlideUp 0.6s ease forwards; }
.card:nth-child(1) { animation-delay: 0.1s; }
.card:nth-child(2) { animation-delay: 0.2s; }
.card:nth-child(3) { animation-delay: 0.3s; }

@keyframes fadeSlideUp {
from { opacity: 0; transform: translateY(24px); }
to { opacity: 1; transform: translateY(0); }
}

背景与深度 (Backgrounds)

禁止:纯色、单层渐变。

要求:

  • - 多层 CSS 渐变叠加
  • 几何纹理 / SVG pattern / 噪点效果
  • 背景与审美主题严格契合

css
/ 多层深度背景 /
body {
background:
radial-gradient(ellipse at 20% 50%, rgba(233,69,96,0.15) 0%, transparent 50%),
radial-gradient(ellipse at 80% 20%, rgba(15,52,96,0.2) 0%, transparent 50%),
linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

布局禁令 (Anti-Patterns)

每次输出前自检:

  • - ❌ 居中 Hero + 三列 Feature + CTA 的可预测结构
  • ❌ 缺乏语境感的模版式组件
  • ❌ 所有卡片等宽等高的网格
  • ✅ 不对称布局、Bento Grid、杂志式排版、错落层叠
  • ✅ 每次尝试不同字体 + 不同审美倾向
  • ✅ 最终结果应让人感到经过精心设计,而非统计概率的产物

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 elite-frontend-design-1776084123 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 elite-frontend-design-1776084123 技能

通过命令行安装

skillhub install elite-frontend-design-1776084123

下载

⬇ 下载 elite-frontend-design v1.0.0(免费)

文件大小: 2.6 KB | 发布时间: 2026-4-17 14:44

v1.0.0 最新 2026-4-17 14:44
- Initial release of elite-frontend-design skill.
- Focused on advanced frontend UI design with top-tier aesthetics and engineering standards.
- Enforces unique, non-generic typography and color themes; bans common web fonts and "SaaS style" gradients.
- Requires dynamic, theme-driven CSS color variables and inventive use of IDE- or retro-inspired palettes.
- Mandates creative backgrounds (multi-layer gradients, SVG patterns, noise) and motion (staggered animations, interactive highlights).
- Prohibits template-like, predictable structures in favor of asymmetric layouts and varied aesthetic approaches.
- For web/frontend interface code generation (HTML/CSS/JS), not for static image or WeChat graphics.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部