clerk-expo
Installation
SKILL.md
Clerk Expo (React Native)
This skill implements Clerk in Expo / React Native projects by inspecting the installed @clerk/expo package source and mirroring current hook and component behavior.
Activation Rules
Activate this skill when either condition is true:
- The user explicitly asks for Expo, React Native,
@clerk/expo,ClerkProvider, or related Clerk component/hook implementation. - The project appears to be Expo/React Native (for example
app.json,app.config.js,metro.config.js,expoinpackage.json,@clerk/expodependency).
Do not activate this skill when any condition is true:
- The project is native iOS/Swift (
.xcodeproj,.xcworkspace,Package.swift, Swift targets). - The project is native Android/Kotlin (
build.gradle(.kts)with Android plugins,AndroidManifest.xml, no React Native). - The project is a web-only framework (Next.js, Remix, etc.) without Expo/React Native.
If native iOS/Android or web-framework signals are present, route to the matching skill instead of this one.