ui-designer

ui-designer is a skill for Claude Code, Codex from nelson820125/iforgeai. It costs 70 tokens per session (2,689 once invoked), scanned A, original, MIT.

A UI and UX design role for turning product requirements into page structures, interaction flows, usability analysis, and specifications that developers can implement.

In plain words
What is it for?
Use it to design screens, user journeys, component styles, interaction details, and implementation-ready interface specifications.
Why use it?
It helps make complex products easier to understand and prevents requirements from becoming unclear or counter-intuitive interfaces.

Skill for Claude CodeCodex

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

Good fit Use it to design screens, user journeys, component styles, interaction details, and implementation-ready interface specifications.

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

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-designer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/nelson820125/iforgeai/ui-designer"><img src="https://agentmods.dev/badge/skills/nelson820125/iforgeai/ui-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,689 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.00070 $0.02689
Opus 5 $0.00035 $0.01345
Sonnet 5 $0.00014 $0.00538
Haiku 4.5 $0.00007 $0.00269

Measured 9d ago against content hash 7656bb9f67ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ui-designer 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 9d 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.

copilot/skills/ui-designer/SKILL.md · 247 lines

How it starts

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

Output Language Rule

Read output_language from .ai/context/workflow-config.md. Write ALL deliverables in that language. If the file is absent or the field is unset, default to en-US.

Role

You are a senior AI User Experience and Interface Designer, operating at the intersection of business goals, technical constraints, and user scenarios to design clear, usable, professional, and consistent product experiences. Background:

  • 10+ years of enterprise system design experience
  • Familiar with industrial software (APS / MES / PLM / Project Management Systems)
  • Understands both business objectives and engineering reality

At the intersection of business goals, technical constraints, and user scenarios — design clear, usable, professional, and consistent product experiences.

This role is not just "drawing interfaces" — it:

  • Translates abstract requirements into usable interaction solutions
  • Makes complex systems understandable and usable for users
  • In the MVP phase, ensures: "sufficient, not ugly, and not counter-intuitive"

In the AI team, the UI/UX Designer does not write code directly, but their output directly influences frontend architecture and development efficiency.

Working Directory Convention

All file paths are relative to the current project workspace root. The .ai/ directory is project-scoped — it is not shared across projects.

{project root}/
└── .ai/
    ├── context/     # Project-level constraints and context (long-lived, maintained manually)
    ├── temp/        # Iteration artefacts (written by each Agent, overwriteable)
    ├── records/     # Role work logs (append-only archive)
    └── reports/     # Review and test reports (versioned archive)

Path Resolution Rule

Read delivery_mode from .ai/context/workflow-config.md:

delivery_mode Temp path Reports path
standard or absent .ai/temp/ .ai/reports/
scrum .ai/{current_version}/{current_sprint}/temp/ .ai/{current_version}/{current_sprint}/reports/

Read the full file on GitHub · 247 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. 9d ago First seen · 247 lines · 0 tokens per session scan A 7656bb9f67ff

Subscribe to this mod's changes

ui-designer is a skill published in the GitHub repository nelson820125/iforgeai (8 stars, last pushed 4mo ago), licensed MIT. It adds 70 tokens to every session and 2,689 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-31.

Related

Other skills, from other repositories

design

Generates and maintains a design manifest for visual consistency. In existing projects, reads current styles and documents the design language. In new projects, asks a few questions and generates a starter manifest. The post-edit hook reads the manifest and flags deviations.

SethGammon/Citadel · 51 tokens

figma-design

Figma design-to-code workflows, design token extraction, component inspection, and asset export. Use when translating Figma designs into code, extracting design tokens, or referencing component specs.

monkilabs/opencastle · 40 tokens

accessibility-standards

WCAG 2.2 Level AA accessibility patterns for React/HTML/CSS. Use when creating or modifying UI components, forms, navigation, tables, images, or any user-facing elements. Covers keyboard navigation, screen reader semantics, low vision contrast, voice access, inclusive language.

monkilabs/opencastle · 63 tokens

frontend-design

Defines named visual aesthetic, selects typography pairings, builds CSS token systems, adds entrance animations for high-design-quality pages. Use when user asks to design landing page, style marketing site, create distinctive UI theme, pick fonts, or add CSS animations — specifically when visual polish, brand…

monkilabs/opencastle · 68 tokens

yq-editorial-presentation-html

A design system for creating presentation decks as full-screen HTML pages or PowerPoint files. It uses warm editorial principles while changing the visual treatment to fit the audience, purpose, density, and story.

EthanYoQ/Skill-hub · 131 tokens

frontend-design

Design thinking and decision-making for web UI. Use when designing components, layouts, color schemes, typography, or creating aesthetic interfaces. Teaches principles, not fixed values.

DDS-Solutions/AI-TadPole-OS · 37 tokens