onyx-ui-standard

onyx-ui-standard is a skill for Claude Code, Codex from RaNDoM6913/claude-code-superkit. It costs 24 tokens per session (1,728 once invoked), scanned A, original, MIT.

A visual design guide for the ONYX interface, covering colors, translucent glass-style surfaces, layering, and screen layout.

In plain words
What is it for?
Use it when building or updating interfaces that follow the ONYX dark theme and Liquid Glass style.
Why use it?
It helps developers keep screens visually consistent instead of choosing colors, spacing, and layer order separately for each page.

Skill for Claude CodeCodex

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 skills/random6913/claude-code-superkit/onyx-ui-standard
Any agent
npx skills add RaNDoM6913/claude-code-superkit --skill onyx-ui-standard
Clone the repo
git clone --depth 1 https://github.com/RaNDoM6913/claude-code-superkit

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 onyx-ui-standard

README.md
[![agentmods](https://agentmods.dev/badge/skills/random6913/claude-code-superkit/onyx-ui-standard.svg)](https://agentmods.dev/skills/random6913/claude-code-superkit/onyx-ui-standard)
Your own site
<a href="https://agentmods.dev/skills/random6913/claude-code-superkit/onyx-ui-standard"><img src="https://agentmods.dev/badge/skills/random6913/claude-code-superkit/onyx-ui-standard.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,728 The whole file, excluding the scripts and references it only reads on demand.
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 $0.00024 $0.01728
Opus 5 $0.00012 $0.00864
Sonnet 5 $0.00005 $0.00346
Haiku 4.5 $0.00002 $0.00173

Measured yesterday against content hash eec73297e008, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

onyx-ui-standard 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 yesterday.

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.

packages/showcase/.claude/skills/onyx-ui-standard/SKILL.md · 171 lines

How it starts

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

ONYX UI Standard — Базовая палитра и layout-стандарт

Палитра ONYX (obsidian-black + violet accent)

Каноническое определение: frontend/src/pages/onboarding/shared.tsxCOLORS

bg:              #060609     // Основной фон (obsidian-black)
bgSecondary:     #0A0A10     // Вторичный фон (чуть светлее)
surface:         #0F0F18     // Поверхность карточек
surfaceElevated: #141420     // Приподнятая поверхность
brandDeep:       #1E1E35     // Глубокий бренд-цвет
brandSoft:       #8A8AA8     // Мягкий бренд
brandTint:       #151525     // Бренд-тинт
textPrimary:     #E4E4F0     // Основной текст
textSecondary:   #9898B0     // Вторичный текст
textMuted:       #6A6A82     // Приглушённый текст
textOnBrand:     #F0F0FA     // Текст на бренд-фоне
stroke:          rgba(40, 40, 65, 0.30)  // Обводки
success:         #4ED6A0     // Успех
danger:          #FF5C7A     // Ошибка
violet accent:   #6A5CFF     // Фиолетовый акцент (ключевой)

Gradient backgrounds

/* Простой фон */
background-color: #060609;

/* Градиент (экраны с центральной иконкой) */
background: linear-gradient(to bottom, #08080E 0%, #060609 20%);

Layout-стандарт экранов

Хедер: нативный TG хедер без дополнительных элементов

Нативный TG хедер показывает bot name + системные кнопки. Мы НЕ добавляем никаких дополнительных элементов (лейблов, кнопок "Назад") — контент экрана начинается сразу после нативного хедера. Единый цвет фона (#060609) обеспечивает визуальную целостность.

┌──────────────────────────────────┐
│ [< Назад]   ONYX bot   [v ...] │  ← Нативный TG хедер (#060609)
├──────────────────────────────────┤
│  Контент экрана (pt-4)           │  ← Сразу контент, без промежуточных блоков
│  [Кнопка действия]               │
└──────────────────────────────────┘

Telegram API настройки:

  1. setHeaderColor("#060609") — цвет хедера совпадает с bg
  2. setBackgroundColor("#060609") — цвет подложки
  3. В BotFather: /setname → "ONYX", /setuserpic → аватар
  4. BackButton.show() / BackButton.hide() — нативная кнопка "Назад" вместо "X Закрыть"

Read the full file on GitHub · 171 lines

Files

What ships with it

1 file 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. yesterday First seen · 171 lines · 24 tokens per session scan A eec73297e008

Subscribe to this mod's changes

onyx-ui-standard is a skill published in the GitHub repository RaNDoM6913/claude-code-superkit (2 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 1,728 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

devx-ux

Activate when designing or modifying CLI command surfaces, command help text, install/init/run flows, error wording, or first-run experience in the APM CLI -- even when the user does not say "UX" explicitly.

microsoft/apm · 48 tokens

core-components

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.

agent-skills-hub/agent-skills-hub · 27 tokens

build-webgl-liquid-glass

Build production-ready GPU liquid-glass surfaces with liquid-gl for React or DOM UIs. Default for refractive cards, notifications, panels, GPU bevels, and WebGL glass.

agent-skills-hub/agent-skills-hub · 44 tokens

frontend-specialist

前端开发专家。用于前端应用、页面、组件、现有 UI 增量改进、已有页面视觉优化、UI/UX 改造、视觉重设计、响应式布局、表单和输入框视觉一致性、设计系统落地、React/Vue/Next.js/Nuxt、Tailwind、shadcn/ui、Radix、MUI、AntD、仪表盘、SaaS、Landing Page、移动端适配、前端性能优化、浏览器截图检查和去除 AI 味 UI。触发后应把“做好看”转化为可执行设计约束,优先复用项目现有组件与视觉语言,小步实现并尽量通过浏览器或 Playwright 做视觉反馈闭环;当用户要改进当前页面或已有界面时,默认先诊断再做局部优化,而不是从 0 重做。.

huangwb8/skills · 198 tokens

build-sdf-liquid-glass

Build lightweight SDF/canvas displacement glass with Vaso. Use for responsive refractive cards, no-WebGL fallbacks, many compact surfaces, or explicit SDF requests.

agent-skills-hub/agent-skills-hub · 42 tokens

impeccable

Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for…

wrg32786/aigent-os · 90 tokens