apply-style

apply-style is a skill for Claude Code, Codex from OneWave-AI/open-agent-stack. It costs 52 tokens per session (435 once invoked), scanned A, original, MIT.

A design-system skill for applying the OneWave visual style to a frontend project. It sets shared colors, fonts, spacing, and corner-radius values, then connects them to the project's framework.

In plain words
What is it for?
Use it to brand a site, create design tokens, theme an app, or adapt the style to a live brand reference and the project's frontend stack.
Why use it?
It helps correct inconsistent branding and keeps interface styling in one set of reusable values. It also prevents unsupported colors, emoji, and invented secrets in the UI.

Skill for Claude CodeCodex

Part of the brand-kit plugin — 1 skill shipped together

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/onewave-ai/open-agent-stack/apply-style
Any agent
npx skills add OneWave-AI/open-agent-stack --skill apply-style
Clone the repo
git clone --depth 1 https://github.com/OneWave-AI/open-agent-stack

Made for: Claude Code, Codex.

Or install brand-kit, the plugin that ships this one along with the rest of its 1 skill.

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 apply-style

README.md
[![agentmods](https://agentmods.dev/badge/skills/onewave-ai/open-agent-stack/apply-style.svg)](https://agentmods.dev/skills/onewave-ai/open-agent-stack/apply-style)
Your own site
<a href="https://agentmods.dev/skills/onewave-ai/open-agent-stack/apply-style"><img src="https://agentmods.dev/badge/skills/onewave-ai/open-agent-stack/apply-style.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 435 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.00052 $0.00435
Opus 5 $0.00026 $0.00217
Sonnet 5 $0.00010 $0.00087
Haiku 4.5 $0.00005 $0.00044

Measured 4d ago against content hash 19f22bb63e0e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

apply-style 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 4d 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/brand-kit/skills/apply-style/SKILL.md · 36 lines

What it actually says

Apply OneWave Style

Apply a warm, earth-toned, dark-background design system as tokens and a theme binding. Keep entry work lean; pull exact values from references/tokens.md and stack notes from references/stacks.md.

Constraints

  • Never emit purple in any color, token, gradient, or preview.
  • Never put emoji in UI output; use an icon library reference instead.
  • Never invent secrets. This skill needs no API key. If the user provides a live brand URL, read it with the built-in web tool, which needs no configuration.

Workflow

  1. Detect the stack. Look for tailwind.config.{js,ts,cjs,mjs}, a global CSS file, and the framework in package.json. Record what you find.
  2. Read references/tokens.md for the canonical color, type, spacing, and radius values. Treat that file as the source of truth.
  3. If the user supplied a brand reference URL, read it with the web tool and note any overrides; otherwise use the reference defaults unchanged.
  4. Write the token block as CSS custom properties on :root in the project's global stylesheet. Group by color, typography, spacing, and radius.
  5. Bind the tokens to the stack using references/stacks.md: extend the Tailwind theme to consume the custom properties, or map plain-CSS utility classes.
  6. Add one preview snippet (a header, a button, and a card) that consumes only the tokens, so the user can verify the look in isolation.
  7. Scan the result for violations: any purple value or emoji is a failure. Remove and replace before finishing.
  8. Report the files changed and the next step (adopt tokens across components).
Files

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.

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. 4d ago First seen · 36 lines · 52 tokens per session scan A 19f22bb63e0e

Subscribe to this mod's changes

apply-style is a skill published in the GitHub repository OneWave-AI/open-agent-stack (2 stars, last pushed 24d ago), licensed MIT. It adds 52 tokens to every session and 435 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

colors

Color systems for web interfaces — OKLCH conversion and palette generation, contrast measurement (APCA/WCAG), gamut and P3 fallbacks, theming, one meaning per color. INVOKE PROACTIVELY when converting color values, building or extending a palette or token set, checking or reporting contrast, or theming light and dark…

PrabhdeepSingh/claude-plugins · 99 tokens

typography

Web typography — typeface choice and pairing, variable fonts and OpenType features, type scales, line-height, letter-spacing, measure, wrapping, truncation, underlines, tabular numbers, iOS input zoom. INVOKE PROACTIVELY when styling or reviewing anything that renders text. The words themselves: [[ux-writing]]…

PrabhdeepSingh/claude-plugins · 103 tokens

ui-polish

Design-engineering details that make an interface feel polished — border radius, optical alignment, shadows and elevation, animations and micro-interactions, press feedback, icons. INVOKE PROACTIVELY when building or reviewing UI components, adding motion or hover/active states, or when the user says "make it feel…

PrabhdeepSingh/claude-plugins · 109 tokens

layout

Layout structure for web interfaces — grouping, alignment, negative space, reading order, progressive disclosure, breakpoints, direction-aware (RTL) structure. INVOKE PROACTIVELY when structuring a page or component, spacing or aligning controls, deciding what collapses at small sizes, or reviewing frontend structure.…

PrabhdeepSingh/claude-plugins · 104 tokens

前端设计工程师工作流程(林澄)

林澄(Nora Lin)专属 Skill:从设计到代码一手搞定——HTML/CSS/JS 页面、数据可视化、SVG、邮件模板、落地页.

CavinHuang/lume · 53 tokens

frontend-craft-director

A self-contained frontend design, redesign, audit, implementation, anti-AI-slop, and rendered visual-QA skill for use directly inside a ChatGPT conversation or through a local MCP-accessible project.

mehrdad03/localdev-mcp · 47 tokens