0
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill seika139/dotfiles --skill frontend_aesthetics- SKILL.md2.6 KB
Overview
This skill helps teams escape generic, AI-generated-looking UIs by guiding creative, polished frontend aesthetics. It focuses on typography, color systems, motion, and textured backgrounds to produce distinct landing pages, dashboards, and apps. The goal is memorable interfaces that respect context and user delight.
How this skill works
The skill inspects design choices and recommends concrete alternatives to common AI-sloppy defaults: unique fonts, cohesive color systems using CSS variables, layered backgrounds, and intentional motion patterns. It provides implementation guidance for HTML/CSS and React (including library suggestions like framer-motion) and flags predictable layout, overused fonts, and cliché color palettes.
When to use it
- Designing landing pages where first impressions matter
- Building dashboards or internal tools that need personality and clarity
- Developing consumer apps that should feel unique and polished
- Reworking templates or boilerplates that look generic
- Creating theme systems (light/dark) with strong visual identity
Best practices
- Choose distinctive, readable fonts and avoid system-default overuse (Inter/Roboto/Arial).
- Define a dominant primary color and one or two sharp accents via CSS variables for consistency.
- Prioritize layered backgrounds (gradients, geometric textures) to add depth over flat solids.
- Use motion sparingly and purposefully: staggered load animations and focused microinteractions rather than constant movement.
- Prototype theme variations (cultural inspirations, IDE themes) and test for legibility and emotional tone.
Example use cases
- A conversion-focused landing page that uses bold typography, an IDE-inspired dark theme, and staggered hero animations.
- An analytics dashboard with a distinct font, accent palette for data highlights, and subtle layered gradient background for depth.
- A mobile app that swaps system fonts for a curated type pair and uses microinteractions for onboarding feedback.
- Refining a SaaS template to remove predictable layouts, replacing them with custom component rhythm and intentional white space.
FAQ
Select a limited set of web-optimized font weights, host fonts via a performant CDN or self-host, and preload critical fonts to avoid layout shifts.
What motion budget should I aim for?
Favor a light motion budget: use animations for key moments (load, state change, errors) with short durations and prefer transform/opacity for GPU acceleration.