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-uigit 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-ui)<a href="https://agentmods.dev/skills/pproenca/dot-skills/expo-ui"><img src="https://agentmods.dev/badge/skills/pproenca/dot-skills/expo-ui.svg" alt="Measured on agentmods" 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.00146 | $0.02485 |
| Opus 5 | $0.00073 | $0.01242 |
| Sonnet 5 | $0.00029 | $0.00497 |
| Haiku 4.5 | $0.00015 | $0.00248 |
Grade A, and why
expo-ui 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 7d 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 — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Expo @expo/ui SwiftUI Best Practices
Library reference for @expo/ui/swift-ui and @expo/ui/swift-ui/modifiers — the iOS surface of Expo's native UI bridge. Contains 53 rules across 8 categories, prioritised by cascade impact for agents building Expo apps that render to native SwiftUI views on iOS 26 and earlier.
When to Apply
Reference these guidelines when:
- Building a new screen with
@expo/ui/swift-ui— pick the right container (Form vs List vs ScrollView), wrap in Host correctly, apply modifiers - Migrating from React Native primitives (View, Text, TouchableOpacity) to native SwiftUI components
- Targeting iOS 26 features — Liquid Glass material, GlassEffectContainer, new sheet detent behaviours
- Reviewing code that imports from
@expo/ui/swift-uior@expo/ui/swift-ui/modifiers - Debugging "the SwiftUI view doesn't render / is the wrong size / ignores styles" — usually a Host or modifier issue
- Composing presentation surfaces — Alert, ConfirmationDialog, BottomSheet, Popover — under HIG modality guidance
- Writing controlled inputs (TextField, Toggle, Picker, Slider) with
useNativeStateand worklet writes
When NOT to Use This Skill
- Android Jetpack Compose — this skill covers iOS SwiftUI only. The
@expo/ui/jetpack-composesurface has its own conventions - Universal (cross-platform) components —
@expo/uiexposes a small set; this skill scopes to the platform-specific iOS surface - Navigation routing — for stack/tab routing, use
expo-routerandexpo-router/unstable-native-tabs; this skill covers UI composition only - Pre-iOS-17 fallbacks — most rules assume iOS 17 minimum; Liquid Glass rules require iOS 26
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Setup & Host Boundaries | CRITICAL | host- |
| 2 | iOS 26 HIG Composition Rules | CRITICAL | hig- |
| 3 | Modifiers System | CRITICAL | mod- |
| 4 | Layout Components | HIGH | layout- |
| 5 | Input & Controls | HIGH | input- |
| 6 | Navigation & Overlays | HIGH | nav- |
| 7 | Display & Feedback | MEDIUM-HIGH | display- |
| 8 | State & Cross-Cutting Patterns | MEDIUM | state- |
What ships with it
59 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 15 KB
- assets/templates/_template.md 1.2 KB
- gotchas.md 285 B
- metadata.json 1.2 KB
- README.md 4.3 KB
- references/_sections.md 2.4 KB
- references/display-chart-data-points.md 1.6 KB
- references/display-gauge-current-value-label.md 1.6 KB
- references/display-image-system-name.md 1.5 KB
- references/display-label-icon-vs-title.md 1.6 KB
- references/display-progress-indeterminate.md 1.7 KB
- references/display-text-markdown.md 1.6 KB
- references/hig-confirmation-dialog-destructive.md 2.4 KB
- references/hig-glass-effect-container.md 2.0 KB
- references/hig-no-glass-on-glass.md 1.8 KB
- references/hig-no-stacked-modals.md 2.0 KB
- references/hig-popover-iphone-fallback.md 2.6 KB
- references/hig-sheet-detents-partial.md 2.0 KB
- references/hig-tint-only-for-brand.md 1.9 KB
- references/host-color-scheme-explicit.md 1.6 KB
- references/host-ignore-safe-area.md 1.6 KB
- references/host-match-contents.md 1.5 KB
- references/host-viewport-size-for-form.md 1.5 KB
- references/host-wrap-all-swiftui-roots.md 1.6 KB
- references/input-button-role-for-destructive.md 1.5 KB
- references/input-button-systemimage.md 1.8 KB
- references/input-date-picker-range.md 1.8 KB
- references/input-picker-style-via-modifier.md 2.0 KB
- references/input-securefield-for-passwords.md 1.5 KB
- references/input-stepper-bounded.md 1.3 KB
- references/input-textfield-observable-state.md 2.1 KB
- references/input-toggle-on-async.md 1.9 KB
- references/layout-form-for-settings.md 1.9 KB
- references/layout-grid-vs-stack.md 1.7 KB
- references/layout-hstack-vs-vstack.md 1.7 KB
- references/layout-lazy-stack-for-long-lists.md 2.0 KB
- references/layout-scrollview-axes.md 1.7 KB
- references/layout-section-with-header-footer.md 2.2 KB
- references/mod-animation-wraps-trigger.md 1.8 KB
- references/mod-composition-order.md 1.7 KB
- references/mod-disabled-prop.md 1.5 KB
- references/mod-frame-vs-fixedsize.md 1.9 KB
- references/mod-import-from-modifiers-subpath.md 1.6 KB
- references/mod-padding-vs-frame.md 1.8 KB
- references/mod-presentation-on-sheet-content.md 1.9 KB
- references/mod-prop-not-style.md 1.8 KB
- references/nav-alert-for-critical-only.md 2.1 KB
- references/nav-bottom-sheet-via-group.md 1.9 KB
- references/nav-context-menu-vs-swipe.md 2.0 KB
- references/nav-disclosure-group-collapsible.md 1.8 KB
- references/nav-link-not-button-for-urls.md 1.8 KB
- references/nav-menu-primary-action.md 1.7 KB
- references/nav-share-link-system.md 2.0 KB
- references/nav-tabview-style-modifier.md 2.2 KB
- references/state-controlled-via-selection-prop.md 2.0 KB
- references/state-platform-check-pre-26.md 1.8 KB
- references/state-textfield-ref-imperative.md 2.1 KB
- references/state-use-native-state-for-fields.md 1.8 KB
- references/state-worklet-writes.md 1.7 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.
- 7d ago First seen · 144 lines · 146 tokens per session scan A be7b58df9c84
expo-ui is a skill published in the GitHub repository pproenca/dot-skills (202 stars, last pushed 22d ago), licensed MIT. It adds 146 tokens to every session and 2,485 once invoked, about $0.0007 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.
Other skills, from other repositories
agent-spec-mobile-react-native
Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native.
expo-native-ui
Framework (OSS). Build beautiful, native-feeling Expo screens. Covers Apple HIG styling, semantic colors, native controls, SF Symbols, media, animations, visual effects, gradients, storage, and responsive layout. For routing and navigation, use the expo-router skill.
expo-web-to-native
Framework (OSS). Migrate an existing web React app to a native iOS/Android app with Expo. Use when the user wants to turn a website into a mobile app, port a Next.js/Vite/CRA React codebase to React Native, reuse web code on native incrementally, or asks how web idioms (the DOM, CSS, React Router, localStorage…
truesheet-usage
Consumer-side guide for integrating @lodev09/react-native-true-sheet into a React Native app. Use this skill whenever the user wants to add, configure, control, or debug a bottom sheet using TrueSheet — including ref-based sheets, named global sheets, web support with TrueSheetProvider/useTrueSheet, React Navigation…
building-ui
Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
use-dom
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.