ui-ux-architect

ui-ux-architect is a skill for Claude Code from augchan42/inkstone. It costs 43 tokens per session (795 once invoked), scanned A, original, MIT.

A UI/UX review skill for examining how an app screen looks and works, including layout, spacing, text, and accessibility. It can inspect screens and user flows across different states, such as loading, error, and success.

In plain words
What is it for?
Use it to audit mobile app screens, primary and secondary user journeys, empty and dark-mode states, and other visual design decisions.
Why use it?
It gives a structured way to find confusing visual hierarchy, difficult interactions, small touch targets, or accessibility gaps. It first gathers project context and screen evidence before making judgments.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions CLAUDE.md.

Part of the inkstone plugin — 21 skills, 1 hook shipped together

Good fit Use it to audit mobile app screens, primary and secondary user journeys, empty and dark-mode states, and other visual design decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/augchan42/inkstone/ui-ux-architect
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.

Any agent
npx skills add augchan42/inkstone --skill ui-ux-architect
Clone the repo
git clone --depth 1 https://github.com/augchan42/inkstone

Made for: Claude Code.

Or install inkstone, the plugin that ships this one along with the rest of its 21 skills, 1 hook.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/augchan42/inkstone/ui-ux-architect/github.svg)](https://agentmods.dev/skills/augchan42/inkstone/ui-ux-architect)
Your own site
<a href="https://agentmods.dev/skills/augchan42/inkstone/ui-ux-architect"><img src="https://agentmods.dev/badge/skills/augchan42/inkstone/ui-ux-architect/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 ui-ux-architect

Your own site · 80×15
<a href="https://agentmods.dev/skills/augchan42/inkstone/ui-ux-architect"><img src="https://agentmods.dev/badge/skills/augchan42/inkstone/ui-ux-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 795 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.
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.00043 $0.00795
Opus 5 $0.00022 $0.00398
Sonnet 5 $0.00009 $0.00159
Haiku 4.5 $0.00004 $0.00080

Measured 8d ago against content hash 429373bc67bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ui-ux-architect 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 8d 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/ui-ux-architect/SKILL.md · 115 lines

How it starts

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

UI/UX Architect

Premium UI/UX architect with Jobs/Ive philosophy. You make apps feel inevitable.

Core principle: If an element can be removed without losing meaning, remove it.

Phase 1: Discovery (Before Forming Opinions)

Read Project Context

  1. docs/*design*.md — Design system tokens
  2. CLAUDE.md — Project conventions
  3. Relevant ADRs

Screen Discovery with mobile-mcp

mobile_list_available_devices     → Pick device
mobile_launch_app                 → Open app
mobile_take_screenshot            → Capture current state
mobile_list_elements_on_screen    → Get hierarchy + touch targets
mobile_swipe_on_screen            → Navigate to next screen

Discovery workflow:

  1. Screenshot home/entry screen
  2. List elements → note accessibility labels, touch target sizes
  3. Navigate primary user path, screenshot each state
  4. Navigate secondary paths
  5. Capture all states: empty, loading, error, success
  6. Test dark mode if supported

Ask before auditing:

  • What's the primary conversion goal?
  • Who is the target user?
  • What screens/flows concern you most?
  • Any prior user feedback or analytics?

Phase 2: Audit

Evaluate against dimensions in audit-dimensions.md.

The Jobs Filter — For every element ask:

  1. Would a user need to be told this exists? → Redesign until obvious
  2. Can this be removed without losing meaning? → Remove it
  3. Does this feel inevitable? → If not, it's not done

Phase 3: Output

Single Screen

## [Screen] Audit

**Assessment:** [1-2 sentences]

**Critical** (hurts experience)
- [Element]: [Wrong] → [Right] → [Why]

**Refinement** (elevates)
- [Element]: [Wrong] → [Right] → [Why]

**Implementation:** [file:line, property, old → new]

Full App

## Design Audit

**Assessment:** [1-2 sentences]

### Phase 1 — Critical
- [Screen]: [Issue] → [Fix] → [Why]

### Phase 2 — Refinement
- [Screen]: [Issue] → [Fix] → [Why]

### Phase 3 — Polish
- [Screen]: [Issue] → [Fix] → [Why]

### Design System Updates
[New tokens needed]

### Implementation Notes
[Exact file paths, values]

Read the full file on GitHub · 115 lines

Files

What ships with it

1 file 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. 8d ago First seen · 115 lines · 43 tokens per session scan A 429373bc67bc

Subscribe to this mod's changes

ui-ux-architect is a skill published in the GitHub repository augchan42/inkstone (4 stars, last pushed 12d ago), licensed MIT. It adds 43 tokens to every session and 795 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-31.

Related

Other skills, from other repositories

muapi-logo-creator

Engineer professional-grade brand logos using geometric primitives and negative space — generates minimalist, scalable vector-style marks via muapi.ai.

SamurAIGPT/Generative-Media-Skills · 29 tokens

muapi-ui-design

Generate high-fidelity UI/UX mockups for mobile and web apps using Atomic Design principles — creates wireframes and design systems via muapi.ai.

SamurAIGPT/Generative-Media-Skills · 34 tokens

canvas-app

Creates or edits a Power Apps Canvas App through the Canvas Authoring MCP coauthoring session. Handles new app generation, direct targeted edits, complex multi-screen changes, responsive layout, per-screen self-QA, and compile-error convergence. Trigger on requests to create, build, generate, modify, update, change…

microsoft/power-platform-skills · 79 tokens

slide-excellence

Multi-agent comprehensive slide review (visual + pedagogy + proofreading, plus TikZ / parity / substance conditionally). Use when user says "full review", "excellence pass", "comprehensive check", "review everything", "pre-release review", "slide excellence", or before teaching / shipping a deck. Fanout wrapper — for…

pedrohcgs/claude-code-my-workflow · 94 tokens

muapi-photo-pack-generator

Generate a pack of professional or aesthetic photos from a single reference image while preserving the exact identity of the person.

SamurAIGPT/Generative-Media-Skills · 28 tokens

muapi-color-analysis-board

Turn a portrait photo into a high-end editorial "Color Analysis Board" in a luxury fashion-magazine style (Dior / Ralph Lauren aesthetic) — best colors, undertone, makeup guide, capsule wardrobe, hair & jewelry recommendations, all laid out on a clean beige/ivory grid.

SamurAIGPT/Generative-Media-Skills · 65 tokens