frontend-design
- 信任分
- 94/100
- 兼容 Agent
- 1
- 许可证
- Complete terms in LICENSE.txt
- 领域
- 工程开发
- 兼容 Agent
- Claude Code
- 信任分
- 94 / 100 · 已通过审计
- 作者 / 版本 / 许可
- @anthropics · Complete terms in LICENSE.txt
- 安装命令数
- 1 条
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
想读作者英文原文? ↓ 滚到正文区切换 · 在 GitHub 查看 ↗
设计思路
这是 Anthropic 出品的「前端美学指引」——不是教你写 CSS,是告诉 LLM 怎么避免**「AI 味」**:通用字体(Inter、Roboto、Arial、system-ui)、紫色渐变 + 白底、可预测的卡片网格、千篇一律的组件。skill 的整体调子很硬:要做有特色的设计,「don't hold back, show what can truly be created when thinking outside the box and committing fully to a distinctive vision」。
美学维度(按作者原文整理)
- Typography:选独特、有性格的字体,避开 Arial / Inter;display 字体配精炼正文字体。
- Color & Theme:承诺一种连贯美学;用 CSS 变量;主色 + 锐利点缀色 优于胆怯均布的调色板。
- Motion:HTML 优先 CSS-only;React 优先 Motion 库;高影响力时刻——一次精心编排的页面加载(错峰
animation-delay)的 delight 远胜散落的 micro-interactions;用 scroll-trigger 和惊喜的 hover 状态。 - Spatial Composition:意外的布局——不对称、重叠、对角流动、破网格的元素;要么慷慨的留白,要么受控的密集。
- Backgrounds & Visual Details:不要默认纯色——用 gradient mesh / noise texture / 几何图样 / 分层透明 / 戏剧性阴影 / 装饰边框 / 自定义光标 / 颗粒覆盖创造氛围与深度。
永远不要的「AI slop」
- 通用字体(Inter / Roboto / Arial / system fonts)
- 老套色彩(白底 + 紫色渐变是重灾区)
- 可预测的版式与组件模式
- 没有上下文特征的 cookie-cutter 设计
重要:每次产出都应该不一样——明 / 暗主题、字体、风格全部交替;绝不多次都收敛到同一选择(作者点名 Space Grotesk)。
复杂度匹配
极繁主义需要繁复代码 + 大量动效;极简主义则需要克制、精度、对间距 / 字体 / 微妙细节的关注。优雅来自把 vision 执行好,不在于多寡。
适合谁
- 做产品 landing / 营销页 / 个人作品集的人
- 给 LLM 加视觉「品味基线」希望产出有辨识度的设计师
- 想让前端跳出框架默认范式的工程师
何时不该用
- 内部工具 / Admin Panel——需要的是熟悉感和效率,不是惊喜
- 严格品牌规范的项目——用
brand-guidelines服从就行
配套
design-consultation(建系统)、design-shotgun(多版本探索)、design-html(落地)、design-review(防 AI slop)。
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints.
Design Thinking
Before coding, understand the context and commit to a BOLD aesthetic direction:
- Purpose: What problem does this interface solve? Who uses it?
- Tone: Pick an extreme: brutally minimal, maximalist chaos, retro-futuristic, organic/natural, luxury/refined, playful/toy-like, editorial/magazine, brutalist/raw, art deco/geometric, soft/pastel, industrial/utilitarian, etc. There are so many flavors to choose from. Use these for inspiration but design one that is true to the aesthetic direction.
- Constraints: Technical requirements (framework, performance, accessibility).
- Differentiation: What makes this UNFORGETTABLE? What's the one thing someone will remember?
CRITICAL: Choose a clear conceptual direction and execute it with precision. Bold maximalism and refined minimalism both work - the key is intentionality, not intensity.
Then implement working code (HTML/CSS/JS, React, Vue, etc.) that is:
- Production-grade and functional
- Visually striking and memorable
- Cohesive with a clear aesthetic point-of-view
- Meticulously refined in every detail
Frontend Aesthetics Guidelines
Focus on:
- Typography: Choose fonts that are beautiful, unique, and interesting. Avoid generic fonts like Arial and Inter; opt instead for distinctive choices that elevate the frontend's aesthetics; unexpected, characterful font choices. Pair a distinctive display font with a refined body font.
- Color & Theme: Commit to a cohesive aesthetic. Use CSS variables for consistency. Dominant colors with sharp accents outperform timid, evenly-distributed palettes.
- Motion: Use animations for effects and micro-interactions. Prioritize CSS-only solutions for HTML. Use Motion library for React when available. Focus on high-impact moments: one well-orchestrated page load with staggered reveals (animation-delay) creates more delight than scattered micro-interactions. Use scroll-triggering and hover states that surprise.
- Spatial Composition: Unexpected layouts. Asymmetry. Overlap. Diagonal flow. Grid-breaking elements. Generous negative space OR controlled density.
- Backgrounds & Visual Details: Create atmosphere and depth rather than defaulting to solid colors. Add contextual effects and textures that match the overall aesthetic. Apply creative forms like gradient meshes, noise textures, geometric patterns, layered transparencies, dramatic shadows, decorative borders, custom cursors, and grain overlays.
NEVER use generic AI-generated aesthetics like overused font families (Inter, Roboto, Arial, system fonts), cliched color schemes (particularly purple gradients on white backgrounds), predictable layouts and component patterns, and cookie-cutter design that lacks context-specific character.
Interpret creatively and make unexpected choices that feel genuinely designed for the context. No design should be the same. Vary between light and dark themes, different fonts, different aesthetics. NEVER converge on common choices (Space Grotesk, for example) across generations.
IMPORTANT: Match implementation complexity to the aesthetic vision. Maximalist designs need elaborate code with extensive animations and effects. Minimalist or refined designs need restraint, precision, and careful attention to spacing, typography, and subtle details. Elegance comes from executing the vision well.
Remember: Claude is capable of extraordinary creative work. Don't hold back, show what can truly be created when thinking outside the box and committing fully to a distinctive vision.