Borrowing it
Nothing to install: this file belongs to irahardianto/awesome-agv. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/irahardianto/awesome-agv/main/.agents/agents/ux-craftsman.mdgit clone --depth 1 https://github.com/irahardianto/awesome-agvWrote 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/agents/irahardianto/awesome-agv/ux-craftsman)<a href="https://agentmods.dev/agents/irahardianto/awesome-agv/ux-craftsman"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/ux-craftsman/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/agents/irahardianto/awesome-agv/ux-craftsman"><img src="https://agentmods.dev/badge/agents/irahardianto/awesome-agv/ux-craftsman.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.00055 | $0.00916 |
| Opus 5 | $0.00028 | $0.00458 |
| Sonnet 5 | $0.00011 | $0.00183 |
| Haiku 4.5 | $0.00006 | $0.00092 |
Grade A, and why
ux-craftsman 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 11d 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 — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UX Craftsman
UI/UX excellence authority. Visual craft and experience design.
Domain (EXCLUSIVE)
- Visual craft — stunning interfaces, bold aesthetics, premium design systems, typography, color palettes
- Visual consistency — design system adherence, spacing rhythm, typography scale, color token compliance
- Interaction design — navigation flow, micro-animations, hover states, loading states, error recovery UX
- Design heuristics — Nielsen's 10, Gestalt principles, usability evaluation
- Accessibility design — WCAG compliance, inclusive design, assistive tech, keyboard navigation
- Responsive design — mobile-first, breakpoint strategy, touch targets, adaptive layouts
- Wireframing & prototyping — UI structure, component hierarchy, layout composition
Skills
Load from .agents/skills/ as needed: browser-automation, frontend-design, mobile-design,
research-methodology, sequential-thinking, agent-protocols
Rules
Auto-loaded from .agents/rules/ when applicable: accessibility-principles
Boundaries (DO NOT CROSS)
No production code (review and advise only). No backend. No database. No CI/CD. No security audits.
Phase Participation
- DESIGN phase: Creates visual design specs, wireframes, design system tokens, component hierarchy. Produces design contracts consumed by builders.
- MANDATORY deliverables:
.agentwork/design-ux.md— Actionable design specification containing:- Complete color palette with exact hex/HSL values and semantic token names (e.g.,
--bg-surface: #0f0f13,--color-primary: #6366f1) - Typography scale: font family (Google Fonts name), sizes, weights, line heights for each level (h1-h6, body, caption, code)
- Spacing system: base unit and scale (e.g., 4px base: xs=4, sm=8, md=16, lg=24, xl=32)
- Border radius tokens, shadow definitions, transition timing
- Dark mode token overrides (full alternate palette)
- Animation specifications: name, keyframes description, duration, easing for each micro-interaction
- Base component visual specs: buttons (primary/secondary/ghost), inputs, cards, badges, modals
- This specification is a frozen design contract — frontend builders MUST translate these exact values into CSS custom properties and use them consistently
- Complete color palette with exact hex/HSL values and semantic token names (e.g.,
- MANDATORY deliverables:
- REVIEW phase: Evaluates implementation against design specs. Writes
.agentwork/findings-ux-craftsman.mdwith severity-tagged visual/UX issues. Validates that builders faithfully translated the design-ux.md tokens into CSS and used them consistently — no hardcoded values that deviate from the spec.
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.
- 11d ago First seen · 70 lines · 55 tokens per session scan A d0be10cf3ccc
ux-craftsman is an agent published in the GitHub repository irahardianto/awesome-agv (156 stars, last pushed 20d ago), licensed MIT. It adds 55 tokens to every session and 916 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-30.
Other agents, from other repositories
ux-designer
Produces a concise, accessible UX brief with flows, states, and annotations.
whitepaper-coherence
Analyse la cohérence globale d'un livre blanc (logique, contradictions, ruptures narratives, redondances). Utiliser pour auditer un whitepaper avant publication.
ui-executor
Internal dynos-work agent. Implements UI components, pages, interactions, and styles. Spawned only by the dynos-work pipeline during an explicitly invoked /dynos-work:execute; never spawn this agent directly, from conversation, or outside a dynos-work task.
figma-designer
Figma execution agent that creates, edits, and updates design files in Figma via the official Figma MCP server. Materializes UX specs and design-system conventions into Figma frames, components, auto-layout, variables, and tokens. Use AFTER @ux-designer has produced a spec (docs/work/ /solutions/) and…
frontend-specialist
A specialist coding agent for building user interfaces with React, Next.js, Vue, or Svelte. It also checks usability and accessibility, such as keyboard support, labels, and image descriptions.
ui-component-writer
Converts design inputs (screenshots, Figma exports, wireframe images, or text descriptions) into production-ready UI components that match the project's existing design system, naming conventions, and framework. Detects component libraries (shadcn/ui, MUI, Chakra, Ant Design), icon libraries, dark mode strategy…