# Minimalist Ui

> UI éditoriale sobre (vibes Notion/Linear). Palette monochrome, structure nette, typographie contrastée, bento grids, aucune décoration superflue.

- **Type:** Skill
- **Install:** `agentstack add skill-mud-mos23-nstup-taste-minimalist`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [mud-mos23](https://agentstack.voostack.com/s/mud-mos23)
- **Installs:** 0
- **Category:** [Productivity](https://agentstack.voostack.com/c/productivity)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [mud-mos23](https://github.com/mud-mos23)
- **Source:** https://github.com/mud-mos23/nstup-taste/tree/main/skills/minimalist
- **Website:** https://github.com/mud-mos23/nstup-taste

## Install

```sh
agentstack add skill-mud-mos23-nstup-taste-minimalist
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Minimaliste — L'Éditorial Digital

Pas de décorum. Pas d'effet de style. Juste du contenu, bien rangé.

---

## 1. Philosophie

1. **Le contenu est roi** — l'UI disparaît pour laisser parler le contenu
2. **Fonction > forme** — si ça n'a pas d'utilité, ça n'existe pas
3. **Un pixel de trop** — si tu peux enlever un élément sans casser l'expérience, enlève-le
4. **Inspirations** — Notion, Linear, Bear, iA Writer, Readwise

---

## 2. Palette

```css
:root {
  --bg: #f8f7f4;
  --bg-secondary: #f0efe8;
  --text: #2d2d2d;
  --text-secondary: #8a8a8a;
  --accent: #3b6ea5;
  --border: #e5e3de;
  --selection: rgba(59, 110, 165, 0.15);
}
```

### Mode sombre
```css
[data-theme='dark'] {
  --bg: #1a1a1a;
  --bg-secondary: #222;
  --text: #e8e8e8;
  --text-secondary: #777;
  --accent: #5b9fd4;
  --border: #2a2a2a;
  --selection: rgba(91, 159, 212, 0.25);
}
```

---

## 3. Typographie

```css
:root {
  --font-heading: 'Inter', -apple-system, sans-serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', monospace;
}
```

Pour le minimaliste, Inter est autorisé car c'est un standard éditorial. Mais préférer :

| Titres | Corps |
|--------|-------|
| Satoshi | Outfit |
| Cabinet Grotesk | Sora |
| DM Sans | Figtree |

---

## 4. Layout

### Structure de page
```css
.page {
  max-width: 720px;
  margin-inline: auto;
  padding: var(--space-2xl) var(--space-lg);
}
```

### Grille de contenu
```css
.content-grid {
  display: grid;
  grid-template-columns: 1fr min(65ch, 100%) 1fr;
}

.content-grid > * {
  grid-column: 2;
}

.content-grid > .full {
  grid-column: 1 / -1;
  padding-inline: 0;
}
```

---

## 5. Composants Minimalistes

### Carte
```jsx

  {category}
  
    {title}
  
  {excerpt}
  
    {date}
    ·
    {readTime} min de lecture
  

```

### Bouton
```jsx

  {label}

```

### Navigation
```jsx

  {links.map(l => (
    
      {l.label}
    
  ))}

```

---

## 6. Règles Strictes

- ❌ Ombres portées
- ❌ Coins arrondis (sauf 4px pour les inputs)
- ❌ Dégradés
- ❌ Icônes inutiles (seulement fonctionnelles)
- ❌ Images décoratives sans contexte
- ❌ Plus de 2 niveaux de fond
- ❌ Bordures épaisses
- ❌ Animations décoratives
- ❌ Layout à plus de 2 colonnes
- ❌ Tout ce qui ressemble à un template SaaS

## Source & license

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

- **Author:** [mud-mos23](https://github.com/mud-mos23)
- **Source:** [mud-mos23/nstup-taste](https://github.com/mud-mos23/nstup-taste)
- **License:** MIT
- **Homepage:** https://github.com/mud-mos23/nstup-taste

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-mud-mos23-nstup-taste-minimalist
- Seller: https://agentstack.voostack.com/s/mud-mos23
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
