AgentStack
SKILL verified MIT Self-run

High End Visual Design

skill-mud-mos23-nstup-taste-soft · by mud-mos23

UI premium calme et luxueuse. Contraste doux, typographie raffinée, motion ressort, double-bezel, fluid island, magnetic buttons.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-mud-mos23-nstup-taste-soft

✓ 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.

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

Soft — Le Luxe Silencieux

Le vrai luxe est invisible. Soft crée des interfaces qui respirent la qualité sans avoir à le dire.


1. Philosophie

  1. Le silence est d'or — l'interface s'efface, l'expérience reste
  2. La qualité se sent — chaque pixel est intentionnel, chaque micro-interaction est pensée
  3. Pas de démonstration — le design ne cherche pas à impressionner, il cherche à servir
  4. Inspirations — Hermès, Aesop, Apple, Starck, les grands hôtels

2. Architecture Soft

Double-Bezel

.viewport {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.04),
    0 0 40px rgba(0, 0, 0, 0.02);
}

Fluid Island — navigation flottante


  {links}

Magnetic Buttons


  {label}
  

3. Palette

:root {
  --bg: #f8f6f2;
  --bg-secondary: #f0ece6;
  --text: #1c1a18;
  --text-secondary: #8a8580;
  --accent: #8b7355;
  --accent-hover: #7a6348;
  --border: #e0dad2;
  --shadow: rgba(0, 0, 0, 0.04);
}

Mode sombre

[data-theme='dark'] {
  --bg: #121212;
  --bg-secondary: #1a1a1a;
  --text: #e8e3dc;
  --text-secondary: #8a8580;
  --accent: #c9a84c;
  --accent-hover: #d4b85a;
  --border: #2a2826;
  --shadow: rgba(0, 0, 0, 0.3);
}

4. Typographie

:root {
  --font-heading: 'DM Serif Display', Georgia, serif;
  --font-body: 'Outfit', -apple-system, sans-serif;
}

Échelle

h1 { font-size: var(--text-4xl); font-weight: 500; line-height: 1.05; }
h2 { font-size: var(--text-2xl); font-weight: 500; line-height: 1.1; }
h3 { font-size: var(--text-xl); font-weight: 400; line-height: 1.2; }
p  { font-size: var(--text-base); line-height: 1.7; color: var(--text-secondary); }

5. Layout

.section {
  padding-block: var(--space-3xl);
  padding-inline: clamp(2rem, 8vw, 8rem);
}

.text-container {
  max-width: 55ch;
  margin-inline: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space-lg);
}

6. Motion Soft

:root {
  --spring-smooth: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  --spring-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  --spring-gentle: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.button {
  transition: transform var(--spring-bounce), background-color var(--spring-smooth);
}

7. Règles Soft

Interdictions

  • ❌ Contrastes forts (max 7:1, viser 5:1)
  • ❌ Noir ou blanc purs
  • ❌ Angles durs (toujours arrondir légèrement)
  • ❌ Ombres fortes (seulement des ombres subtiles)
  • ❌ Typo sans-serif pour tous les textes (alterner serif/sans-serif)
  • ❌ Plus de 2 polices
  • ❌ Boutons carrés (toujours pill ou arrondis)
  • ❌ Bordures épaisses
  • ❌ Mouvements brusques
  • ❌ Layouts asymétriques agressifs

Obligations

  • ✅ Espace blanc généreux (50%+ de la surface)
  • ✅ Micro-interactions sur tous les éléments cliquables
  • ✅ Typographie mixte (serif + sans-serif)
  • ✅ Palette chaude et accueillante
  • ✅ Navigation flottante / transparente
  • ✅ Ombres subtiles et flou contrôlé
  • ✅ Coins arrondis sur les conteneurs

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.