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 pproenca/dot-skills --skill expo-ios-higgit clone --depth 1 https://github.com/pproenca/dot-skillsWrote 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/pproenca/dot-skills/expo-ios-hig)<a href="https://agentmods.dev/skills/pproenca/dot-skills/expo-ios-hig"><img src="https://agentmods.dev/badge/skills/pproenca/dot-skills/expo-ios-hig/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/pproenca/dot-skills/expo-ios-hig"><img src="https://agentmods.dev/badge/skills/pproenca/dot-skills/expo-ios-hig.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.00163 | $0.02342 |
| Opus 5 | $0.00081 | $0.01171 |
| Sonnet 5 | $0.00033 | $0.00468 |
| Haiku 4.5 | $0.00016 | $0.00234 |
Grade A, and why
expo-ios-hig 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 6d 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 — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Expo iOS HIG Best Practices
Design rules for building iOS 26 apps in Expo (React Native) that feel genuinely native under Apple's Human Interface Guidelines. Contains 46 rules across 8 categories, prioritized by how much each decision affects native feel and HIG compliance. Every example is TSX/Expo — the decisions you make in React Native and TypeScript, not Swift.
The core idea: a React Native app feels native when it reaches for the platform — the system navigation controller, system controls, semantic colors, SF Symbols, real haptics, the system share sheet — instead of re-implementing iOS in JavaScript. These rules say which decision earns the native feel and which one quietly forfeits it.
When to Apply
Reference these guidelines when:
- Building or reviewing iOS screens, navigation, lists, or forms in an Expo app
- Choosing navigation: Expo Router native stack vs JS stack, native tabs, sheets, modals, large titles
- Picking controls: when to use the native
Alert,ActionSheetIOS, date picker,Switch, SF Symbols, or drop to@expo/ui - Styling for the platform: safe areas, dark mode, semantic colors, the iOS type scale, spacing, Liquid Glass
- Making interaction feel native: touch targets, press feedback, swipe actions, pull-to-refresh, gestures, haptics
- Adding motion, loading/empty states, accessibility, permissions, and launch polish
When NOT to Use This Skill
- The
@expo/uicomponent API — for how to use@expo/ui/swift-uicomponents, Host boundaries, and modifiers, use theexpo-uiskill. This skill says which decisions make an app native and points to@expo/uiwhen dropping to SwiftUI is the right call; it does not re-document that API. - The cross-platform design system itself — for the shared Unistyles theme, design tokens, variant-driven component APIs, and making components feel native on web as well as iOS, use the
expo-design-systemskill. This skill governs iOS native feel; that one governs the token and component architecture that the two frontends share. - Native Swift / SwiftUI — for HIG in a native Swift codebase, use
ios-higorios-design. This skill's examples are all React Native/TSX. - Android — these rules target iOS conventions. Use platform-adaptive code so Android gets Material; don't apply iOS idioms there.
What ships with it
50 files 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.
- AGENTS.md 12 KB
- assets/templates/_template.md 2.3 KB
- metadata.json 2.2 KB
- references/_sections.md 3.9 KB
- references/acc-dynamic-type.md 1.4 KB
- references/acc-grouping-focus.md 1.7 KB
- references/acc-reduce-motion.md 1.5 KB
- references/acc-roles-labels.md 1.5 KB
- references/acc-state-and-hint.md 1.7 KB
- references/layout-content-inset-under-bars.md 1.5 KB
- references/layout-dark-mode-semantic.md 1.7 KB
- references/layout-edge-to-edge.md 1.4 KB
- references/layout-keyboard-avoidance.md 1.6 KB
- references/layout-readable-width-ipad.md 1.5 KB
- references/layout-safe-area-insets.md 1.6 KB
- references/motion-empty-states.md 1.6 KB
- references/motion-loading-states.md 1.5 KB
- references/motion-optimistic-updates.md 1.5 KB
- references/motion-ui-thread-animation.md 1.9 KB
- references/motion-virtualized-lists.md 1.5 KB
- references/native-action-sheet.md 1.9 KB
- references/native-avoid-material-ui.md 1.7 KB
- references/native-datetime-picker.md 1.6 KB
- references/native-sf-symbols.md 1.4 KB
- references/native-switch-toggle.md 1.4 KB
- references/native-system-alert.md 1.8 KB
- references/nav-large-titles.md 2.1 KB
- references/nav-native-stack.md 1.8 KB
- references/nav-native-tabs.md 2.0 KB
- references/nav-push-vs-present.md 1.4 KB
- references/nav-search-in-header.md 1.7 KB
- references/nav-sheet-detents.md 1.5 KB
- references/nav-system-back.md 1.6 KB
- references/system-app-icon-launch.md 1.5 KB
- references/system-keyboard-type.md 1.4 KB
- references/system-permissions-jit.md 1.6 KB
- references/system-share-sheet.md 1.5 KB
- references/system-status-bar.md 1.3 KB
- references/touch-gesture-handler-thread.md 1.7 KB
- references/touch-haptics-on-outcome.md 1.4 KB
- references/touch-hit-target.md 1.4 KB
- references/touch-pressable-feedback.md 1.4 KB
- references/touch-pull-to-refresh.md 1.5 KB
- references/touch-swipe-actions.md 1.7 KB
- references/visual-liquid-glass-gated.md 1.8 KB
- references/visual-semantic-colors.md 1.8 KB
- references/visual-spacing-rhythm.md 1.4 KB
- references/visual-system-font.md 1.5 KB
- references/visual-tint-discipline.md 1.5 KB
- references/visual-type-scale.md 1.5 KB
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.
- 6d ago First seen · 129 lines · 163 tokens per session scan A 83b2e6a0fc8b
expo-ios-hig is a skill published in the GitHub repository pproenca/dot-skills (206 stars, last pushed 25d ago), licensed MIT. It adds 163 tokens to every session and 2,342 once invoked, about $0.0008 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
display-glasses-with-jetpack-compose-glimmer
Provides guidelines for developing projected Android XR apps for display glasses using the Jetpack Compose Glimmer UI toolkit. This skill covers foundational Glimmer design principles, workflows for implementing Jetpack Compose Glimmer, and interaction models for the glasses form factor. Use this skill to build an…
expo-design-system
Framework (OSS). Build and maintain a design system inside an Expo app - a reusable theme of design tokens (color, spacing, typography, radius, shadow, motion), reusable component structure with variant/size/state prop conventions, and rules for when to extract a repeated view into a shared component. Use when…
flutter-build-responsive-layout
Use LayoutBuilder, MediaQuery, or Expanded/Flexible to create a layout that adapts to different screen sizes. Use when you need the UI to look good on both mobile and tablet/desktop form factors.
omh-apple-design
This is a Hermes-native apple-design workflow skill.
axiom-audit-liquid-glass
Use when the user mentions Liquid Glass review, iOS 26 UI updates, toolbar improvements, or visual effect migration.
axiom-audit-ux-flow
Use when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app.