
Frontend Design
- 248 installs
- 404 repo stars
- Updated August 5, 2026
- aiskillstore/marketplace
This is a copy of frontend-design by anthropics - installs and ranking accrue to the original listing.
frontend-design is a design-system agent skill that helps developers shape distinctive page layouts, component styling, responsive patterns, and accessible visual hierarchy for web and mobile interfaces.
About
frontend-design is an agent skill from aiskillstore/marketplace for creating production-grade frontend interfaces with intentional aesthetics instead of generic templates. It walks through design intent, typography pairing, semantic color tokens often using oklch, motion rules that respect prefers-reduced-motion, asymmetric layout composition, fluid typography with clamp, and container-query responsive patterns. The guide warns against overused defaults such as Inter-only stacks and purple-on-white gradients, and emphasizes WCAG AA contrast targets of 4.5:1 for body text. Use frontend-design when you are building components or pages and need cohesive visual direction, not just functional markup, especially before handing UI to implementation agents.
- responsive layouts
- component hierarchy
- design tokens
- typography and color
- accessible UI patterns
Frontend Design by the numbers
- 248 all-time installs (skills.sh)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/aiskillstore/marketplace --skill frontend-designAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 248 |
|---|---|
| repo stars | ★ 404 |
| Last updated | August 5, 2026 |
| Repository | aiskillstore/marketplace ↗ |
How do you design distinctive responsive frontend interfaces?
Shape page layouts, component styling, and responsive UI patterns while building web or mobile product interfaces.
Who is it for?
Frontend developers or design-minded engineers who want opinionated UI direction for SaaS, marketing, or mobile web surfaces.
Skip if: Backend API design, native mobile Swift or Kotlin UI, or projects that already have a locked enterprise design system to copy verbatim.
When should I use this skill?
The user asks to design a page or component, improve visual polish, establish a design system, or avoid generic AI-generated UI aesthetics.
What you get
CSS design tokens, typography scales, motion guidelines, layout compositions, and component styling patterns ready for implementation.
- Design token CSS
- Typography and color system
- Layout and motion guidelines
By the numbers
- Specifies WCAG AA contrast targets of 4.5:1 for body text and 3:1 for large text
- Documents oklch-based semantic color token architecture
Files
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.
// Arquivo de exemplo: plugins/frontend-design/index.js
// Ajuste as funções e a assinatura conforme a API do carregador de plugins da sua aplicação.
module.exports = {
name: 'frontend-design',
version: '1.0.0',
// Função de inicialização (opcional)
init: async function (opts) {
console.log('frontend-design plugin inicializado', opts || {});
// inicialize dependências aqui, se necessário
},
// Função principal que o carregador pode chamar. Ajuste nome/assinatura conforme seu sistema.
handle: async function (input) {
console.log('frontend-design handle chamado com:', input);
// Exemplo de resposta mínima
return {
ok: true,
message: 'Plugin frontend-design funcionando (substitua pela lógica real)'
};
}
};{
"name": "frontend-design",
"version": "1.0.0",
"description": "Generates distinctive frontend interfaces",
"author": {
"name": "1bertogit"
},
"keywords": ["skill", "frontend", "design"]
}
Frontend Design Plugin
Generates distinctive, production-grade frontend interfaces that avoid generic AI aesthetics.
What It Does
Claude automatically uses this skill for frontend work. Creates production-ready code with:
- Bold aesthetic choices
- Distinctive typography and color palettes
- High-impact animations and visual details
- Context-aware implementation
Usage
"Create a dashboard for a music streaming app"
"Build a landing page for an AI security startup"
"Design a settings panel with dark mode"Claude will choose a clear aesthetic direction and implement production code with meticulous attention to detail.
Learn More
See the Frontend Aesthetics Cookbook for detailed guidance on prompting for high-quality frontend design.
Authors
Prithvi Rajasekaran (prithvi@anthropic.com) Alexander Bricken (alexander@anthropic.com)
{
"schema_version": "2.0",
"meta": {
"generated_at": "2026-01-16T13:57:05.526Z",
"slug": "1bertogit-frontend-design",
"source_url": "https://github.com/1bertogit/modern-face-definitive/tree/main/.claude/skills/frontend-design",
"source_ref": "main",
"model": "claude",
"analysis_version": "3.0.0",
"source_type": "community",
"content_hash": "d39adf3a983de7dafc75991590d54f091755f7e4163d5a5ed085ecd719157184",
"tree_hash": "0923ccb707a29ee2dd4cbe3e2cc7b0d57b2bd4685d81ad05e085b81f2cf783e5"
},
"skill": {
"name": "frontend-design",
"description": "Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.",
"summary": "Create distinctive, production-grade frontend interfaces with high design quality. Use this skill wh...",
"icon": "🎨",
"version": "1.0.0",
"author": "1bertogit",
"license": "Complete terms in LICENSE.txt",
"category": "design",
"tags": [
"frontend",
"ui-design",
"web-development",
"react",
"css"
],
"supported_tools": [
"claude",
"codex",
"claude-code"
],
"risk_factors": [
"external_commands",
"network",
"filesystem"
]
},
"security_audit": {
"risk_level": "safe",
"is_blocked": false,
"safe_to_publish": true,
"summary": "This is a prompt-based skill containing design guidelines and documentation. Static analysis flagged 66 findings, all of which are false positives from pattern matching in documentation text. The JavaScript plugin file contains only basic logging template code with no network, filesystem, or command execution capabilities. No actual security risks identified.",
"risk_factor_evidence": [
{
"factor": "external_commands",
"evidence": [
{
"file": "README.md",
"line_start": 16,
"line_end": 20
}
]
},
{
"factor": "network",
"evidence": [
{
"file": "README.md",
"line_start": 26,
"line_end": 26
},
{
"file": "skill-report.json",
"line_start": 6,
"line_end": 6
}
]
},
{
"factor": "filesystem",
"evidence": [
{
"file": "skill-report.json",
"line_start": 6,
"line_end": 6
}
]
}
],
"critical_findings": [],
"high_findings": [],
"medium_findings": [],
"low_findings": [],
"dangerous_patterns": [],
"files_scanned": 5,
"total_lines": 295,
"audit_model": "claude",
"audited_at": "2026-01-16T13:57:05.525Z"
},
"content": {
"user_title": "Create distinctive frontend interfaces with bold design",
"value_statement": "This skill helps you build production-grade web interfaces with memorable aesthetics. It guides creative choices for typography, color, motion, and layout to avoid generic AI-generated designs.",
"seo_keywords": [
"frontend design",
"Claude Code frontend",
"React components",
"UI design",
"CSS animations",
"web interface creation",
"Claude web development",
"production-grade code",
"distinctive design",
"Codex frontend"
],
"actual_capabilities": [
"Creates production-ready HTML, CSS, and JavaScript code for web interfaces",
"Implements React and Vue components with full functionality and animations",
"Designs distinctive typography systems and color palettes",
"Adds high-impact animations and micro-interactions using CSS or Motion library",
"Builds responsive layouts with creative spatial composition and asymmetric designs",
"Provides design thinking guidance for bold aesthetic directions"
],
"limitations": [
"Does not generate backend code, APIs, or database schemas",
"Does not handle complex state management beyond component-level state",
"Does not integrate with external services or authentication systems",
"Focuses on frontend aesthetics and implementation only"
],
"use_cases": [
{
"target_user": "Frontend Developers",
"title": "Build production UI components quickly",
"description": "Generate polished React or Vue components with distinctive aesthetics, animations, and full accessibility support"
},
{
"target_user": "UX Designers",
"title": "Prototype visual concepts rapidly",
"description": "Create high-fidelity prototypes with bold design directions and interactive elements to test ideas"
},
{
"target_user": "Full-stack Engineers",
"title": "Create landing pages and interfaces",
"description": "Build complete landing pages or application interfaces with responsive layouts from natural language descriptions"
}
],
"prompt_templates": [
{
"title": "Basic component",
"scenario": "Create a simple interactive element",
"prompt": "Create a button component with hover animation, focus states, and ripple effect on click"
},
{
"title": "Full page design",
"scenario": "Design a complete landing page",
"prompt": "Build a landing page for a sustainable coffee shop with warm earth tones, smooth scroll animations, and organic shapes"
},
{
"title": "Interactive dashboard",
"scenario": "Create a data visualization interface",
"prompt": "Create a dark-mode analytics dashboard with animated charts, real-time data filters, hover tooltips, and staggered reveal animations"
},
{
"title": "Complex application",
"scenario": "Build a full web application interface",
"prompt": "Build a music streaming player with album art carousel, playback controls, playlist management, drag-and-drop sorting, and synchronized animations matching audio playback"
}
],
"output_examples": [
{
"input": "Create a settings panel with dark mode toggle",
"output": [
"Complete React component with animated toggle switch",
"Smooth theme transition using CSS custom properties",
"Accessibility attributes for keyboard navigation and screen readers",
"Settings persistence using local storage",
"Responsive layout for mobile and desktop"
]
},
{
"input": "Build a hero section for a tech startup landing page",
"output": [
"Bold typography with distinctive font pairing",
"Animated gradient background with subtle motion",
"Staggered text reveal on page load",
"Call-to-action buttons with hover effects",
"Responsive grid layout with creative asymmetry"
]
},
{
"input": "Design a card component for a product gallery",
"output": [
"Card layout with image, title, description, and price",
"Hover animation with shadow lift and scale effect",
"Color-coded tags with custom styling",
"Smooth transitions between states",
"Grid system for responsive gallery layout"
]
}
],
"best_practices": [
"Provide clear context about purpose, target audience, and technical constraints for better design decisions",
"Specify the desired aesthetic direction such as minimalist, brutalist, retro, organic, or luxury",
"Mention specific frameworks like React or Vue and any required libraries to get optimized code output"
],
"anti_patterns": [
"Asking for generic components without specifying design direction or brand personality",
"Requesting overly complex designs with many animations without considering performance impact",
"Skipping accessibility requirements for interactive elements like forms, buttons, and navigation"
],
"faq": [
{
"question": "Which frameworks does this skill support?",
"answer": "The skill generates code for HTML, CSS, JavaScript, React, Vue, and other frontend frameworks based on your requirements."
},
{
"question": "Can it create complete web applications?",
"answer": "It creates frontend interfaces with full functionality. Backend integration and state management require additional tools or manual implementation."
},
{
"question": "Does it handle responsive design automatically?",
"answer": "Yes, all generated components include responsive layouts that adapt to different screen sizes using modern CSS techniques."
},
{
"question": "Is my code and project data kept secure?",
"answer": "The skill runs locally within Claude Code and does not transmit code or project data to external servers."
},
{
"question": "Why does my design look different each time?",
"answer": "The skill intentionally varies aesthetic choices to create unique designs and avoid repetitive generic patterns."
},
{
"question": "How is this different from standard code generation?",
"answer": "This skill emphasizes distinctive aesthetics, bold creative choices, and production-ready quality over generic template-based output."
}
]
},
"file_structure": [
{
"name": "index.js",
"type": "file",
"path": "index.js",
"lines": 22
},
{
"name": "plugin.json",
"type": "file",
"path": "plugin.json",
"lines": 10
},
{
"name": "README.md",
"type": "file",
"path": "README.md",
"lines": 31
},
{
"name": "SKILL.md",
"type": "file",
"path": "SKILL.md",
"lines": 42
}
]
}
Related skills
How it compares
Choose frontend-design when you need aesthetic direction and implementation-ready CSS patterns, not just a component library install guide.
FAQ
What does frontend-design cover beyond colors?
frontend-design spans typography selection, semantic theme tokens, motion and animation constraints, spatial composition, responsive strategies with clamp and container queries, and background treatments that add depth without harming performance.
Does frontend-design address accessibility?
frontend-design calls for WCAG AA contrast ratios of 4.5:1 for body text and 3:1 for large text, plus honoring prefers-reduced-motion and deliberate focus and hover states in component styling guidance.