Skip to content
Expo Development Foundation
Esc
navigateopen⌘Jpreview
On this page

Skills inventory

Full docs for foundation-owned skills, with link-outs to official Expo skills.

Foundation-owned

Full procedure lives in each skill’s SKILL.md — prefer reading that over forking long instructions into this site. Paths are relative to the foundation repository root.

Skill Path Use for Do not use for Source / freshness
expo-development-foundation .agents/skills/expo-development-foundation/SKILL.md Starting Expo tasks, auditing existing consumer apps, bootstrapping new apps, orienting existing apps, and explicit foundation audits replacing child instructions, implied audits, installer actions, telemetry, or generic non-Expo work Foundation
expo-bootstrap .agents/skills/expo-bootstrap/SKILL.md Bootstrap a new Expo consumer project and chain focused skills existing-app orientation (use expo-project-orientation), foundation audits, or work outside this skill’s boundary Foundation
expo-project-orientation .agents/skills/expo-project-orientation/SKILL.md Orient on an existing Expo consumer app before implementation greenfield bootstrap (use expo-bootstrap), foundation audits, unauthorized EAS, or deep implementation without a stack card Foundation
expo-app-audit .agents/skills/expo-app-audit/SKILL.md Read-only quick, standard, or deep audits of existing Expo and React Native consumer apps foundation catalog audits, greenfield bootstrap, or implementing fixes without separate authorization Foundation
expo-design-review .agents/skills/expo-design-review/SKILL.md Read-only design and accessibility reviews of Expo or React Native consumer interfaces non-UI audits, foundation catalog reviews, or UI implementation without explicit authorization Foundation
expo-auth .agents/skills/expo-auth/SKILL.md Implement provider-neutral Expo session and OAuth lifecycle pure networking/cache without session lifecycle (expo-data-fetching); vendor lock-in without expo-examples Foundation
expo-permissions .agents/skills/expo-permissions/SKILL.md Implement permission timing, privacy strings, and denial UX store submission (authorized release path); custom native modules (expo-module); pure UI without device APIs Foundation
expo-linking .agents/skills/expo-linking/SKILL.md Configure app schemes, universal links, and deep-link path matching App Clip AASA-only work (expo-app-clip); full OAuth session lifecycle alone (compose with expo-auth) Foundation
expo-config-env .agents/skills/expo-config-env/SKILL.md Manage app config and client-safe vs secret environment variables API client implementation alone (expo-data-fetching); publishing OTA or store builds Foundation
expo-verify .agents/skills/expo-verify/SKILL.md Run the consumer-app verification ladder without unpaid EAS by inference foundation catalog verification as consumer proof; skill-eval screenshot harness unless requested; unpaid EAS Foundation
expo-assets .agents/skills/expo-assets/SKILL.md Configure app icons, splash, fonts, and adaptive icons marketing website branding; store listing ASO copy (authorized release path) Foundation
expo-notifications .agents/skills/expo-notifications/SKILL.md Implement push and local notification flows with credentials and handler gates store submission (authorized release path); permission-only without notification delivery (expo-permissions may suffice) Foundation
expo-monorepo .agents/skills/expo-monorepo/SKILL.md Work in Expo monorepos without flattening for style-only reasons restructuring monorepos for greenfield aesthetics; single-package apps needing only orientation Foundation
expo-debugging .agents/skills/expo-debugging/SKILL.md Diagnose Metro, runtime, Expo Go vs dev-client, and cache issues paid remote simulator without authorization; product feature implementation without a bug Foundation
expo-a11y .agents/skills/expo-a11y/SKILL.md Operational accessibility checks for Expo and React Native UI Apple-only HIG skills as a substitute for RN props; pure web a11y toolchains for native Foundation
expo-skill-feedback .agents/skills/expo-skill-feedback/SKILL.md Prepare manual user-requested skill feedback reports work outside this skill’s trigger, prerequisites, or platform boundary Foundation
expo-tailwind-setup .agents/skills/expo-tailwind-setup/SKILL.md Configure Tailwind v4, NativeWind v5, and react-native-css work outside this skill’s trigger, prerequisites, or platform boundary Foundation

Official Expo skills

These ship from Expo upstream via npx skills@latest add expo/skills. Do not treat vendored snapshots here as canonical — read https://docs.expo.dev/skills/ and https://github.com/expo/skills.

npx skills@latest add expo/skills --skill '*'

Vendored here (see .agents/skills/ for the snapshot, canonical docs upstream):

Skill Source / freshness
expo-app-clip Expo snapshot — unverified
expo-brownfield Expo snapshot — unverified
expo-data-fetching Expo snapshot — unverified
expo-dev-client Expo snapshot — unverified
expo-dom Expo snapshot — unverified
expo-examples Expo snapshot — unverified
expo-migrate-module Expo snapshot — unverified
expo-module Expo snapshot — unverified
expo-native-ui Expo snapshot — unverified
expo-project-structure Expo snapshot — unverified
expo-router Expo snapshot — unverified
expo-skill-eval Expo snapshot — unverified
expo-ui Expo snapshot — unverified
expo-upgrade Expo snapshot — unverified
expo-web-to-native Expo snapshot — unverified
eas-hosting Expo snapshot — unverified

Official-only (not vendored here, install from upstream):

  • eas-app-stores
  • eas-observe
  • eas-simulator
  • eas-update
  • eas-update-insights
  • eas-workflows
  • expo-animation
  • expo-design-system
  • expo-overview

Was this page helpful?