jungian-archetypes
# Jungian Archetypes → UI/UX Aesthetics
What this skill does
# Jungian Archetypes → UI/UX Aesthetics
## Overview
The 12 Jungian archetypes represent universal patterns of human behavior and motivation. Each archetype carries distinct visual languages, interaction patterns, and design philosophies that can be translated into UI/UX systems.
---
## The 12 Archetypes
### 1. THE HERO
**Core Drive**: Mastery, courage, achievement
**Visual Language**: Bold, angular, dynamic
**UI Characteristics**:
- Strong geometric shapes (triangles, sharp edges)
- High contrast ratios (dark/light extremes)
- Action-oriented CTAs ("Conquer", "Achieve", "Master")
- Progress indicators and achievement badges
- Competitive elements and leaderboards
**Typography**: Bold sans-serif, uppercase headers, tight tracking
**Layout**: Asymmetric grids, diagonal elements, dynamic tension
**Spacing**: Tight, energetic, purposeful
**Motion**: Fast transitions, bold animations, directional movement
**Example Patterns**:
```tailwind
Hero Button: bg-red-600 hover:bg-red-700 px-8 py-4 text-xl font-bold uppercase tracking-wider transform hover:scale-105
Hero Card: border-l-4 border-red-600 bg-zinc-900 shadow-2xl
```
---
### 2. THE MAGICIAN
**Core Drive**: Transformation, knowledge, power
**Visual Language**: Mysterious, sophisticated, transformative
**UI Characteristics**:
- Gradients and transformations
- Interactive reveals and discoveries
- Mystical symbols and sacred geometry
- "Behind the curtain" progressive disclosure
- Transformation metaphors (before/after)
**Typography**: Serif display fonts, elegant script accents, varying weights
**Layout**: Centered compositions, radial symmetry, layered depth
**Spacing**: Generous, intentional negative space
**Motion**: Smooth morphing, particle effects, magical reveals
**Example Patterns**:
```tailwind
Magician Card: bg-gradient-to-br from-purple-900 via-indigo-800 to-blue-900 backdrop-blur-xl
Transformation Button: group relative overflow-hidden [child transitions]
```
---
### 3. THE SAGE
**Core Drive**: Truth, wisdom, understanding
**Visual Language**: Clean, minimal, scholarly
**UI Characteristics**:
- Information hierarchy emphasized
- Clear categorization and taxonomy
- Reading-focused layouts
- Knowledge graphs and connections
- Citation and reference systems
**Typography**: Humanist serif for body, geometric sans for UI
**Layout**: Grid-based, predictable, spacious margins
**Spacing**: Academic spacing ratios (1.5-2x line height)
**Motion**: Minimal, purposeful, never decorative
**Example Patterns**:
```tailwind
Sage Container: max-w-prose mx-auto leading-relaxed text-zinc-700 dark:text-zinc-300
Sage Navigation: border-b border-zinc-200 bg-white/80 backdrop-blur-sm
```
---
### 4. THE INNOCENT
**Core Drive**: Safety, happiness, simplicity
**Visual Language**: Soft, friendly, accessible
**UI Characteristics**:
- Rounded corners everywhere
- Pastel color palettes
- Friendly illustrations and icons
- Simple, clear language
- Encouraging feedback messages
**Typography**: Rounded sans-serif, friendly weights (400-600)
**Layout**: Symmetric, centered, balanced
**Spacing**: Generous padding, comfortable breathing room
**Motion**: Gentle bounces, playful micro-interactions
**Example Patterns**:
```tailwind
Innocent Button: bg-sky-400 hover:bg-sky-500 rounded-full px-6 py-3 shadow-sm
Innocent Card: bg-white rounded-3xl p-8 shadow-md border-2 border-sky-100
```
---
### 5. THE EXPLORER
**Core Drive**: Discovery, freedom, adventure
**Visual Language**: Open, expansive, journey-focused
**UI Characteristics**:
- Map metaphors and navigation
- Journey/path visualizations
- Discovery-based navigation
- Breadcrumbs and waypoints
- Exploration rewards
**Typography**: Adventure-inspired fonts, slightly condensed
**Layout**: Horizontal scrolling, panoramic views, map-like
**Spacing**: Open, airy, suggesting vast spaces
**Motion**: Parallax scrolling, zooming transitions
**Example Patterns**:
```tailwind
Explorer Header: h-screen bg-cover bg-fixed bg-center [parallax effect]
Explorer Card: hover:scale-105 cursor-pointer transition-transform
```
---
### 6. THE REBEL
**Core Drive**: Revolution, disruption, liberation
**Visual Language**: Unconventional, edgy, rule-breaking
**UI Characteristics**:
- Asymmetric layouts
- Unexpected interactions
- Glitch effects and disruption
- Counter-cultural messaging
- Break-the-grid moments
**Typography**: Industrial fonts, distressed effects, mixed cases
**Layout**: Broken grids, chaotic energy, intentional disorder
**Spacing**: Variable, unpredictable, tension-creating
**Motion**: Glitch animations, unexpected movements, disruption
**Example Patterns**:
```tailwind
Rebel Section: -rotate-2 border-4 border-black bg-yellow-400 [brutalist style]
Rebel Text: font-mono uppercase tracking-widest [glitch-effect]
```
---
### 7. THE LOVER
**Core Drive**: Intimacy, beauty, sensuality
**Visual Language**: Elegant, sensual, emotionally resonant
**UI Characteristics**:
- Rich textures and gradients
- Romantic color palettes
- Emphasis on imagery
- Emotional storytelling
- Luxurious details
**Typography**: Elegant serifs, script accents, refined proportions
**Layout**: Flowing, organic, rhythm-based
**Spacing**: Intimate, considered, luxurious
**Motion**: Smooth, sensual, flowing transitions
**Example Patterns**:
```tailwind
Lover Card: bg-gradient-to-br from-rose-100 to-pink-200 backdrop-blur-lg
Lover Typography: font-serif text-rose-900 leading-loose
```
---
### 8. THE CREATOR
**Core Drive**: Innovation, imagination, self-expression
**Visual Language**: Artistic, experimental, expressive
**UI Characteristics**:
- Canvas/workspace metaphors
- Tool palettes and makers' interfaces
- Creative freedom in interaction
- Process visualization
- Experimentation encouraged
**Typography**: Creative variety, expressive mixing
**Layout**: Flexible grids, tool-based layouts
**Spacing**: Functional, workspace-like
**Motion**: Responsive to creation, playful feedback
**Example Patterns**:
```tailwind
Creator Workspace: grid grid-cols-12 gap-4 bg-zinc-50 [maker interface]
Creator Tool: hover:bg-zinc-200 active:bg-zinc-300 cursor-pointer
```
---
### 9. THE JESTER
**Core Drive**: Joy, playfulness, entertainment
**Visual Language**: Playful, energetic, surprising
**UI Characteristics**:
- Unexpected delights and easter eggs
- Gamification elements
- Humor in microcopy
- Playful animations
- Colorful, energetic palettes
**Typography**: Playful fonts, varying sizes, energetic rhythm
**Layout**: Dynamic, asymmetric, entertaining
**Spacing**: Energetic, varied, rhythmic
**Motion**: Bouncy, exaggerated, delightful
**Example Patterns**:
```tailwind
Jester Button: animate-bounce bg-gradient-to-r from-pink-500 to-yellow-500
Jester Card: rotate-1 hover:rotate-0 [playful tilt]
```
---
### 10. THE CAREGIVER
**Core Drive**: Service, compassion, nurturing
**Visual Language**: Warm, supportive, accessible
**UI Characteristics**:
- Clear help and support systems
- Empathetic messaging
- Accessibility-first design
- Supportive feedback
- Community-building features
**Typography**: Warm, readable, comfortable fonts
**Layout**: Organized, predictable, safe
**Spacing**: Comfortable, generous, never cramped
**Motion**: Gentle, supportive, never jarring
**Example Patterns**:
```tailwind
Caregiver Section: bg-amber-50 border-l-4 border-amber-400 p-6
Caregiver Message: text-amber-900 leading-relaxed [supportive tone]
```
---
### 11. THE RULER
**Core Drive**: Control, order, leadership
**Visual Language**: Authoritative, prestigious, structured
**UI Characteristics**:
- Hierarchical organization
- Premium materials and finishes
- Control panel metaphors
- Status indicators
- Command-and-control interfaces
**Typography**: Prestigious serifs, strong hierarchy
**Layout**: Strict grids, formal symmetry
**Spacing**: Precise, authoritative
**Motion**: Dignified, controlled, purposeful
**Example Patterns**:
```tailwind
Ruler Dashboard: bg-zinc-900 border border-amber-600/20 [premium dark]
Ruler TRelated 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.