skill-frontend-ux-guardrails

skill-frontend-ux-guardrails is a skill for Claude Code, Codex from IAPro-Community/Orquestrador-Maestro. It costs 49 tokens per session (982 once invoked), scanned A, original, Apache-2.0.

A set of quality checks for the user interface of SaaS products, including dashboards, forms, tables, dialogs, and responsive layouts. It also covers accessibility, overflow, visual checks, spelling, and reducing repeated UI fixes.

In plain words
What is it for?
Use it to review screens, fix content that spills outside its container, check keyboard and accessibility behavior, verify mobile layouts, and catch visual or spelling errors.
Why use it?
It helps find usability and layout problems before users encounter them, especially on different screen sizes.

Skill for Claude CodeCodex

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

Good fit Use it to review screens, fix content that spills outside its container, check keyboard and accessibility behavior, verify mobile layouts, and catch visual or spelling errors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iapro-community/orquestrador-maestro/skill-frontend-ux-guardrails
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-frontend-ux-guardrails
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-frontend-ux-guardrails

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-frontend-ux-guardrails"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-frontend-ux-guardrails.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 982 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 21
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
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.00049 $0.00982
Opus 5 $0.00024 $0.00491
Sonnet 5 $0.00010 $0.00196
Haiku 4.5 $0.00005 $0.00098

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

Security

Grade A, and why

skill-frontend-ux-guardrails 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-frontend-ux-guardrails/SKILL.md · 69 lines

How it starts

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

Skill Frontend UX Guardrails

Run this skill near the end of a frontend change, especially after a complex marketing experience, redesign, or interaction pass. It is a quality gate, not a replacement for experience strategy, visual direction, component implementation, or browser automation.

Gate Order

  1. Inspect the real rendered surface, routes, components, tokens, breakpoints, states, and test expectations.
  2. State the primary user task and record P0/P1 issues before polish.
  3. Fix layout stability and comprehension before visual refinement.
  4. Validate desktop, laptop, tablet, and mobile behavior, including long realistic content.
  5. Check keyboard, focus, labels, contrast, touch targets, reduced motion, and non-pointer use.
  6. Run the lightest meaningful lint, typecheck, build, targeted test, browser, or screenshot gate available.
  7. Report tested viewports, corrected issues, and residual risk.

Quality Rubric

Score the target from 0 to 4 for hierarchy, contrast, responsiveness, accessibility, performance, interaction usability, and visual integrity. Resolve P0/P1 findings before delivery. Defer P2/P3 refinements only when they do not affect the requested task or the primary user path.

Responsive And Layout

  • Verify 320x568, 390x844, 768x1024, 1024x768, and 1440x900 or a representative desktop width.
  • At 320px, check button wrapping, text clipping, tables, dialogs, sticky areas, and bottom bars.
  • At tablet widths, check sidebars, drawers, charts, grids, and action collisions.
  • At desktop widths, prevent unreadable line lengths, sparse accidental grids, and stretched media.
  • Test long names, emails, plan labels, currencies, percentages, error messages, and localized values.
  • Check page-level overflow, duplicate scrollbars, wrapping, sticky offsets, z-index collisions, layout shift, and safe areas.
  • Do not require horizontal scrolling for core comprehension. If a table must scroll, keep its context, labels, and actions usable.

Read the full file on GitHub · 69 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 1312a77c7c6c
  2. 13d ago First seen · 69 lines · 49 tokens per session scan A e0faff4826c0

Subscribe to this mod's changes

skill-frontend-ux-guardrails is a skill published in the GitHub repository IAPro-Community/Orquestrador-Maestro (42 stars, last pushed yesterday), licensed Apache-2.0. It adds 49 tokens to every session and 982 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

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

figma-to-coded-html

Convert Figma designs into self-contained, shareable single-file HTML with all UI elements coded in HTML/CSS/SVG and only actual photographs embedded as inline base64. Use this skill whenever the user asks to convert a Figma file/URL to HTML, export Figma designs as code, create HTML from Figma, turn a Figma mockup…

agnt-gg/agnt · 224 tokens

high-end-website-design

End-to-end pipeline for producing ULTRA high-end, novel, single-file HTML landing pages and presentation slides featuring AI-generated hero imagery and seamlessly looping AI video backgrounds. Combines Gemini Nano Banana Pro for cinematic stills, ByteDance Seedance 2.0 for native looping video clips (firstFrameUrl ==…

agnt-gg/agnt · 225 tokens

mobile-only-responsive-navigation

Mobile-only responsive navigation guidance for RTL Persian sites. Use when improving hamburger menus, drawers, touch targets, and mobile theme controls without changing desktop layout.

mhrsdev/AI-Agent-Skills-Library · 35 tokens

mobile-ux-responsive-navigation-notes

Curated notes adapted from reviewed public Agent Skill repositories for mobile UX, responsive navigation, accessibility, and anti-slop frontend polish.

mhrsdev/AI-Agent-Skills-Library · 34 tokens