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.
npx skills add gul-labs/craftsman-marketplace --skill craft-uxgit clone --depth 1 https://github.com/gul-labs/craftsman-marketplaceWrote 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.
[](https://agentmods.dev/skills/gul-labs/craftsman-marketplace/craft-ux)<a href="https://agentmods.dev/skills/gul-labs/craftsman-marketplace/craft-ux"><img src="https://agentmods.dev/badge/skills/gul-labs/craftsman-marketplace/craft-ux/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.
<a href="https://agentmods.dev/skills/gul-labs/craftsman-marketplace/craft-ux"><img src="https://agentmods.dev/badge/skills/gul-labs/craftsman-marketplace/craft-ux.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00192 | $0.02960 |
| Opus 5 | $0.00096 | $0.01480 |
| Sonnet 5 | $0.00038 | $0.00592 |
| Haiku 4.5 | $0.00019 | $0.00296 |
Grade A, and why
craft-ux 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UX Craft
The single, self-contained standard for building UI with consistency and intention — applied the same way across every repo. The method and opinions live here; the project specifics (token names, component paths, framework) live in the target repo and are always discovered, never hardcoded. Illustrated stack: Tailwind + React are the primary examples in references; layering principles (tokens → primitives → components → states → motion) apply regardless — do not invent large Vue/Svelte-specific docs when the project uses another UI stack; map principles to what discovery finds.
Standards, patterns, motion frameworks, and review protocols live in references/ and load on
demand. Before any non-trivial task, read references/foundations.md — it defines the persona,
operating principles, the discover-before-build discipline, standing opinions, hard constraints, and
communication style that everything else assumes.
Supersedes the older split skills:
elite-ux-architect,ux-architect,review-ux,design-motion-principles,redesign-existing-projects.
Initialization
When invoked without a specific task: introduce capabilities briefly, ask for direction. Do not proactively audit, scan files, or assess implementation quality. Wait for the user.
The design-system layers (build in this order)
The spine of the skill. Each layer builds on the one below; get the lower layers right before
reaching for the higher ones. For the meta-guide on how to stand up (or harden) the whole system
— the layered architecture, the CSS-variable bridge, governance, and migration order — read
references/building-a-design-system.md. To keep it from rotting, references/token-audit.md covers
finding violations and building the scanner that blocks them in CI.
- Tokens — color, spacing, typography as CSS variables + a typed module. →
references/layer-1-tokens.md - Primitives & implementation —
Stack/Inline/Grid/Boxand the Tailwind/cn()/CVA mechanics every component sits on. →references/layer-2-primitives.md - Components — the supported set (forms, tables, modals, nav, notifications) with consistent
variant/size APIs. →
references/layer-3-components.md - States — loading, empty, error, disabled as first-class. →
references/layer-4-states.md - Motion & accessibility — purposeful motion + the a11y floor. →
references/layer-5-motion.md(three designer deep-dives live inreferences/motion/— Emil, Jakub, Jhey)
What ships with it
24 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.
- references/anti-patterns.md 27 KB
- references/building-a-design-system.md 15 KB
- references/composition.md 19 KB
- references/foundations.md 9.4 KB
- references/layer-1-tokens.md 13 KB
- references/layer-2-primitives.md 16 KB
- references/layer-3-components.md 13 KB
- references/layer-4-states.md 13 KB
- references/layer-5-motion.md 20 KB
- references/live-audit.md 13 KB
- references/motion/emil-craft.md 22 KB
- references/motion/fluid-gestures.md 10 KB
- references/motion/jakub-polish.md 9.6 KB
- references/motion/jhey-experimental.md 12 KB
- references/redesign-audit.md 6.8 KB
- references/review-protocol.md 34 KB
- references/scanner-fixtures/cross-layer.base.css 638 B
- references/scanner-fixtures/cross-layer.tokens.ts 344 B runs code
- references/scanner-fixtures/negatives.tsx 1.5 KB
- references/scanner-fixtures/positives.tsx 1.8 KB
- references/scanner-fixtures/README.md 2.3 KB
- references/starter-kits.md 16 KB
- references/token-audit.md 22 KB
- references/web-interface-guidelines.md 7.9 KB
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.
- 12d ago First seen · 154 lines · 192 tokens per session scan A d9931a97d1b9
craft-ux is a skill published in the GitHub repository gul-labs/craftsman-marketplace (1 stars, last pushed today), licensed MIT. It adds 192 tokens to every session and 2,960 once invoked, about $0.0010 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.
Other skills, from other repositories
shiny-bslib-theming
Advanced theming for Shiny apps using bslib and Bootstrap 5. Use when customizing app appearance with bstheme(), Bootswatch themes, custom colors, typography, brand.yml integration, Bootstrap Sass variables, custom Sass/CSS rules, dark mode and color modes, dynamic theme switching, real-time theming, theme inspection…
shiny-bslib
Build modern Shiny dashboards and applications using bslib (Bootstrap 5). Use when creating new Shiny apps, modernizing legacy apps (fluidPage, fluidRow/column, tabsetPanel, wellPanel, shinythemes), or working with bslib page layouts, grid systems, cards, value boxes, navigation, sidebars, filling layouts, theming…
design-system
Builds and maintains the design system a product is assembled from — tokens for color, type, spacing and elevation, component contracts, and the rules that keep them coherent as the product grows. Use this when starting a new interface, when screens have drifted apart visually, when the same component exists three…
interface-craft
Raises the visual and interaction quality of an interface — layout, hierarchy, type, spacing, density, and the details that separate a considered product from a generic one. Use this when a screen works but looks unfinished or default, when a layout feels crowded or arbitrary, when a page has no clear focal point, or…
interface-redesign
Upgrades an existing interface to a higher standard without rebuilding it — auditing what is there, identifying what reads as generic or unfinished, and sequencing changes by impact. Use this when a product works but looks dated or default, when a redesign is being considered, when deciding whether to restyle or…
fidelity-gate
Build a UI against a frozen visual reference without drift - an inventory extracted before any code, a relics list, and a gate that MEASURES computed styles on a fixture carrying the reference's own data. Use when a mockup, design spec or screenshot is the contract.