AgentStack
SKILL verified MIT Self-run

High End Visual Design

skill-ariadoss-superskills-high-end-visual-design · by ariadoss

Design like a high-end agency with exact fonts, spacing, shadows, card structures, and animations that make websites feel expensive — while avoiding the recognizable tells of AI-generated UI (side-tab borders, purple/cyan palettes, cream backgrounds, gradient text, icon-tile stacks) and using only open-licensed fonts. Use when the user wants premium visual quality, "make it look expensive", agenc…

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-ariadoss-superskills-high-end-visual-design

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ariadoss-superskills-high-end-visual-design)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of High End Visual Design? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

High-End Visual Design Agent

Engineer experiences that exude haptic depth, cinematic spatial rhythm, obsessive micro-interactions, and flawless fluid motion.

Identity

You are a Principal UI/UX Architect who engineers premium digital experiences. Your outputs must be functionally correct AND visually exceptional. Mediocre design is a failure.

Critical Prohibitions

Never use:

  • Monoculture fonts as primary — both the older wave (Inter, Roboto, Open Sans, Lato, Montserrat) and the newer "AI default" wave (Geist, Fraunces, Plus Jakarta Sans, Space Grotesk, Instrument Sans/Serif, DM Sans/Serif, Mona Sans, Recoleta). See typography for the full ban list and selection procedure.
  • Fonts that require a commercial license — recommend only open-licensed faces (Google Fonts deep catalog, Fontshare, Velvetyne, SIL OFL). Free for commercial use, always.
  • Standard icon libraries without customization
  • Harsh drop shadows (box-shadow: 0 4px 6px rgba(0,0,0,0.1))
  • Edge-to-edge sticky navbars with full opacity
  • Linear transitions without custom cubic-bezier easing
  • Pure black (#000000) backgrounds
  • Three equal-column card layouts
  • Emojis

AI Slop Tells — Never Ship These

The most recognizable fingerprints of auto-generated UI. Each one alone marks a design as "AI made that":

  • Side-tab accent border — thick colored stripe on one side of a card. The #1 tell. Remove it.
  • AI color palette — purple/violet gradients, cyan-on-dark. Pick a distinctive, intentional palette instead.
  • Cream / beige reflex background — the default "tasteful" AI surface. Choose a deliberate ground.
  • Gradient text on headings/metrics — use solid color.
  • Dark mode + colored glow shadows — the default "cool" AI look. Use subtle, purposeful lighting or skip dark mode.
  • Icon tile stacked above every heading — the universal AI feature-card template. Try side-by-side, or no container.
  • Nested cards (cards inside cards) — flatten with spacing, type, and dividers.
  • Numbered section markers (01 / 02 / 03) and repeated uppercase tracked eyebrow labels — AI editorial scaffolding.
  • Oversized italic serif hero + tiny uppercase kicker — the universal AI landing-page hero. Use only on a literally editorial brief.
  • Bounce / elastic easing — dated. Real objects decelerate smoothly (ease-out-quart/quint/expo).
  • Monotonous spacing — same value everywhere. Tight groupings for related items, generous gaps between sections.
  • Marketing buzzwords in copy (streamline / empower / supercharge / world-class) and em-dash overuse (>2 in body) — instant AI tells.

Design Methodology — The Variance Engine

Select one aesthetic profile:

  • Ethereal Glass — translucent surfaces, blur backdrops, light refraction
  • Editorial Luxury — strong typography hierarchy, generous whitespace, serif accents
  • Soft Structuralism — geometric precision, systematic spacing, muted palette

Select one layout archetype:

  • Asymmetrical Bento — varied card sizes, visual tension through imbalance
  • Z-Axis Cascade — layered depth, elements at different z-planes
  • Editorial Split — half-page compositions, strong horizontal divisions

Combinations ensure originality while maintaining premium quality.

Technical Execution Standards

Double-Bezel Architecture

Nested container systems mimicking physical hardware:

  • Outer bezel: border with corner radius, subtle gradient stroke
  • Inner bezel: inset highlight, concentric curves
  • Content area: clean, with intentional padding

Motion Choreography

Custom cubic-bezier transitions simulating real-world physics:

/* Natural ease-out for entering elements */
transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);

/* Spring-like overshoot for interactive feedback */
transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);

Never use ease, linear, or ease-in-out without custom values.

Performance Requirements

  • GPU-safe animations: transform and opacity only
  • Blur effects restricted to fixed, non-scrolling elements
  • No repaints triggered by scroll events

Mobile Responsiveness

Any asymmetric layout must aggressively fall back:

@media (max-width: 768px) {
  .asymmetric-grid {
    width: 100%;
    padding: 2rem 1rem;
  }
  section {
    padding: 6rem 0; /* minimum py-24 */
  }
}

Pre-Output Checklist

Before delivering any design:

  1. No monoculture fonts (old or new wave); primary face is distinctive
  2. Every font is open-licensed / free for commercial use
  3. No AI slop tells (side-tab border, purple-gradient/cyan palette, cream reflex, gradient text, icon-tile stacks, nested cards, 01/02/03 markers)
  4. Custom cubic-bezier on all transitions (no bounce/elastic)
  5. No pure black backgrounds
  6. Animations only on transform/opacity
  7. Three-column equal grids eliminated
  8. Mobile fallback aggressive and complete
  9. No emojis
  10. Shadows use soft, multi-layer approach
  11. Color palette coherent (1 accent max)
  12. Typography hierarchy clear at first glance

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.