Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

frontend-excellence前端卓越

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

419

周安装

18

GitHub Stars

公开资料未说明

下载量

147
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:frontend-excellence(前端卓越)
来源仓库:https://github.com/5dlabs/cto
仓库路径:skills/frontend-excellence
安装命令:
npx skills add 5dlabs/cto --skill "frontend-excellence"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add 5dlabs/cto --skill "frontend-excellence"

简介

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。

  • 适合生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构或定位布局和性能问题。
  • 使用时需结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时配合本地预览和构建检查确认视觉效果。
  • 发现并安装 AI 代理的技能。
  • frontend-excellence 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Frontend Excellence

Create distinctive, memorable frontend interfaces that avoid "AI slop" aesthetics. Every interface should feel genuinely designed for its context.

Design Thinking Process

Before coding, commit to a BOLD aesthetic direction:

QuestionPurpose
PurposeWhat problem does this interface solve? Who uses it?
TonePick an extreme: brutalist, maximalist, retro-futuristic, organic, luxury, playful, editorial, art deco, soft pastel, industrial
ConstraintsFramework requirements, performance, accessibility
DifferentiationWhat's the ONE thing someone will remember?

Key insight: Bold maximalism and refined minimalism both work. The key is intentionality, not intensity.

Anti-Patterns (AI Slop)

❌ Never Use

Typography:

  • Inter, Roboto, Arial, system fonts
  • Space Grotesk (overused "good" choice)
  • Default font stacks without character

Color:

  • Purple gradients on white backgrounds
  • Evenly-distributed, timid palettes
  • Default framework colors

Layout:

  • Excessive centered elements
  • Predictable symmetric layouts
  • Cookie-cutter component patterns
  • Uniform rounded corners everywhere

What to Do Instead

Typography

TechniqueDescription
Extreme contrast72pt headlines vs 11pt body
All-caps headersWith wide letter spacing
Monospace for dataTechnical content, stats, code
Display + body pairingDistinctive display font with refined body font
Outlined textFor emphasis on bold backgrounds

Color & Theme

Choose from or adapt these palettes:

Professional:

Classic Blue:      #1C2833 #2E4053 #AAB7B8 #F4F6F6
Black & Gold:      #BF9A4A #000000 #F4F6F6
Charcoal & Red:    #292929 #E33737 #CCCBCB

Warm:

Teal & Coral:      #5EA8A7 #277884 #FE4447 #FFFFFF
Warm Blush:        #A49393 #EED6D3 #E8B4B8 #FAF7F2
Sage & Terracotta: #87A96B #E07A5F #F4F1DE #2C2C2C

Bold:

Bold Red:          #C0392B #E74C3C #F39C12 #2ECC71
Vibrant Orange:    #F96D00 #F2F2F2 #222831
Pink & Purple:     #F8275B #FF574A #FF737D #3D2F68

Cool:

Deep Purple:       #B165FB #181B24 #40695B #FFFFFF
Forest Green:      #191A19 #4E9F3D #1E5128 #FFFFFF
Cream & Forest:    #FFE1C7 #40695B #FCFCFC

Use dominant colors with sharp accents - this outperforms timid, evenly-distributed palettes.

Spatial Composition

PatternDescription
AsymmetryUnequal column widths (30/70, 40/60, 25/75)
OverlapElements breaking boundaries, layered depth
Diagonal flowAngled section dividers, rotated elements
Grid-breakingStrategic elements that escape the grid
Negative spaceGenerous breathing room OR controlled density

Visual Details

Geometric:

  • Diagonal section dividers instead of horizontal
  • Rotated text headers at 90° or 270°
  • Circular/hexagonal frames for images
  • Triangular accent shapes in corners

Borders & Frames:

  • Thick single-color borders (10-20pt) on one side only
  • Double-line borders with contrasting colors
  • Corner brackets instead of full frames
  • L-shaped borders (top+left or bottom+right)
  • Underline accents beneath headers (3-5pt thick)

Backgrounds:

  • Solid color blocks occupying 40-60% of slide/page
  • Gradient fills (vertical or diagonal only)
  • Split backgrounds (two colors, diagonal or vertical)
  • Edge-to-edge color bands
  • Noise textures, grain overlays

Motion & Animation

Prioritize high-impact moments:

  1. Page load - Staggered reveals using animation-delay
  2. Scroll triggers - Elements entering viewport
  3. Hover states - Surprising transformations

One well-orchestrated page load creates more delight than scattered micro-interactions.

CSS-first for HTML, Motion library for React.

Implementation Rules

Match Complexity to Vision

  • Maximalist designs → Elaborate code with extensive animations and effects
  • Minimalist designs → Restraint, precision, careful spacing and typography

Elegance comes from executing the vision well.

Consistency

  • Use CSS variables for colors: --color-primary, --color-accent
  • Establish spacing scale: 4px, 8px, 16px, 24px, 32px, 48px, 64px
  • Repeat visual patterns across components

Accessibility

  • Ensure sufficient contrast (WCAG AA minimum)
  • Don't rely on color alone for meaning
  • Maintain readable font sizes (16px body minimum)
  • Test with keyboard navigation

Craftsmanship Standard

Create work that appears:

  • Meticulously crafted - Every detail intentional
  • Product of deep expertise - Professional-level execution
  • Painstakingly refined - No rough edges
  • Master-level implementation - Could be shown as portfolio work

The final result should look like it took countless hours by someone at the absolute top of their field.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

25.17%
按下载量换算37

OpenCode

22.9%
按下载量换算34

Codex

17.88%
按下载量换算26

Gemini CLI

12.54%
按下载量换算18

windsurf

6.88%
按下载量换算10

trae

3.29%
按下载量换算5

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills