mobile-mui-drawer-repair

mobile-mui-drawer-repair is a skill for Claude Code, Codex from mhrsdev/AI-Agent-Skills-Library. It costs 44 tokens per session (346 once invoked), scanned A, original, MIT.

A guide to building and repairing mobile navigation with React and MUI-style drawers, menus, dialogs, and overlays. It covers how these elements behave at different screen sizes.

In plain words
What is it for?
Use it for responsive drawers, menu buttons, dialogs, swipeable panels, backdrop behavior, scroll locking, and breakpoint-specific navigation.
Why use it?
It helps stop background pages from scrolling behind open panels and keeps visual state, keyboard behavior, and accessibility state synchronized. It also addresses mobile viewport and performance problems.

Skill for Claude CodeCodex

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

Good fit Use it for responsive drawers, menu buttons, dialogs, swipeable panels, backdrop behavior, scroll locking, and breakpoint-specific navigation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mhrsdev/ai-agent-skills-library/mobile-mui-drawer-repair
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 mhrsdev/AI-Agent-Skills-Library --skill mobile-mui-drawer-repair
Clone the repo
git clone --depth 1 https://github.com/mhrsdev/AI-Agent-Skills-Library

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 mobile-mui-drawer-repair

README.md
[![agentmods](https://agentmods.dev/badge/skills/mhrsdev/ai-agent-skills-library/mobile-mui-drawer-repair/github.svg)](https://agentmods.dev/skills/mhrsdev/ai-agent-skills-library/mobile-mui-drawer-repair)
Your own site
<a href="https://agentmods.dev/skills/mhrsdev/ai-agent-skills-library/mobile-mui-drawer-repair"><img src="https://agentmods.dev/badge/skills/mhrsdev/ai-agent-skills-library/mobile-mui-drawer-repair/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 mobile-mui-drawer-repair

Your own site · 80×15
<a href="https://agentmods.dev/skills/mhrsdev/ai-agent-skills-library/mobile-mui-drawer-repair"><img src="https://agentmods.dev/badge/skills/mhrsdev/ai-agent-skills-library/mobile-mui-drawer-repair.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 346 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.00044 $0.00346
Opus 5 $0.00022 $0.00173
Sonnet 5 $0.00009 $0.00069
Haiku 4.5 $0.00004 $0.00035

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

Security

Grade A, and why

mobile-mui-drawer-repair 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.

organized-skills/responsive-mobile-navigation/mobile-mui-drawer-repair/SKILL.md · 34 lines

What it actually says

Mobile MUI Drawer Repair

Use this skill for mobile-first drawer, menu, dialog, and overlay work inspired by mui/material-ui.

Primary source:

Focus areas:

  • Temporary versus permanent drawer behavior across breakpoints.
  • Swipeable drawer tradeoffs, including performance and touch handling.
  • Dialog and overlay scroll lock on iOS Safari and Android Chrome.
  • Avoiding background scroll leaks when panels are open.
  • Keeping open/closed state synchronized with ARIA and visual state.

Checklist:

  • Use a real button for toggles.
  • Keep aria-expanded and aria-controls synchronized.
  • Close on escape, route change, backdrop click, and menu item selection where appropriate.
  • Lock body/background scroll while modal navigation is open.
  • Prefer 100dvh/svh/lvh over plain 100vh when viewport chrome matters.
  • Test at 320px, 390px, 430px, 768px, and desktop widths.

Common fixes:

  • If the page scrolls behind a drawer, lock the document body and make only the panel scrollable.
  • If a drawer feels slow on mobile, reduce heavy transitions and avoid mounting expensive content unnecessarily.
  • If desktop and mobile state conflict, derive variant from a stable media query and reset temporary state on breakpoint change.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 34 lines · 44 tokens per session scan A 348d32feb187

Subscribe to this mod's changes

mobile-mui-drawer-repair is a skill published in the GitHub repository mhrsdev/AI-Agent-Skills-Library (6 stars, last pushed 2mo ago), licensed MIT. It adds 44 tokens to every session and 346 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-09-03.

Related

Other skills, from other repositories

skill-modern-ui-patterns

Use for professional frontend UI implementation with modern component composition, interaction states, forms, tables, cards, navigation, dashboards, SaaS surfaces, and maintainable design-system consistency.

IAPro-Community/Orquestrador-Maestro · 41 tokens

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

algolia-search

Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning.

sickn33/agentic-awesome-skills · 22 tokens

trigger-realtime-and-frontend

Trigger.dev client/frontend surface: subscribe to runs in realtime (runs.subscribeToRun and the @trigger.dev/react-hooks hook useRealtimeRun), consume metadata and AI/text streams in React (useRealtimeStream), trigger tasks from the browser (useTaskTrigger, useRealtimeTaskTrigger), and mint scoped frontend credentials…

triggerdotdev/trigger.dev · 148 tokens

shipwright-pipeline

Autonomous app builder that converts plain-English descriptions into fully built, tested applications. Use when the user wants to build a new app, scaffold a project, generate a full-stack application, or create an app from a description. Trigger with "build me an app", "create a new app", "shipwright build"…

jeremylongshore/tons-of-skills-marketplace · 80 tokens

frontend-code-review

Trigger when the user requests a review of frontend files (e.g., .tsx, .ts, .js). Support both pending-change reviews and focused file reviews while applying the checklist rules.

sangrokjung/claude-forge · 42 tokens