skill-modern-ui-patterns

skill-modern-ui-patterns is a skill for Claude Code, Codex from IAPro-Community/Orquestrador-Maestro. It costs 41 tokens per session (904 once invoked), scanned A, original, Apache-2.0.

A set of patterns for building and refining web interfaces with React, TypeScript, and Tailwind. It covers common SaaS screens such as dashboards, tables, forms, billing, onboarding, and settings.

In plain words
What is it for?
Use it when implementing or polishing SaaS dashboards, admin panels, forms, tables, responsive pages, and design-system components.
Why use it?
It helps keep interface layouts, responsive behavior, component states, and visual rules consistent across an application.

Skill for Claude CodeCodex

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

Good fit Use it when implementing or polishing SaaS dashboards, admin panels, forms, tables, responsive pages, and design-system components.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iapro-community/orquestrador-maestro/skill-modern-ui-patterns
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 IAPro-Community/Orquestrador-Maestro --skill skill-modern-ui-patterns
Clone the repo
git clone --depth 1 https://github.com/IAPro-Community/Orquestrador-Maestro

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 skill-modern-ui-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-modern-ui-patterns/github.svg)](https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-modern-ui-patterns)
Your own site
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-modern-ui-patterns"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-modern-ui-patterns/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 skill-modern-ui-patterns

Your own site · 80×15
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-modern-ui-patterns"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-modern-ui-patterns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 904 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00041 $0.00904
Opus 5 $0.00020 $0.00452
Sonnet 5 $0.00008 $0.00181
Haiku 4.5 $0.00004 $0.00090

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

Security

Grade A, and why

skill-modern-ui-patterns 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 3d 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.

codex/skills/skill-modern-ui-patterns/SKILL.md · 70 lines

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.

Skill Modern UI Patterns

Use this skill for the implementation layer of product interfaces. Adapt the patterns to the project’s existing framework, component model, and styling tools; do not assume React, Tailwind, or TypeScript when the repository uses another stack.

For a premium marketing or branding experience, use skill-premium-web-experience first and skill-open-design-ui for the visual system. This skill owns component composition, behavior, states, and product UI ergonomics, not complete art direction or narrative strategy.

Scope

Specialize in:

  • component composition and design-system consistency;
  • modern UI patterns for forms, tables, cards, navigation, dashboards, settings, billing, and onboarding;
  • loading, empty, no-results, error, success, pending, selected, disabled, hover, focus, and destructive-confirmation states;
  • responsive behavior that preserves task flow and readable density.

Workflow

  1. Inspect the real routes, shell, primitives, tokens, icons, data-loading conventions, breakpoints, and tests before editing.
  2. Identify the user workflow: scan, filter, compare, act, confirm, recover.
  3. Choose the smallest composition that supports that workflow and reuse existing primitives.
  4. Implement realistic content and all states touched by the change, including long labels and partial failures.
  5. Preserve URLs, form semantics, analytics, permissions, keyboard behavior, and server contracts.
  6. Validate at mobile, tablet, and desktop sizes; run the available lint, typecheck, build, targeted tests, and browser checks.

Component Patterns

  • Use text or icon-plus-text buttons when the consequence must be explicit; use icon buttons only for familiar compact tools with accessible labels.
  • Use drawers for contextual detail, dialogs for blocking decisions, popovers for lightweight controls, and pages for durable workflows.
  • Keep cards shallow. Do not place every page section in a card or nest cards without a clear grouping reason.
  • Keep page title, freshness, primary action, and key filters easy to find.
  • Use metric cards only for decision-making numbers, with units, period, source, or caveat when needed.
  • Prefer one strong chart or table cluster over many decorative cards.

Read the full file on GitHub · 70 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. 3d ago Changed · -10 lines · -9 tokens per session d5e1ec006cc3
  2. 12d ago First seen · 80 lines · 50 tokens per session scan A 730998ed90da

Subscribe to this mod's changes

skill-modern-ui-patterns is a skill published in the GitHub repository IAPro-Community/Orquestrador-Maestro (42 stars, last pushed today), licensed Apache-2.0. It adds 41 tokens to every session and 904 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-30.

Related

Other skills, from other repositories

antigravity-design-expert

Core UI/UX engineering skill for building highly interactive, spatial, weightless, and glassmorphism-based web interfaces using GSAP and 3D CSS.

sickn33/agentic-awesome-skills · 39 tokens

animation-patterns

Framer Motion patterns, page transitions, skeleton loading, scroll-linked animations, and gesture-based interactions for React.

vibeeval/vibecosystem · 26 tokens

mockup-extraction

Extract reusable components from approved HTML mockups during implementation. Identifies patterns, maps CSS to Tailwind, and populates prototype-patterns.md for visual fidelity. Use at start of /implement for UI-first features.

marcusgoll/Spec-Flow · 48 tokens

shadcn-integration

Integration guide for shadcn/ui components with OKLCH design tokens. Use when setting up shadcn, customizing themes, or adding components to Next.js projects. Auto-trigger on /init --tokens --shadcn flag.

marcusgoll/Spec-Flow · 53 tokens

tailwind-theme-builder

Set up Tailwind v4 + shadcn/ui themed UI with dark mode. Install deps, configure CSS variables via @theme inline, wire dark mode toggle, verify. Use whenever the user mentions Tailwind v4, setting up Tailwind theming, shadcn/ui colours, dark mode, or troubleshooting colours not working, tw-animate-css errors, @theme…

jezweb/claude-skills · 98 tokens

generic-react-design-system

Complete design system reference for React applications. Covers colors, typography, spacing, component patterns, glassmorphism effects, GPU-accelerated animations, and WCAG AA accessibility. Use when implementing UI, choosing colors, applying spacing, creating components, or ensuring brand consistency.

travisjneuman/.claude · 59 tokens