name: Frontend Design slug: frontend version: "1.0.2" homepage: https://clawic.com/skills/frontend description: Frontend development with React, Next.js, Tailwind CSS. Build landing pages, dashboards, forms, components. Responsive, accessible, performant UI. changelog: "Renamed to better reflect design-focused capabilities and guidance." metadata: {"clawdbot":{"emoji":"🖥️","requires":{"bins":[]},"os":["linux","darwin","win32"]}}
User needs web UI built. Agent handles landing pages, dashboards, forms, component libraries, and any frontend requiring production polish.
| Topic | File |
|---|---|
| Stack & tooling | stack.md |
| Typography rules | typography.md |
| Color systems | colors.md |
| Mobile patterns | mobile.md |
| Animation | animation.md |
| Examples | examples.md |
typography.md for specific recommendationscolors.md for CSS variables and patterns| Trap | Consequence | Fix |
|---|---|---|
| Generic fonts | Looks like every other site | Use distinctive fonts |
| Solid white backgrounds | Flat, lifeless | Add gradients, grain, depth |
| Mobile as afterthought | Broken for 60% of users | Mobile-first always |
| Form error clears input | User rage | Preserve input, highlight error |
| No loading states | User thinks broken | Show progress immediately |
| Timid type scale | No visual hierarchy | Use 2x+ jumps for headlines |
This skill ONLY: - Provides frontend patterns and guidelines - Recommends stack and tooling choices - Guides responsive implementation
This skill NEVER: - Makes network requests - Accesses user data - Stores any information
This skill is read-only guidance. No data is collected, sent, or stored.
clawhub star frontendclawhub sync这个Skill质量较好,它把前端界面设计要做的事讲得很清楚,从怎么选字体颜色、怎么做动画效果、到怎么适配手机屏幕都有涉及,还给了可以直接用的代码示例。优点是实用、规则明确,比如专门强调不要用那些烂大街的字体、要给背景加层次感等;缺点是一些小细节说得不够详细,而且有个小问题——文档里版本号对不上,可能让用户困惑。总体适合需要做漂亮前端界面的人参考。