jungian-archetypes

jungian-archetypes is a skill for Claude Code, Codex from HermeticOrmus/LibreUIUX-Claude-Code. It costs 0 tokens per session (2,350 once invoked), scanned A, original, MIT.

A design guide that uses the 12 Jungian archetypes, recurring patterns of human motivation, to suggest visual styles for user interfaces. It connects each archetype with colors, typography, layouts, and interaction patterns.

In plain words
What is it for?
Use it to choose a UI/UX style based on qualities such as courage, transformation, wisdom, or exploration, including matching colors, shapes, text styles, spacing, and motion.
Why use it?
It helps turn an intended personality or emotional direction into concrete interface design choices.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to choose a UI/UX style based on qualities such as courage, transformation, wisdom, or exploration, including matching colors, shapes, text styles, spacing, and motion.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hermeticormus/libreuiux-claude-code/jungian-archetypes
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HermeticOrmus/LibreUIUX-Claude-Code --skill jungian-archetypes
Clone the repo
git clone --depth 1 https://github.com/HermeticOrmus/LibreUIUX-Claude-Code

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jungian-archetypes

README.md
[![agentmods](https://agentmods.dev/badge/skills/hermeticormus/libreuiux-claude-code/jungian-archetypes/github.svg)](https://agentmods.dev/skills/hermeticormus/libreuiux-claude-code/jungian-archetypes)
Your own site
<a href="https://agentmods.dev/skills/hermeticormus/libreuiux-claude-code/jungian-archetypes"><img src="https://agentmods.dev/badge/skills/hermeticormus/libreuiux-claude-code/jungian-archetypes/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jungian-archetypes

Your own site · 80×15
<a href="https://agentmods.dev/skills/hermeticormus/libreuiux-claude-code/jungian-archetypes"><img src="https://agentmods.dev/badge/skills/hermeticormus/libreuiux-claude-code/jungian-archetypes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,350 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.02350
Opus 5 $0.00000 $0.01175
Sonnet 5 $0.00000 $0.00470
Haiku 4.5 $0.00000 $0.00235

Measured 10d ago against content hash 19d1be67485d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

jungian-archetypes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/archetypal-alchemy/skills/jungian-archetypes/SKILL.md · 327 lines

How it starts

The opening of the file, as written. The whole thing — 327 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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:

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:

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

Read the full file on GitHub · 327 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 327 lines · 0 tokens per session scan A 19d1be67485d

Subscribe to this mod's changes

jungian-archetypes is a skill published in the GitHub repository HermeticOrmus/LibreUIUX-Claude-Code (102 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,350 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories