快速判断
打造独特、生产级前端界面,摒弃千篇一律的“AI 模板感”美学。融合 UI/UX Pro Max 的设计智慧与 Anthropic 的反平庸理念。适用于构建细节考究、创意大胆的 UI 组件、页面或应用。
适合任务
- 按 SkillHub 收录说明复用成熟任务流程。
- 通过下载包离线阅读完整 Skill 内容。
- 结合热度指标优先评估常用 Skill。
输入与输出
输入:任务目标、上下文材料、文件路径、约束条件或需要处理的内容。
输出:按 Skill 说明生成的文档、代码、检查结果、计划、建议或操作步骤。
示例任务
- 使用 Anthropic Frontend Design 帮我处理当前任务,并说明需要准备哪些输入。
- 根据 Anthropic Frontend Design 的说明,先列出使用前的安全检查项。
安装方式
- 下载本站提供的 Skill ZIP 并解压。
- 把解压后的 Skill 目录放入当前 AI 工具支持的
skills目录。 - 如需在线查看原始内容,可打开 GitHub 的
SKILL.md。
风险边界
SkillHub 提供了源站安全报告入口,但本站不替代人工审查。使用前仍需检查权限、外部依赖和敏感数据边界。
SKILL.md 文档介绍
Anthropic Frontend Design
This skill guides the creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. It integrates structured design intelligence (accessibility, UX rules, stack guidelines) with a bold, intentional aesthetic philosophy.
Core Philosophy: Anti-AI Slop
Claude (and all AI agents) are capable of extraordinary creative work, yet often default to safe, generic patterns. This skill MANDATES breaking those patterns.
- AVOID: Inter, Roboto, Arial, system fonts, purple-on-white gradients, cookie-cutter SaaS layouts, emojis as icons.
- MANDATE: Unique typography, context-specific color schemes, intentional motion, unexpected spatial composition, and production-grade functional code.
---
Design Thinking Process
Before coding, understand the context and commit to a BOLD aesthetic direction:
1. Purpose: What problem does this solve? Who is it for?
2. Tone: Pick an extreme direction—brutally minimal, maximalist chaos, retro-futuristic, organic, luxury, playful, editorial, etc.
3. Intelligence (Reference): Use the internal design tool to gather data (see below).
4. Differentiation: What makes this UNFORGETTABLE?
---
Design Intelligence Tool
Use the internal search tool to gather palettes, font pairings, and UX guidelines. CRITICAL: You MUST filter the results through the Anti-AI Slop lens. If the tool suggests "Inter" or "Roboto", you are REQUIRED to ignore it and pick a distinctive alternative.
# Generate a complete design system
python scripts/search.py "<product_type> <industry> <keywords>" --design-system
# Search specific domains (style, typography, color, ux, chart, landing)
python scripts/search.py "<keyword>" --domain <domain>
# Get stack-specific guidelines (html-tailwind, react, nextjs, shadcn, etc.)
python scripts/search.py "<keyword>" --stack <stack_name>---
Implementation Standards
1. Professional UI Rules
| Rule | Do | Don't |
|------|----|----- |
| Icons | Use SVG (Heroicons, Lucide, Simple Icons) | Use emojis like 🎨 🚀 ⚙️ as UI icons |
| Typography | Beautiful, unique Google/Custom fonts | Inter, Roboto, Arial, System fonts |
| Hover | Stable transitions (color/opacity/shadow) | Scale transforms that shift layout |
| Cursor | Add cursor-pointer to all interactive items | Leave default cursor on buttons/cards |
| Contrast | Minimum 4.5:1 for accessibility | Low-contrast "vibes" that are unreadable |
2. Motion & Animation
- Prioritize CSS-only solutions where possible.
- Focus on high-impact moments (staggered reveals on page load).
- Use duration 150-300ms for micro-interactions.
3. Spatial Composition
- Use asymmetry, overlap, or diagonal flow to break standard grids.
- Balance generous negative space OR intentional density.
---
Pre-Delivery Checklist
Before delivering code, verify every item:
Visual Quality
- [ ] No emojis used as icons (SVG only).
- [ ] Typography is characterful and NOT "AI standard".
- [ ] Color scheme is unique to the context (no generic gradients).
- [ ] Hover states provide clear, stable visual feedback.
UX & Accessibility
- [ ] All interactive elements have
cursor-pointer. - [ ] Form inputs have labels; images have alt text.
- [ ] Text contrast meets 4.5:1 minimum (test Light/Dark modes).
- [ ] Responsive at all breakpoints (375px, 768px, 1024px, 1440px).
- [ ] No horizontal scroll on mobile.
---
Aesthetic Directions (Reference)
- Brutally Minimal: Monochrome, extreme white space, sparse typography.
- Maximalist Chaos: Overlapping elements, dense information, pattern mixing.
- Retro-Futuristic: Chrome effects, neon accents, 80s-inspired.
- Luxury/Refined: Gold/Dark accents, serif fonts, generous spacing.
- Playful/Toy-like: Rounded corners, bright pastels, bouncy animations.
- Editorial/Magazine: Grid-based, bold headlines, clean hierarchy.
- Brutalist/Raw: Monospace fonts, harsh contrasts, industrial.
- Art Deco: Sharp angles, metallic accents, ornate borders.
*Commit to ONE direction and execute it fully—no half measures.*