ui-craft

ui-craft is a skill for Claude Code, Codex from mofirojean/angular-ui-skills. It costs 207 tokens per session (1,696 once invoked), scanned A, original, MIT.

A user-interface design guide for Angular dashboards and other data-heavy screens. It explains choices such as hierarchy, spacing, typography, color, shadows, empty states, loading states, and tooltips.

In plain words
What is it for?
Use it when polishing dashboards, tables, forms, and other Angular interfaces, especially when improving layout, visual emphasis, feedback states, and interaction cues.
Why use it?
It helps address interfaces that feel cluttered, generic, or difficult to scan by connecting visual decisions to how people read and use the screen.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when polishing dashboards, tables, forms, and other Angular interfaces, especially when improving layout, visual emphasis, feedback states, and interaction cues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mofirojean/angular-ui-skills/ui-craft
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 mofirojean/angular-ui-skills --skill ui-craft
Clone the repo
git clone --depth 1 https://github.com/mofirojean/angular-ui-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/mofirojean/angular-ui-skills/ui-craft.svg)](https://agentmods.dev/skills/mofirojean/angular-ui-skills/ui-craft)
Your own site
<a href="https://agentmods.dev/skills/mofirojean/angular-ui-skills/ui-craft"><img src="https://agentmods.dev/badge/skills/mofirojean/angular-ui-skills/ui-craft.svg" alt="Measured on agentmods" height="20"></a>
Per session 207 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,696 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.00207 $0.01696
Opus 5 $0.00103 $0.00848
Sonnet 5 $0.00041 $0.00339
Haiku 4.5 $0.00021 $0.00170

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

Security

Grade A, and why

ui-craft 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-craft/SKILL.md · 83 lines

How it starts

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

UI Craft

Cross-cutting skill. Pair this with one of the library-specific skills (spartan-ng-developer, primeng-developer, ng-zorro-developer, angular-material-developer) plus the base angular-developer. This skill teaches what good looks like and why. The library skill teaches which component to reach for. Both load together when the user wants polished UI.

When this skill should fire

Activate eagerly when the user says any of:

  • "Make this look better / cleaner / more polished"
  • "This feels generic" / "looks like a template"
  • "Improve the dashboard" / "redesign this page"
  • "Why does this look amateur"
  • Specific topics: "hierarchy", "spacing", "typography", "color palette", "shadows", "empty state", "tooltip", "hover state", "loading state"

Also activate proactively (without being asked) when you see:

  • A dashboard or data-heavy surface being built
  • A table with all-grey text, no alignment, no muted/active distinction
  • Form labels in the same weight and color as the values
  • Color used as the only signal (no icon, no text, no shape backup)
  • Hover-only actions with no affordance hinting at them
  • Zero empty states / zero loading states for an async surface

The three tells of an amateur dashboard

These are the patterns that immediately give away a UI built without intent. Each gets its own reference file because each is a discipline, not a single rule.

  1. Data drives the UI. Not the other way around. The shape, density, alignment, color, and chart-vs-table choice all come from the data being displayed, not from a default table template. Read data-driven-ui.md.

  2. Progressive disclosure. Most actions, controls, and metadata don't belong permanently on screen. They belong tucked behind hover, popover, sheet, or context menu, with a clear affordance. The "spectrum of explicitness" runs from always-visible global actions to on-hover row actions to right-click-revealed power-user actions. Read progressive-disclosure.md.

Read the full file on GitHub · 83 lines

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 · 83 lines · 207 tokens per session scan A 66c0af82b1f4

Subscribe to this mod's changes

ui-craft is a skill published in the GitHub repository mofirojean/angular-ui-skills (29 stars, last pushed 1mo ago), licensed MIT. It adds 207 tokens to every session and 1,696 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-30.

Related

Other skills, from other repositories

frontend-design

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

anthropics/claude-plugins-official · 40 tokens

visual-plan

Turn ordinary text plans into rich interactive visual plans with diagrams, file maps, annotated code, open questions, and UI/prototype review when useful.

BuilderIO/skills · 32 tokens

visual-edit

Open a running local app in Design overview mode as URL-backed iframe screens for visual editing, flow review, duplication, and route-state exploration. Use when the user asks to inspect, compare, or edit a real local app visually in Design.

BuilderIO/skills · 51 tokens

display-glasses-with-jetpack-compose-glimmer

Provides guidelines for developing projected Android XR apps for display glasses using the Jetpack Compose Glimmer UI toolkit. This skill covers foundational Glimmer design principles, workflows for implementing Jetpack Compose Glimmer, and interaction models for the glasses form factor. Use this skill to build an…

android/skills · 91 tokens

baseline-ui

Quickly deslop UI code by fixing spacing, hierarchy, typography, and small layout issues. Use when the interface needs a fast cleanup or polish pass.

ibelick/ui-skills · 34 tokens

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens