Skip to content

skills

by expo

A collection of AI agent skills for working with Expo projects and Expo Application Services

About

A collection of AI agent skills for working with Expo projects and Expo Application Services

2,276
Stars
23
Skill Files
117
Forks
60
PRs Merged
24
Contributors
15
Issues Open
1
Issues Closed
2026-07-20
Last Activity

Skill Analysis

194
Avg Lines / Skill
1,270
Avg Words / Skill
167
Code Blocks
158
Total Files
3.08 MB
Repo Size
61
Reference Files
Skill lines33 min / 153 median / 481 max
Code languagesbash, css, html, js, json, kotlin, mermaid, sh, swift, ts, tsx, typescript, xml, yaml
Frontmatter keysallowed-tools, description, license, name, version
Has CLAUDE.mdYes
Has LicenseYes
File typesmd (92), yaml (23), json (16), sh (8), cjs (4), yml (3), js (3), png (2), ts (2), py (1)

Skills (23)

  • expo-skill-eval
    v1.0.0MIT315 lines6994 words7 blocks

    Evaluate Expo skills in this repo end-to-end - trigger accuracy, generated code quality, and runtime screenshots on iOS simulator and Android emulator...

    bashjson
  • eas-workflows
    v1.0.0MIT License95 lines531 words2 blocks

    EAS service (paid). Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows i...

    bashsh
  • expo-brownfield
    55 lines479 words1 blocks

    Framework (OSS). Integrate Expo and React Native into an existing native iOS or Android app. Use when the user mentions brownfield, embedding React Na...

    sh
  • expo-upgrade
    v1.0.0MIT137 lines806 words5 blocks

    Framework (OSS). Guidelines for upgrading Expo SDK versions and fixing dependency issues

    bashjson
  • expo-dom
    v1.0.0MIT418 lines1298 words15 blocks

    Framework (OSS). Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally. For the en...

    tsx
  • expo-skill-feedback
    55 lines489 words2 blocks

    Framework (OSS). Submit feedback on an Expo skill — or on Expo itself — or turn the bundled anonymous usage telemetry on or off (off by default / opt-...

    bash
  • eas-app-stores
    v1.0.0MIT153 lines620 words7 blocks

    EAS service (paid). Deploy Expo apps to the app stores with EAS - build and submit to the iOS App Store, Google Play Store, and TestFlight, configure ...

    bashjson
  • eas-simulator
    v1.0.0MIT158 lines2635 words3 blocks

    "EAS service (paid). Run and control a user's app on a remote iOS/Android simulator hosted on EAS cloud. Read before running any `eas simulator:*` com...

    bash
  • expo-native-ui
    v1.1.1MIT182 lines1113 words4 blocks

    Framework (OSS). Build beautiful, native-feeling Expo screens. Covers Apple HIG styling, semantic colors, native controls, SF Symbols, media, animatio...

    tsx
  • expo-web-to-native
    v1.0.0MIT84 lines1440 words1 blocks

    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,...

    mermaid
  • expo-router
    v1.0.1MIT231 lines726 words10 blocks

    Framework (OSS). Navigation and routing for Expo Router. Covers file-based routes, groups and dynamic routes, folder organization, Link with previews ...

    tsx
  • eas-update-insights
    v1.0.0MIT231 lines1639 words9 blocks

    "EAS service (paid). Check the health of published EAS Update: crash rates, install/launch counts, unique users, payload size, and the split between e...

    bashjson
  • expo-project-structure
    v1.0.0MIT107 lines813 words2 blocks

    Framework (OSS). Folder structure for a new Expo app. Use when scaffolding or laying out a new Expo project with Expo Router, or deciding where a file...

    tsx
  • expo-module
    v1.0.0MIT144 lines771 words5 blocks

    Framework (OSS). Guide for creating and writing Expo native modules and views using the Expo Modules API (Swift, Kotlin, TypeScript). Covers module de...

    jsonkotlinswifttypescript
  • expo-data-fetching
    v1.0.0MIT450 lines1363 words19 blocks

    Framework (OSS). Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handlin...

    tsx
  • expo-app-clip
    283 lines1147 words18 blocks

    Framework (OSS). Add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, appclips, smart app...

    htmljsjsonshtsxxml
  • eas-hosting
    v1.0.0MIT424 lines1495 words22 blocks

    EAS service (paid). Deploy Expo websites and Expo Router API routes to EAS Hosting - export the web bundle, run eas deploy for production and PR previ...

    bashtsyaml
  • eas-observe
    v1.0.0MIT33 lines344 words

    EAS service (paid). Use for anything related to EAS Observe - adding `expo-observe` to an Expo project (AppMetricsRoot/ObserveRoot HOC, markInteractiv...

  • expo-dev-client
    v1.1.0MIT175 lines612 words12 blocks

    Framework (OSS). Build and distribute Expo development clients locally or via TestFlight for internal testing. For production TestFlight releases and ...

    bashjson
  • expo-examples
    v1.0.0MIT100 lines865 words5 blocks

    Framework (OSS). Expo's official example projects - the expo/examples repo of ~70 `with-*` integrations (Stripe, Clerk, Supabase, OpenAI, maps, Reanim...

    bash

Recent Commits

-339 contributions across all repos
JulAugSepOctNovDecJanFebMarAprMayJunJul
Less
More
  • 8bd359f2026-07-20
    Add expo-migrate-module skill (#109)
    Tomasz Sapeta
  • 31d4bb82026-07-19
    Add expo-experiments plugin for skills targeting non-finalized APIs (#113)
    Tomasz Sapeta
  • 8d727632026-07-16
    [eas-simulator] argent remote install + dogfood gaps (#103)
    Gabe Debes
  • dba2a342026-07-16
    [expo-upgrade] Update versioned docs links in agent file (#104)
    Aman Mittal
  • 0413bc02026-07-15
    Skill eval CI: run eval-experiments harness against every PR touching plugins/expo/skills (#105)
    kartik-georgian
  • 9eb5ab02026-07-14
    Add expo-project-structure skill for greenfield app layout (#91)
    Adam Zvada
  • ca4f0342026-07-13
    feat(expo): anonymous usage telemetry and skill feedback (#71)
    Adam Zvada
  • b2fdce72026-07-07
    Organize skills with expo-* and eas-* (#98)
    Jon Samp
  • 06fcc812026-07-06
    Split building-native-ui into building-native-ui + expo-router (#99)
    Jakub Tkacz
  • e7e81d22026-07-04
    Document user-defined events in the expo-observe skill (#100)
    Douglas Lowder