design-movements
Historical design movements and their enduring influence. Understand Bauhaus, Swiss International Style, Art Deco, Memphis, and more. Use when choosing an aesthetic direction, understanding cultural context, or predicting trend cycles.
What this skill does
# Design Movements
Every movement is a reaction. Understanding the chain of reactions helps you predict what comes next and choose directions intentionally.
## When to Use This Skill
- Choosing an aesthetic direction for a project
- Understanding why certain styles feel the way they do
- Connecting visual choices to cultural meaning
- Predicting trend cycles
- Avoiding accidental historical misuse
## The Lineage
```
Arts & Crafts (1850s) ─→ Art Nouveau (1890s) ─→ Art Deco (1920s)
│
↓
Bauhaus (1919-33) ←────── Modernism
│
↓
Swiss International Style (1950s)
│
┌───────────────┼───────────────┐
↓ ↓ ↓
Corporate Psychedelic Postmodernism
Modernism (1960s) (1970s)
(1960s) │ │
│ ↓ ↓
│ Punk/New Wave Memphis Group
│ (1970s) (1980s)
│ │ │
└───────────────┴───────────────┘
│
↓
Grunge/Deconstructivism (1990s)
│
┌───────────────┼───────────────┐
↓ ↓ ↓
Web 2.0 Flat Design Contemporary
Skeuomorphism (2010s) Eclecticism
(2000s) │ (2020s)
│ │ ↑
└───────────────┴───────────────┘
```
---
## Movements in Depth
### Arts and Crafts (1850-1910)
**Origin**: England → Global
**Reaction To**: Industrial Revolution's dehumanizing mass production
**Core Belief**: Handcraft has moral value
#### Visual Markers
- Organic, nature-inspired patterns
- Medieval and Gothic references
- Hand-drawn lettering
- Earth tones and natural dyes
- Visible evidence of handwork
- William Morris-style wallpapers
#### Modern Application
When a brand needs to feel:
- Artisanal
- Sustainable
- Handcrafted
- Anti-corporate
**Tailwind Approach**:
```css
/* Arts & Crafts-inspired */
colors: earth tones (amber, stone, emerald)
borders: decorative, visible
textures: paper, fabric, natural
typography: serif, slightly ornate
spacing: generous, organic rhythms
```
---
### Art Nouveau (1890-1910)
**Origin**: France, Belgium → International
**Reaction To**: Academic historicism and industrialization
**Core Belief**: Art should be everywhere; no separation between art and craft
#### Visual Markers
- Whiplash curves and flowing lines
- Botanical and female forms
- Integrated typography and image
- Ornate decorative frames
- Asymmetrical compositions
- Jewel-tone colors
#### Modern Application
When a brand needs to feel:
- Elegant
- Artistic
- Feminine
- Luxurious but organic
**Reference**: Paris Metro entrances, Alphonse Mucha posters, Tiffany lamps
---
### Art Deco (1920-1940)
**Origin**: Paris → Global
**Reaction To**: Art Nouveau's organic chaos; post-WWI optimism
**Core Belief**: Machine-age glamour meets geometric precision
#### Visual Markers
- Sunbursts and radiating lines
- Stepped/zigzag forms
- Bold symmetry
- Metallic colors (gold, silver, bronze)
- Geometric sans-serifs
- Chevron patterns
- Egyptian and Aztec influences
#### Modern Application
When a brand needs to feel:
- Luxurious
- Celebratory
- Nostalgic glamour
- Premium entertainment
**Tailwind Approach**:
```css
/* Art Deco-inspired */
colors: gold-500, black, cream
borders: decorative lines, stepped forms
patterns: geometric, repetitive
typography: geometric sans, high contrast display
shadows: sharp, dramatic
```
**Reference**: Chrysler Building, Great Gatsby aesthetic, classic Hollywood
---
### Bauhaus (1919-1933)
**Origin**: Germany (Weimar, Dessau)
**Reaction To**: Decorative excess; need for functional post-war reconstruction
**Core Belief**: Form follows function; art and technology unified
#### Visual Markers
- Primary colors (red, blue, yellow)
- Geometric primitives (circle, square, triangle)
- Sans-serif typography
- Asymmetrical balance
- Grid-based layouts
- Minimal ornamentation
- Clean lines
#### Key Figures
- Walter Gropius (architecture)
- László Moholy-Nagy (photography)
- Josef Albers (color theory)
- Herbert Bayer (typography)
#### Modern Application
When a brand needs to feel:
- Modern
- Functional
- Intelligent
- Progressive
**Tailwind Approach**:
```css
/* Bauhaus-inspired */
colors: red-600, blue-600, yellow-500, black, white
shapes: geometric, primitive
layout: asymmetric grid
typography: geometric sans (Futura, Avant Garde)
borders: minimal, functional
```
**Legacy**: Google Material Design, IKEA, modern corporate identity
---
### Swiss International Style (1950s-1970s)
**Origin**: Switzerland → Global
**Reaction To**: Post-war need for universal, clear communication
**Core Belief**: Objective communication through mathematical order
#### Visual Markers
- Helvetica and Univers typefaces
- Asymmetric grid layouts
- Generous white space
- Flush-left, ragged-right text
- Objective photography
- Limited color palettes
- Sans-serif dominance
#### Key Figures
- Josef Müller-Brockmann
- Max Bill
- Armin Hofmann
- Emil Ruder
#### Grid Principles
```
+---+---+---+---+---+---+
| 1 | 2 | 3 | 4 | 5 | 6 |
+---+---+---+---+---+---+
↓ ↓ ↓
Column Gutter Module
- Consistent column widths
- Mathematical proportions
- Elements snap to grid
- Typography aligned to baseline grid
```
#### Modern Application
When a brand needs to feel:
- Professional
- Trustworthy
- Clear
- International
**Tailwind Approach**:
```css
/* Swiss-inspired */
typography: 'Inter', 'Helvetica Neue', sans-serif
colors: black, white, one accent
layout: 12-column grid, generous gutters
spacing: consistent, mathematical
whitespace: abundant
```
**Legacy**: NYC Subway signage, corporate identity systems, most of the web
---
### Psychedelic Design (1960s-1970s)
**Origin**: San Francisco → Global counterculture
**Reaction To**: Swiss Style's sterility; counterculture movement
**Core Belief**: Design as experience; break every rule
#### Visual Markers
- Vibrating, clashing colors
- Hand-drawn, flowing lettering
- Optical illusions
- Distorted, melting type
- Maximalist density
- Art Nouveau revival elements
- Surreal imagery
#### Modern Application
When a brand needs to feel:
- Rebellious
- Psychedelic
- Festival/event
- Counter-cultural
**Caution**: Accessibility nightmare. Use for specific contexts only.
**Reference**: Grateful Dead posters, Victor Moscoso, Wes Wilson
---
### Postmodernism (1970s-1990s)
**Origin**: Academic architecture → Design
**Reaction To**: Modernist purity ("less is a bore")
**Core Belief**: Embrace complexity, contradiction, and historical reference
#### Visual Markers
- Mixed typefaces and scales
- Layered, chaotic layouts
- Historical pastiche
- Irony and humor
- Bright, clashing colors
- Collage aesthetics
- Deliberate "bad" taste
#### Key Figures
- Robert Venturi (architecture)
- Wolfgang Weingart (typography)
- April Greiman (digital)
#### Modern Application
When a brand needs to feel:
- Ironic
- Intellectual
- Anti-establishment
- Art-world adjacent
---
### Memphis Group (1981-1987)
**Origin**: Milan, Italy
**Reaction To**: Good taste and minimalist seriousness
**Core Belief**: Anti-design; pleasure over function
#### Visual Markers
- Squiggles and arbitrary geometry
- Clashing patterns and colors
- Laminate surfaces
- Asymmetric, unstable forms
- Playful, childlike elements
- Terrazzo patterns
- Bold, jarring combinations
#### Key Figures
- Ettore Sottsass
- Michele De Lucchi
- Nathalie du Pasquier
#### Modern Application
When a brand needs to feel:
- Playful
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.