ontology-atlas: Skill for Claude Code

.agents/skills/design-system-audit/SKILL.md

design-system-audit is a skill for Claude Code, Codex from wlsdks/ontology-atlas. It costs 0 tokens per session (1,282 once invoked), scanned A, original, MIT.

A review of whether a design system is actually enforced across a codebase. A design system is a shared set of rules for values such as colours, text sizes, spacing, and corner shapes.

In plain words
What is it for?
Use it to inspect automated checks, token usage, file coverage, and alternative value scales across the interface. It audits the system rather than only one screen.
Why use it?
It finds ways that code can bypass those rules, such as unchecked folders, warning-only checks, or competing sets of design values. This helps explain why unwanted styles keep returning.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is wlsdks/ontology-atlas's own configuration. It tells Claude Code and Codex how to work on ontology-atlas itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ontology-atlas configures →

Reuse

Borrowing it

Nothing to install: this file belongs to wlsdks/ontology-atlas. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/wlsdks/ontology-atlas/main/.agents/skills/design-system-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/wlsdks/ontology-atlas

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 design-system-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/wlsdks/ontology-atlas/design-system-audit/github.svg)](https://agentmods.dev/skills/wlsdks/ontology-atlas/design-system-audit)
Your own site
<a href="https://agentmods.dev/skills/wlsdks/ontology-atlas/design-system-audit"><img src="https://agentmods.dev/badge/skills/wlsdks/ontology-atlas/design-system-audit/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 design-system-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/wlsdks/ontology-atlas/design-system-audit"><img src="https://agentmods.dev/badge/skills/wlsdks/ontology-atlas/design-system-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,282 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 15
    Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.
    Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
  • high Anti-Refusal · line 125
    Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.
    Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
  • medium Excessive Agency · line 124
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00000 $0.01282
Opus 5 $0.00000 $0.00641
Sonnet 5 $0.00000 $0.00256
Haiku 4.5 $0.00000 $0.00128

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

Security

Grade A, and why

design-system-audit 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.

.agents/skills/design-system-audit/SKILL.md · 128 lines

How it starts

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

Audit the system, not one screen

A ramp is the allowed value ladder; an off-ramp value is hand-selected outside it; a gate is automated enforcement. A 2026-08-03 inventory found 300+ off-ramp values, but their cause was four gate holes:

Hole Effect
lint saw bracket values only 268 named Tailwind steps such as text-sm and rounded-md bypassed the ramp
two central surfaces were warning-only with no warning cap 66 violations blocked nothing
a colour checker skipped a directory raw colours had never been checked there
one screen owned a parallel four-step ramp 17 of 33 elements sat off the app-wide ramp

Fixing values without closing entry holes guarantees recurrence. /design-audit measures one finished DOM change; /responsive-sweep measures breakpoint bands; this skill asks whether the system is enforceable.

Scope and requested action

Use the scope returned by pnpm design:route, or the user's explicit audit scope. "Every" below refers to that scope, not every screen in the repository. An audit request produces findings and repair proposals. Apply repairs only when the task also authorizes them; the repair order below does not itself authorize edits. Report unmeasured areas rather than expanding the audit silently.

0. Read actual ramps

Extract values from app/globals.css; do not audit from memory or a stale prose copy.

grep -oE "\-\-text-[a-z-]+:\s*[0-9.]+px" app/globals.css | sort -u
grep -oE "\-\-radius-[a-z-]+:\s*[0-9.]+px" app/globals.css | sort -u
grep -oE "\-\-leading-[a-z-]+:" app/globals.css | sort -u
grep -oE "\-\-shadow-elevation-[a-z0-9-]+:" app/globals.css | sort -u

1. Measure gate reach

For every specification, ask what the detector cannot see.

  1. Syntax: bracket versus named utility, hex versus rgba, class versus inline style, prefixed variants, text arrow versus icon, direct value versus ternary.
  2. Path: lint the file directly and compare with an independent source search. Four app boundary pages once held 22 silent off-ramp lines outside scope.
  3. Level: a warning with no --max-warnings is not a gate.
  4. Exemption: inspect shouldSkip*, allowlists, and ignores. Exempt exact files with reasons, never whole directories.
  5. Parallel system: look for surface-local ramps differing from global steps by 1–4px.
  6. Letterform pin: reject gates that freeze an adjacent class or quote style rather than the property; they fail on legitimate rewrites.

Read the full file on GitHub · 128 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 Changed · +10 lines 6cb376b1fbf9
  2. 12d ago First seen · 118 lines · 0 tokens per session scan A e03bf2dda588

Subscribe to this mod's changes

design-system-audit is a skill published in the GitHub repository wlsdks/ontology-atlas (103 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,282 tokens. 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.

Related

Other skills, from other repositories

design-brief

Parse a structured design brief written in I-Lang protocol format into a concrete design spec. Eliminates ambiguity from vague requests like "make it professional" by requiring explicit dimensions: palette, typography, layout, mood, density, and constraints. Trigger keywords: "design brief", "create a design brief"…

nexu-io/open-design · 76 tokens

fs-electric-studio

OpenDesign as an enterprise design platform: a buyer-forwardable proposal for a design-org's economic buyer — pain, value, ROI, rollout. Built as a decision-grade B2B sales deck for economic buyer, design VP, procurement.

nexu-io/open-design · 53 tokens

critique

Run a 5-dimension expert design review on any HTML artifact in the project — Philosophy / Visual hierarchy / Detail / Functionality / Innovation, each scored 0–10. Outputs a single self-contained HTML report with a radar chart, evidence-backed scores, and three lists: Keep / Fix / Quick-wins. Use when the brief asks…

nexu-io/open-design · 107 tokens

kami-landing

Produce a print-grade single-page kami (紙 / 纸) document — warm parchment canvas, ink-blue accent, serif at one weight, no italic, no cool grays. The output reads like a professional white paper or studio one-pager, not an app UI. Multilingual by design (EN · zh-CN · ja). One self-contained HTML file, zero dependencies.

nexu-io/open-design · 81 tokens

open-design-landing-deck

OpenDesign's brand-story deck for partners and press: why it exists, what it believes, and where design is going. Built as a decision-grade marketing & GTM deck for partners, press, community.

nexu-io/open-design · 49 tokens

fs-editorial-forest

Art-directing a fashion house's annual report — the editorial system, the photography rhythm, and the data spreads. Built as a decision-grade design craft deck for brand stakeholders, exec audience.

nexu-io/open-design · 44 tokens