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 mhrsdev/AI-Agent-Skills-Library --skill mobile-mui-drawer-repairgit clone --depth 1 https://github.com/mhrsdev/AI-Agent-Skills-LibraryWrote 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/mhrsdev/ai-agent-skills-library/mobile-mui-drawer-repair)<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.
<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>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.00044 | $0.00346 |
| Opus 5 | $0.00022 | $0.00173 |
| Sonnet 5 | $0.00009 | $0.00069 |
| Haiku 4.5 | $0.00004 | $0.00035 |
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.
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
buttonfor toggles. - Keep
aria-expandedandaria-controlssynchronized. - 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/lvhover plain100vhwhen 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.
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.
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.
- 9d ago First seen · 34 lines · 44 tokens per session scan A 348d32feb187
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.
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.
antigravity-design-expert
Core UI/UX engineering skill for building highly interactive, spatial, weightless, and glassmorphism-based web interfaces using GSAP and 3D CSS.
algolia-search
Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning.
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…
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"…
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.