AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Design Taste

skill-pktikkani-agent-skills-design-taste · by pktikkani

Opinionated rules for view transitions, motion, and UI polish that prevent generic AI-generated design. Use when building or styling any web UI, adding animations, hover effects, page/route transitions, or when the user mentions view transitions, motion design, "AI slop", or making a site feel less generic.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-pktikkani-agent-skills-design-taste

✓ 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-pktikkani-agent-skills-design-taste)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
29d ago

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 Design Taste? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Design Taste

Core rule: motion must communicate something — spatial relationship, causality, or continuity. If an animation is decorative only, delete it. A site with 3 intentional animations beats one with 30 default ones.

View transitions

Transition only meaningfully shared elements — the same logical object visible before AND after navigation:

  • Card thumbnail → detail hero image (same image, same subject)
  • List item title → page heading (same text, same entity)
  • Persistent chrome (nav, player bar) that should feel anchored

Rules:

  1. view-transition-name goes on the specific shared pair only. Never sprinkle names across a page hoping it "feels dynamic".
  2. Names must be unique per page — in lists, assign the name dynamically to the clicked item only (or use attr()/inline style), not every row.
  3. Elements that are NOT the same object must not morph into each other. A grid of unrelated posts cross-fades; it does not fly around.
  4. Default root cross-fade is fine as-is. Don't add motion to it unless navigation has real spatial direction (e.g. drill-down → slide).
  5. Exiting content: fade out fast (~120ms). Entering content: fade/slide in slightly slower (~200ms). Never animate both heavily.
  6. Wrap in @supports (view-transition-name: none) or feature-detect document.startViewTransition — no polyfill jank.

Hover states

Hover communicates affordance, not spectacle.

  • Default vocabulary: color shift, underline, background tint, border emphasis. Pick ONE per element type and use it consistently.
  • Banned as default: hover:scale-* on everything. Scale-up hover on every card/button/icon is the #1 AI-slop tell.
  • Scale is acceptable only for: pressed state (active:scale-[0.98]), or a single hero interactive element — never sitewide.
  • Interactive elements of the same type must share the same hover treatment. Mixed hover effects read as unintentional.

Motion specs

  • UI feedback (hover, press, toggle): 100–150ms. Small movements (dropdown, tooltip): 150–200ms. Larger (modal, page): 200–300ms. Nothing over 400ms except deliberate hero moments.
  • Animate transform and opacity only. Never width/height/top/margin (layout thrash).
  • Easing: ease-out for entering, ease-in for exiting, never linear for UI. One custom curve max per project, used everywhere.
  • Always respect prefers-reduced-motion: reduce — disable transitions, keep instant state changes.
  • No scroll-triggered fade-in-up on every section. If used at all: once, subtle (<16px travel), first viewport only.

Anti-slop checklist

Reject these defaults unless there is a specific reason:

  • Purple/blue gradient hero backgrounds, gradient text on headings
  • Glassmorphism cards everywhere, backdrop-blur as decoration
  • rounded-2xl + shadow-lg on every container
  • Emoji as section icons in headings
  • Uniform "lift" (-translate-y-1 shadow-xl) hover on all cards
  • Marketing filler copy: "Supercharge", "Seamless", "Blazing fast", "Effortless"
  • Three-column feature grid with icon-title-blurb as the default layout answer
  • Animated counters, typewriter headlines, particle backgrounds

Personal principles

Edit this section — this is the point of the skill. Current:

  • Prefer fewer, stronger design moves over many weak ones.
  • Typography and spacing carry the design; motion and color support it.
  • When unsure, remove the effect.

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.