super-ux CLAUDE.md

super-ux CLAUDE.md is an instructions file for Claude Code from ssheleg/super-ux. It costs 2,124 tokens per session, scanned A, original, MIT.

Project instructions for working on the Super UX add-on, including where its design documents and rules live. They also explain how to add skills or enforce new rules.

In plain words
What is it for?
Use it when maintaining Super UX, its user-experience documents, templates, references, installer, or project rules.
Why use it?
Without these instructions, contributors or agents may edit the wrong source files or leave copied rules and references out of sync. The guide identifies the authoritative files and required checks.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md.

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.

agentmods
npx agentmods add instructions/ssheleg/super-ux/claude-md
Clone the repo
git clone --depth 1 https://github.com/ssheleg/super-ux

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 super-ux CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ssheleg/super-ux/claude-md.svg)](https://agentmods.dev/instructions/ssheleg/super-ux/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ssheleg/super-ux/claude-md"><img src="https://agentmods.dev/badge/instructions/ssheleg/super-ux/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,124 This file is loaded in full into every session.
When invoked 2,124 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.02124 $0.02124
Opus 5 $0.01062 $0.01062
Sonnet 5 $0.00425 $0.00425
Haiku 4.5 $0.00212 $0.00212

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

Security

Grade A, and why

super-ux CLAUDE.md 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 5d 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.

CLAUDE.md · 153 lines

How it starts

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

CLAUDE.md — super-ux

Guidance for agents working on super-ux. For using it, see README.md.

super-ux is the plugin that demands a design chain before UI code. It has a user-facing interface of its own — the installer CLI and its interactive menu in bin/super-ux.js — so it is bound by its own rules. It went three months without them; the 2026-08-10 audit found four defects in that CLI inside an hour of writing the scenarios it should have had.

Where the artifacts are

Path What
docs/ux/ This project's own chain — vision, foundation, flows, screens, scenarios
docs/brand/ This project's own verbal identity, and the surfaces it governs
docs/evidence/ Pipeline records: briefs, specs, plans, retro.md, backlog.md, verification.md
plugins/super-ux/skills/references/ Source of truth for every contract. After editing, run python3 test/sync_references.py
templates/ Seeds seen by target projects — including both hard rules, whose only source these are. Source of truth: shipped copies live in plugins/super-ux/templates/ and inside each skill that seeds from one; after editing, run python3 test/sync_references.py
docs/AGENT_SYNC.md How coordination is wired here, and what it does NOT guarantee. Generated from .claude/agent-sync.json — read it before editing a guarded file, and regenerate it in the same change that alters the config

Gates

Run each alone and read its own exit code. Never through a pipe: tail exits 0 whatever it reads, so validate.py | tail -2 && git commit commits on a red validator. That happened once, in this family, on a tag.

python3 test/validate.py          # repo consistency
python3 test/brand_lint_test.py   # one fixture per brand-lint code
python3 docs/ux/lint.py           # this project's own chain
python3 docs/brand/lint.py        # this project's own copy
python3 test/release_preflight.py # before any tag

Editing anything under plugins/super-ux/skills/references/ — or under templates/ — requires python3 test/sync_references.py in the same change: the per-skill copies are what non-Claude agents actually receive, and the plugin's templates/ mirror is what installed channels seed from.

Read the full file on GitHub · 153 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. 5d ago First seen · 153 lines · 2,124 tokens per session scan A df276d304acb

Subscribe to this mod's changes

super-ux CLAUDE.md is an instructions file published in the GitHub repository ssheleg/super-ux (3 stars, last pushed yesterday), licensed MIT. It adds 2,124 tokens to every session, about $0.0106 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-31.