Agent skill
frontend-design
Create distinctive, production-grade web interfaces with high design quality. Use for components, pages, dashboards, and full applications that need to stand out from generic AI aesthetics.
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/business/content-design/frontend-design
SKILL.md
Frontend Design
Overview
This skill enables creation of distinctive, production-grade web interfaces that prioritize high design quality and avoid generic aesthetics. It applies to components, pages, dashboards, and full applications.
When to Use
- Building custom UI components that need visual distinction
- Creating landing pages or marketing sites
- Designing dashboards and data visualization interfaces
- Full web applications requiring cohesive design systems
- Any interface that must avoid "generic AI" aesthetics
Quick Start
- Establish design direction before coding (purpose, tone, constraints)
- Select distinctive typography (avoid Inter, Roboto, Arial defaults)
- Create intentional color palette with clear primary/accent roles
- Add purposeful motion for micro-interactions
- Break visual monotony with asymmetry and grid variations
/* Quick distinctive setup */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&display=swap');
:root {
--primary: #1a1a2e;
--accent: #e94560;
--text: #eaeaea;
}
body {
font-family: 'Space Grotesk', sans-serif;
background: var(--primary);
color: var(--text);
}
Related Skills
- theme-factory - Pre-built color/font themes
- web-artifacts-builder - Self-contained HTML apps
- canvas-design - Visual art generation
Version History
- 2.0.0 (2026-01-02): Upgraded to v2 template - added Quick Start, When to Use, Execution Checklist, Error Handling, Metrics sections
- 1.0.0 (2024-10-15): Initial release with typography, color, motion, spatial design patterns, component examples, Tailwind/React integration
Sub-Skills
- Before Coding: Design Direction
- Typography (+3)
- Generic AI Aesthetics (+1)
- Implementation Philosophy
- Cards with Character (+1)
- Tailwind CSS (Custom Config) (+1)
- Execution Checklist
- Common Issues
- Metrics
- Philosophy
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?