design

design is a skill for Claude Code, Codex from notque/vexjoy-agent. It costs 47 tokens per session (3,295 once invoked), scanned A, original, MIT.

A collection of workflows for product and interface design work, including writing interface text, building design systems, reviewing screens, checking accessibility, preparing developer handoffs, and summarizing user research.

In plain words
What is it for?
Use it to write interface copy, define reusable components, critique designs, check keyboard and screen-reader access, create implementation notes, or synthesize research.
Why use it?
It provides a suitable process for different design tasks instead of treating every design question the same way.

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/notque/vexjoy-agent/design
Any agent
npx skills add notque/vexjoy-agent --skill design
Clone the repo
git clone --depth 1 https://github.com/notque/vexjoy-agent

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/notque/vexjoy-agent/design.svg)](https://agentmods.dev/skills/notque/vexjoy-agent/design)
Your own site
<a href="https://agentmods.dev/skills/notque/vexjoy-agent/design"><img src="https://agentmods.dev/badge/skills/notque/vexjoy-agent/design.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,295 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.00047 $0.03295
Opus 5 $0.00023 $0.01648
Sonnet 5 $0.00009 $0.00659
Haiku 4.5 $0.00005 $0.00330

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

Security

Grade A, and why

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

skills/business/design/SKILL.md · 278 lines

How it starts

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

Design

Umbrella skill for design workflows: UX copy, design systems, critique, accessibility review, developer handoff, and user research synthesis. Each mode loads its own reference files on demand.


Mode Detection

Classify into one mode before proceeding.

Mode Signal Phrases Reference
UX-COPY write copy, button text, error message, empty state, onboarding copy, tooltip text, confirmation dialog, notification copy references/ux-copy.md
DESIGN-SYSTEM design tokens, component library, naming conventions, audit components, document component, extend system, theme architecture references/design-systems.md
CRITIQUE review design, critique mockup, design feedback, evaluate screen, visual hierarchy, usability review references/design-critique.md
ACCESSIBILITY WCAG, accessibility audit, color contrast, keyboard navigation, screen reader, a11y, focus management, ARIA references/accessibility-review.md
HANDOFF developer handoff, spec sheet, handoff doc, implementation spec, design-to-dev, responsive spec references/design-handoff.md
RESEARCH synthesize research, interview analysis, usability findings, survey results, user segments, research themes (inline — see workflow)

If the request spans modes, pick the primary mode and note the secondary.


Workflow by Mode

UX-COPY Mode

Load: references/ux-copy.md, references/llm-design-failure-modes.md

  1. Gather context — Ask conversationally:

    • Component type (button, error, empty state, tooltip, confirmation, notification, onboarding)
    • User state and emotional context (frustrated, exploring, completing a task)
    • Brand voice (formal, friendly, playful, reassuring)
    • Constraints (character limits, platform guidelines, localization needs)
    • Existing copy patterns (what terminology the product already uses)
  2. Generate copy using component-specific patterns from reference:

    • Primary recommendation with rationale
    • 2-3 alternatives with tone/context guidance
    • Localization notes (character expansion, idiom risks, cultural context)

Read the full file on GitHub · 278 lines

Files

What ships with it

6 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 · 278 lines · 47 tokens per session scan A ab0590e190e9

Subscribe to this mod's changes

design is a skill published in the GitHub repository notque/vexjoy-agent (419 stars, last pushed yesterday), licensed MIT. It adds 47 tokens to every session and 3,295 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

design

Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini, Atlas Cloud, or MuAPI AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG, Gemini 3.1 Pro)…

nextlevelbuilder/ui-ux-pro-max-skill · 148 tokens

ui-styling

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns…

nextlevelbuilder/ui-ux-pro-max-skill · 90 tokens

accesslint-scan

Audit a live page for accessibility issues, locate each WCAG violation precisely, and return a selector-grounded fix worklist without editing.

sickn33/agentic-awesome-skills · 32 tokens

improve-app

Guided journey from a shipped app that works but feels rough to a product that fits the job, flows without friction, reads clearly, and persuades honestly. Orchestrates nine skills phase by phase - jobs-to-be-done, ux-heuristics, design-everyday-things, refactoring-ui, microinteractions, made-to-stick…

wondelai/skills · 236 tokens

lean-ux

Apply lean thinking to UX: hypothesis-driven design, collaborative sketching, and rapid experiments instead of heavy deliverables. Use when the user mentions "Lean UX", "design hypothesis", "outcome over output", "design studio method", "assumption mapping", "lightweight research", "too much design documentation", or…

wondelai/skills · 134 tokens

creating-streamlit-themes

Creating and customizing Streamlit themes. Use when changing app colors, fonts, or appearance, or aligning apps to brand guidelines. Covers config.toml configuration, design principles, and CSS avoidance.

iusztinpaul/designing-real-world-ai-agents-workshop · 44 tokens