archetypal-combinations

archetypal-combinations is a skill for Claude Code, Codex from HermeticOrmus/LibreUIUX-Claude-Code. It costs 0 tokens per session (3,601 once invoked), scanned A, original, MIT.

A design-system method that combines Jungian personality patterns with Major Arcana card themes to define a visual style.

In plain words
What is it for?
It helps turn combinations such as an archetype plus a card into Tailwind settings, component examples, layout rules, color palettes, gradients, shadows, and usage guidance.
Why use it?
It gives a repeatable way to connect interface structure and behavior with colors, atmosphere, typography, spacing, and motion.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit It helps turn combinations such as an archetype plus a card into Tailwind settings, component examples, layout rules, color palettes, gradients, shadows, and usage guidance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hermeticormus/libreuiux-claude-code/archetypal-combinations
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 archetypal-combinations
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 archetypal-combinations

README.md
[![agentmods](https://agentmods.dev/badge/skills/hermeticormus/libreuiux-claude-code/archetypal-combinations/github.svg)](https://agentmods.dev/skills/hermeticormus/libreuiux-claude-code/archetypal-combinations)
Your own site
<a href="https://agentmods.dev/skills/hermeticormus/libreuiux-claude-code/archetypal-combinations"><img src="https://agentmods.dev/badge/skills/hermeticormus/libreuiux-claude-code/archetypal-combinations/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 archetypal-combinations

Your own site · 80×15
<a href="https://agentmods.dev/skills/hermeticormus/libreuiux-claude-code/archetypal-combinations"><img src="https://agentmods.dev/badge/skills/hermeticormus/libreuiux-claude-code/archetypal-combinations.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 3,601 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.03601
Opus 5 $0.00000 $0.01801
Sonnet 5 $0.00000 $0.00720
Haiku 4.5 $0.00000 $0.00360

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

Security

Grade A, and why

archetypal-combinations 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 9d 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/archetypal-combinations/SKILL.md · 542 lines

How it starts

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

Archetypal Combinations: Alchemy Engine

Overview

The Archetypal Alchemy system combines Jungian Archetypes (behavioral/structural patterns) with Major Arcana (color/mood modifiers) to generate cohesive, meaningful UI/UX designs.

Formula: ARCHETYPE + CARD = Complete Design System


The Alchemy Process

Step 1: Parse the Formula

Input: "Hero+Sun"
Parse: Archetype = Hero, Card = Sun

Step 2: Extract Archetype Patterns

From jungian-archetypes skill:

  • UI Characteristics
  • Typography rules
  • Layout principles
  • Spacing patterns
  • Motion behavior

Step 3: Extract Card Colors

From major-arcana skill:

  • Primary color
  • Secondary color
  • Accent color
  • Dark shade
  • Gradient formula
  • Shadow style
  • Atmospheric mood

Step 4: Synthesize Design System

Combine archetype structure with card colors to create:

  • Complete Tailwind config
  • Component examples
  • Usage guidelines

Combination Matrix Examples

Hero + Sun

Synthesis: Bold achievement in radiant golden tones

Structure (from Hero):

  • Bold, angular shapes
  • High contrast
  • Action-oriented CTAs
  • Dynamic layouts
  • Fast animations

Colors (from Sun):

  • Primary: bg-yellow-300 → Radiant joy
  • Secondary: bg-orange-400 → Vital energy
  • Accent: bg-yellow-100 → Pure happiness
  • Dark: text-amber-900 → Grounded warmth

Result: Victorious, energetic, life-affirming achievement platform

// Hero+Sun Button
<button className="
  bg-orange-500 hover:bg-orange-400
  px-8 py-4
  text-xl font-bold uppercase tracking-wider
  rounded-md shadow-2xl shadow-orange-300
  transform hover:scale-105 transition-all
  text-white
">
  CLAIM VICTORY
</button>

// Hero+Sun Card
<div className="
  bg-gradient-to-br from-yellow-100 to-orange-200
  border-l-4 border-orange-500
  p-6 rounded-lg shadow-2xl shadow-yellow-200/50
">
  <h2 className="text-3xl font-bold text-amber-900 uppercase tracking-tight">
    Achievement Unlocked
  </h2>
</div>

Magician + Moon

Synthesis: Transformative power in mysterious, lunar hues

Read the full file on GitHub · 542 lines

Files

What ships with it

2 files 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. 9d ago First seen · 542 lines · 0 tokens per session scan A 275d43c073c3

Subscribe to this mod's changes

archetypal-combinations is a skill published in the GitHub repository HermeticOrmus/LibreUIUX-Claude-Code (101 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,601 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