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.
npx skills add HermeticOrmus/LibreUIUX-Claude-Code --skill archetypal-combinationsgit clone --depth 1 https://github.com/HermeticOrmus/LibreUIUX-Claude-CodeWrote 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.
[](https://agentmods.dev/skills/hermeticormus/libreuiux-claude-code/archetypal-combinations)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
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.
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.
- 9d ago First seen · 542 lines · 0 tokens per session scan A 275d43c073c3
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.
Other skills, from other repositories
figma-design
Figma workflows, components, auto layout, constraints, prototyping, design systems, and plugin development based on Figma Plugin API documentation.
liquid-glass
Implement Liquid Glass design using .glassEffect() API for iOS/macOS 26+. Covers SwiftUI, AppKit, UIKit, and WidgetKit. Use when creating modern glass-based UI effects.
app-icon-generator
Generates an app icon for macOS or iOS — a fast CoreGraphics placeholder and/or flat layered source art to finish in Icon Composer (the Liquid Glass / iOS 26+ standard). Produces appearance variants (light/dark/tinted) and installs into the asset catalog. Use when the user wants to create, generate, iterate, or update…
preview-data-generator
Generate sample data and a multi-variant.
thinking-triz
When two design requirements seem mutually exclusive, name the contradiction, separate conflicting states, then invent a concrete no-compromise resolution.
animation-patterns
SwiftUI animation patterns including springs, transitions, PhaseAnimator, KeyframeAnimator, SF Symbol effects, scroll-driven effects, mesh gradients, text renderers, and shader effects. Use when implementing, reviewing, or fixing animation or visual-effect code on iOS/macOS.