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.
git 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/commands/hermeticormus/libreuiux-claude-code/archetypal-colors)<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.
<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>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.00030 | $0.02141 |
| Opus 5 | $0.00015 | $0.01071 |
| Sonnet 5 | $0.00006 | $0.00428 |
| Haiku 4.5 | $0.00003 | $0.00214 |
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.
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:
- Tailwind configuration
- CSS variables
- Usage guidelines
- 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
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 · 329 lines · 30 tokens per session scan A 477e2fcb49cd
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.
Other commands, from other repositories
design-qa
Agent-driven design QA — walk the running app, judge design/UX, and drop a Comment-Mode comment on every issue (visible to the human as pins). Then read the session back and fix everything in bulk. Optional focus argument steers the pass.
excalidraw
Create or modify an editable Excalidraw diagram.
diagram-coordinator
Coordinate with agents to generate comprehensive educational diagrams.
diagram-from-file
Generate educational diagram from a source file using Excalidraw.
brand-identity
Guided workflow for creating comprehensive brand identity systems. Walks through discovery, strategy, visual identity, and guidelines creation.
design-audit
Systematic evaluation of existing designs against fundamental principles. Provides actionable feedback rooted in design theory and best practices.