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.
npx skills add IAPro-Community/Orquestrador-Maestro --skill skill-modern-ui-patternsgit clone --depth 1 https://github.com/IAPro-Community/Orquestrador-MaestroWrote 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/skills/iapro-community/orquestrador-maestro/skill-modern-ui-patterns)<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.
<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>- NVIDIA SkillSpector pass
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.00041 | $0.00904 |
| Opus 5 | $0.00020 | $0.00452 |
| Sonnet 5 | $0.00008 | $0.00181 |
| Haiku 4.5 | $0.00004 | $0.00090 |
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.
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
- Inspect the real routes, shell, primitives, tokens, icons, data-loading conventions, breakpoints, and tests before editing.
- Identify the user workflow: scan, filter, compare, act, confirm, recover.
- Choose the smallest composition that supports that workflow and reuse existing primitives.
- Implement realistic content and all states touched by the change, including long labels and partial failures.
- Preserve URLs, form semantics, analytics, permissions, keyboard behavior, and server contracts.
- 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.
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.
- 3d ago Changed · -10 lines · -9 tokens per session d5e1ec006cc3
- 12d ago First seen · 80 lines · 50 tokens per session scan A 730998ed90da
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.
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.
animation-patterns
Framer Motion patterns, page transitions, skeleton loading, scroll-linked animations, and gesture-based interactions for React.
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.
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.
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…
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.