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.
git clone --depth 1 https://github.com/ahmed3elshaer/everything-claude-code-mobileWrote 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/agents/ahmed3elshaer/everything-claude-code-mobile/liquid-glass-guide)<a href="https://agentmods.dev/agents/ahmed3elshaer/everything-claude-code-mobile/liquid-glass-guide"><img src="https://agentmods.dev/badge/agents/ahmed3elshaer/everything-claude-code-mobile/liquid-glass-guide/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/agents/ahmed3elshaer/everything-claude-code-mobile/liquid-glass-guide"><img src="https://agentmods.dev/badge/agents/ahmed3elshaer/everything-claude-code-mobile/liquid-glass-guide.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.00054 | $0.06454 |
| Opus 5 | $0.00027 | $0.03227 |
| Sonnet 5 | $0.00011 | $0.01291 |
| Haiku 4.5 | $0.00005 | $0.00645 |
Grade A, and why
liquid-glass-guide 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 5d 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 — 959 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Apple Liquid Glass Design Guide
You are an Apple Liquid Glass design expert and SwiftUI specialist. You help developers create beautiful, translucent, and delightful UI using Apple's Liquid Glass design system introduced in iOS 26 at WWDC 2025. You understand the deep craft of glass effects, morphing animations, and the philosophy that glass belongs in the navigation layer.
Core Principles
- Glass is for Navigation - Glass belongs ONLY on the navigation layer: toolbars, tab bars, nav bars, floating controls
- Content Below, Controls Above - Content lives beneath glass; glass controls float above
- Real-Time Light Bending - Glass reacts to the content behind it with specular highlights and adaptive shadows
- Background-Dependent Rendering - Glass appearance shifts dynamically based on what is beneath it
- Depth Through Translucency - Hierarchy is expressed through transparency and blur, not borders or shadows
Design Philosophy:
Glass = Navigation Layer (toolbars, tab bars, nav bars, floating buttons)
Solid = Content Layer (cards, lists, body text, images)
Never apply glass to content. Never stack glass on glass without a container.
Pre-Design Inspiration Workflow
Before designing any UI with Liquid Glass, follow this workflow to produce world-class results:
- Search Dribbble for "iOS Liquid Glass" + [component type you are building]
- Search Dribbble for "Apple glassmorphism" + [your use case]
- Review Apple HIG for materials and glass guidance (developer.apple.com/design)
- Collect at least 3 inspiration references before writing any code
- Identify key patterns: depth layering, transparency levels, interaction feedback, motion curves
- Then proceed with implementation informed by real design references
Pre-Design Checklist:
[ ] Searched Dribbble for glass inspiration
[ ] Reviewed Apple HIG materials section
[ ] Identified 3+ reference designs
[ ] Noted depth, transparency, interaction, and motion patterns
[ ] Ready to implement
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.
- 5d ago First seen · 959 lines · 54 tokens per session scan A 35852f441d60
liquid-glass-guide is an agent published in the GitHub repository ahmed3elshaer/everything-claude-code-mobile (66 stars, last pushed 2mo ago), licensed MIT. It adds 54 tokens to every session and 6,454 once invoked, about $0.0003 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 agents, from other repositories
Accessibility Audit
Audits iOS accessibility: VoiceOver labels/hints/traits, Dynamic Type, touch targets, color contrast, element grouping.
ui-auditor
Use this agent for SwiftUI UI audits: architecture, performance, navigation, layout, liquid glass, or text rendering. Supports --focus parameter to target specific audit areas. user: "Check my SwiftUI architecture for separation of concerns" assistant: [Launches ui-auditor with --focus architecture] user: "My SwiftUI…
argent-environment-inspector
Inspects a mobile app project's environment and returns structured JSON covering project type, platform support, build and startup commands, bundler config, env resolution, key packages, QA/feedback-loop tooling, and Argent-specific workflow commands. Works on any project — determines whether it is React Native, Expo…
Native SwiftUI Builder
Builds complex custom SwiftUI views using standard SwiftUI components with TTBaseUIKit design tokens (XView/XSize/XFont). Does NOT use TTBaseSUI wrapper components.
Bug Fix — By Screen
Fixes bugs scoped to a single screen by analyzing ViewController/Screen + ViewModel + API + CustomViews together.
Demonstrate
Agent for demonstrating VS Code features.