design-ui

design-ui is a skill for Claude Code, Codex from Drizzy07x/Skillquiver. It costs 27 tokens per session (1,636 once invoked), scanned A, original, MIT.

A workflow for creating or redesigning web interfaces and checking how they render. It focuses on accessible pages, dashboards, and static HTML files.

In plain words
What is it for?
Building or redesigning pages, adding accessible interaction where requested, and verifying visual output across the relevant interface.
Why use it?
It turns a loose visual request into consistent interface choices and provides evidence that the resulting page works and looks as intended.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the skillquiver plugin — 24 skills 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/drizzy07x/skillquiver/design-ui
Any agent
npx skills add Drizzy07x/Skillquiver --skill design-ui
Clone the repo
git clone --depth 1 https://github.com/Drizzy07x/Skillquiver

Made for: Claude Code, Codex.

Or install skillquiver, the plugin that ships this one along with the rest of its 24 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/drizzy07x/skillquiver/design-ui.svg)](https://agentmods.dev/skills/drizzy07x/skillquiver/design-ui)
Your own site
<a href="https://agentmods.dev/skills/drizzy07x/skillquiver/design-ui"><img src="https://agentmods.dev/badge/skills/drizzy07x/skillquiver/design-ui.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,636 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.1 $0.00027 $0.01636
Opus 5 $0.00014 $0.00818
Sonnet 5 $0.00005 $0.00327
Haiku 4.5 $0.00003 $0.00164

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

Security

Grade A, and why

design-ui 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/capture-static-page.cjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/design-ui/SKILL.md · 151 lines

How it starts

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

Design UI

Translate the brief into explicit visual decisions, implement one coherent system, and map every delivery claim to evidence.

Route before any tool call

If the prompt names one existing framework-free HTML file and explicit preservation constraints, the bounded path below is mandatory. Accessibility, visual-quality, and responsive wording do not select the full workflow. Read only through the bounded path, then act; do not load this skill's references or continue into the full workflow. Use the full workflow for every other task.

Bounded path for a small static page

Use this path when the request names one existing framework-free HTML file and explicit preservation constraints:

This is a closed route. Do not enumerate the workspace, inspect version control or package files, search for browsers, or reread this skill or the target for confirmation. Visual, accessibility, or usability wording does not authorize new product behavior; add JavaScript only when the prompt explicitly requests an interaction. Do not probe the DOM, image pixels, or browser environment with extra commands.

For this route, focus means the visible keyboard focus treatment and labeling of the existing control. It never means implementing search, filtering, live status, empty states, or other interaction. When the prompt requests no interaction, the finished file must add no script element or event handler.

  1. Read only that file and directly referenced local assets. Do not inspect package files, invoke other skills, or load this skill's references.
  2. Before editing, send one sentence with this complete shape: Direction: audience ...; layout ...; palette ...; typography ...; focus ...; responsive .... Do not edit until all six fields have concrete values. Preserve content and behavior; add no JavaScript or product behavior unless requested.
  3. Apply one focused HTML/CSS patch. Preserve every named ID and constraint. Never delete the target file or replace it through a delete/add sequence. Make the 360px layout safe in the first patch: use border-box sizing, give grid or flex children min-width: 0, keep controls within max-width: 100%, and use a single-column flow below 480px. Put multi-column layout behind a min-width media query. At widths below 480px, use normal block flow with at least a 16px viewport gutter and borders instead of outer shadows. Do not use 100vw, fixed or absolute positioning, transforms, decorative pseudo elements, grids, or flex containers there. Add only the visible label and, if needed, one short helper line; do not add badges, chips, eyebrow copy, or other content. Start from these shell invariants and keep their effect: *,*::before,*::after{box-sizing:border-box}, body{margin:0;padding:16px}, main{width:100%;max-width:72rem;margin-inline:auto}, and input{display:block;width:100%;min-width:0;max-width:100%}.
  4. Run node <this-skill-dir>/scripts/capture-static-page.cjs <page.html> <output-dir> <width...> with every required width. It uses an already installed Chrome, Chromium, or Edge and installs nothing. Inspect each saved image at most once with the host image viewer, never with another command. For a capture below 480px, inspect only the returned inspectionPath; it centers the exact captured pixels on a wider canvas to avoid host-viewer cropping. Report the original outputPath, width, and height as evidence.
  5. Report the returned image paths and dimensions. If it fails, stop and state that rendered verification is unavailable in the next response. Run no more commands after a failed capture. If the first captures expose a concrete defect, make one repair and repeat step 4 once. Run the capture command at most twice total. Do not repair, inspect, or recapture after the second run; issue the final response immediately even if a defect remains. A remaining defect at any required width means rendered verification failed; never call that width usable or the task complete.

Read the full file on GitHub · 151 lines

Files

What ships with it

5 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. 5d ago First seen · 151 lines · 27 tokens per session scan A f3a0819dabd3

Subscribe to this mod's changes

design-ui is a skill published in the GitHub repository Drizzy07x/Skillquiver (2 stars, last pushed 14d ago), licensed MIT. It adds 27 tokens to every session and 1,636 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-08-31.

Related

Other skills, from other repositories

scroll-craft

Build premium scroll-driven landing pages for service, product, food, and drink brands. Plan the visitor journey, page grammar, emotional peak, and bespoke signature move. Create dimensional heroes with independent visual planes, restrained motion, and separate mobile composition. Use supplied photos and footage or…

nateherkai/scroll-craft · 177 tokens

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens

web-typography

Select, pair, and implement typefaces for web projects. Use when the user mentions "font pairing", "which typeface", "line height", "responsive typography", "web font loading", "type hierarchy", "variable fonts", "FOUT/FOIT", "typographic scale", or "the text is hard to read". Also trigger when choosing between system…

wondelai/skills · 128 tokens

migrate-bootstrap

Migrates a traditional Power Pages site from Bootstrap 3 to Bootstrap 5. Downloads the site, runs the pac pages bootstrap-migrate engine, reviews the change report, applies AI-assisted fixes for the residual hierarchy/CSS changes the engine only flags, uploads the migrated site (which auto-enables the Bootstrap 5…

microsoft/power-platform-skills · 116 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…

wondelai/skills · 132 tokens