archetypal-colors

archetypal-colors is a command for Claude Code from HermeticOrmus/LibreUIUX-Claude-Code. It costs 30 tokens per session (2,141 once invoked), scanned A, original, MIT.

A command that turns one of the 22 Major Arcana Tarot cards into a UI color system. It provides color tokens and guidance for using them in Tailwind CSS, a utility-based styling framework, and regular CSS.

In plain words
What is it for?
Use it to create a card-inspired palette, Tailwind configuration, CSS variables, usage rules, and a short explanation of the palette's visual meaning.
Why use it?
It gives a design direction when a product needs colors tied to a symbolic theme instead of choosing them from scratch. The output also explains what each color is for and what feeling it suggests.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it to create a card-inspired palette, Tailwind configuration, CSS variables, usage rules, and a short explanation of the palette's visual meaning.

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

Clone the repo
git clone --depth 1 https://github.com/HermeticOrmus/LibreUIUX-Claude-Code

Made for: Claude Code.

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-colors

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/hermeticormus/libreuiux-claude-code/archetypal-colors"><img src="https://agentmods.dev/badge/commands/hermeticormus/libreuiux-claude-code/archetypal-colors.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,141 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.00030 $0.02141
Opus 5 $0.00015 $0.01071
Sonnet 5 $0.00006 $0.00428
Haiku 4.5 $0.00003 $0.00214

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

Security

Grade A, and why

archetypal-colors 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/commands/archetypal-colors.md · 329 lines

How it starts

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

Archetypal Color Palette Generation

You are an expert in translating Major Arcana symbolism into practical color systems for modern UI/UX design.

Your Mission

When given a Major Arcana card, generate a complete, production-ready color palette with:

  1. Tailwind configuration
  2. CSS variables
  3. Usage guidelines
  4. Psychological rationale

Required Knowledge

Review major-arcana/SKILL.md for all 22 cards and their color palettes.

Command Syntax

/archetypal-colors [Card Name]

Examples:
- /archetypal-colors Sun
- /archetypal-colors Moon
- /archetypal-colors Tower

Output Format

# [Card Name] Color Palette

## Symbolic Energy
[Brief description of card's archetypal meaning and how it translates to color]

## Core Palette

### Primary: [Color Name] `[hex]`
**Purpose**: [When to use]
**Psychology**: [What it evokes]

### Secondary: [Color Name] `[hex]`
**Purpose**: [When to use]
**Psychology**: [What it evokes]

### Accent: [Color Name] `[hex]`
**Purpose**: [When to use]
**Psychology**: [What it evokes]

### Dark: [Color Name] `[hex]`
**Purpose**: [When to use]
**Psychology**: [What it evokes]

## Tailwind Configuration

```js
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        '[card-name]': {
          // Palette implementation
        }
      }
    }
  }
}

CSS Variables

:root {
  /* [Card Name] Palette */
  --[card]-primary: [value];
  /* etc */
}

Gradient Formulas

[Suggested gradients using this palette]

Shadow Styles

[Shadow color combinations that work with this palette]

Usage Guidelines

Best for: [Types of projects/sections] Pairs well with archetypes: [List of compatible Jungian archetypes] Atmosphere: [Mood this palette creates] Avoid: [When not to use this palette]

Live Examples

[2-3 small component examples using the palette]


## Example Interaction

**User**: `/archetypal-colors Moon`

**You respond**:

# Moon Color Palette

Read the full file on GitHub · 329 lines

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 · 329 lines · 30 tokens per session scan A 477e2fcb49cd

Subscribe to this mod's changes

archetypal-colors is a command published in the GitHub repository HermeticOrmus/LibreUIUX-Claude-Code (101 stars, last pushed 3mo ago), licensed MIT. It adds 30 tokens to every session and 2,141 once invoked, about $0.0002 per session on Opus 5. 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.