๐ŸŽฏ

clerk-expo

๐ŸŽฏSkill

from clerk/skills

VibeIndex|
What it does
|

AI agent skills from Clerk that provide framework-specific patterns for integrating authentication across Next.js, React, Vue, Expo, and more, including organization management, billing, webhooks, and testing workflows.

๐Ÿ“ฆ

Same repository

clerk/skills(29 items)

clerk-expo

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add clerk/skills --skill clerk-expo
skills.sh Installโš  Installs to .agents/skills/
npx skills add clerk/skills --skill clerk-expo
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/clerk-expo/SKILL.md

SKILL.md

2,660Installs
-
AddedMay 19, 2026

More from this repository10

๐ŸŽฏ
clerk-nextjs-patterns๐ŸŽฏSkill

Provides advanced authentication and authorization patterns for Next.js applications using Clerk, focusing on server actions, middleware, and caching strategies

๐ŸŽฏ
clerk-setup๐ŸŽฏSkill

Official Clerk agent skills for AI coding assistants to work more effectively with Clerk authentication, providing up-to-date patterns and integration guidance.

๐ŸŽฏ
clerk-custom-ui๐ŸŽฏSkill

Enables AI agents to generate and customize Clerk authentication UI components with flexible styling and layout options.

๐ŸŽฏ
clerk-webhooks๐ŸŽฏSkill

Enables AI agents to configure, generate, and manage Clerk webhook event handlers for real-time synchronization and event-driven actions across applications.

๐ŸŽฏ
clerk-backend-api๐ŸŽฏSkill

Skill for exploring and calling Clerk Backend REST API endpoints within AI coding agents. Part of the Clerk Skills suite that helps agents work effectively with Clerk authentication, covering users, sessions, organizations, and other backend resources.

๐ŸŽฏ
clerk-testing๐ŸŽฏSkill

Helps developers generate and configure end-to-end authentication testing scripts using Playwright or Cypress for Clerk-powered applications.

๐ŸŽฏ
clerk๐ŸŽฏSkill

Routes users to the most appropriate Clerk authentication skill based on their specific authentication and integration needs

๐ŸŽฏ
clerk-orgs๐ŸŽฏSkill

Clerk organizations skill for implementing multi-tenant team management, role-based access control, and workspace functionality from Clerk's official skills repository

๐ŸŽฏ
clerk-react-patterns๐ŸŽฏSkill

React SPA auth patterns with @clerk/react for Vite/CRA โ€” ClerkProvider setup, useAuth/useUser/useClerk hooks, React Router protected routes, and custom sign-in/sign-up forms.

๐ŸŽฏ
clerk-expo-patterns๐ŸŽฏSkill

Expo / React Native auth patterns with @clerk/expo v3+ โ€” SecureStore token cache, OAuth deep linking, useAuth in native, Expo Router protected routes, and push notifications carrying user context. Requires Expo 53+, React Native 0.73+, and expo-secure-store.