BeClaude

expo-deployment

New
2kCommunity RegistryGeneralby Expo Team

[Deprecated] Use the "expo" plugin instead. Deploying Expo apps to App Store, Play Store, and web.

Community PluginView Source

Overview

Official AI agent skills from the Expo team for building, deploying, and debugging robust Expo apps.

Installation

We primarily use Claude Code at Expo, skills are fine-tuned for Opus models. But you can use these skills with any AI agent.

Claude Code

Add the marketplace:

code
/plugin marketplace add expo/skills

Install the plugin:

code
/plugin install expo

Codex

Add the marketplace:

code
codex plugin marketplace add expo/skills --ref main

Then open /plugins in Codex and install expo from the Expo Skills marketplace.

Cursor

Install from GitHub

  1. Open Cursor Settings (Cmd+Shift+J / Ctrl+Shift+J)
  2. Navigate to Rules & CommandProject Rules → Add Rule → Remote Rule (GitHub)
  3. Enter: https://github.com/expo/skills.git

How it works: Skills are automatically discovered and used by the agent based on context. When you ask questions about Expo development, the agent will automatically use the relevant skills (e.g., building-ui, data-fetching, deployment) based on the skill descriptions.

Note: Skills won't appear in the / slash command menu. The / menu in Cursor is for custom commands (stored in .cursor/commands/), not for skills. Skills work via auto-discovery - the agent uses them automatically when your questions match their descriptions.

Verify installation: After adding the Remote Rule, try asking the agent Expo-related questions like:

  • "How do I build a UI with Expo Router?"
  • "How do I make API calls in my Expo app?"
  • "How do I deploy my Expo app to the App Store?"

If the skills are working, the agent will use the relevant skill content to answer your questions.

This repo also includes Cursor plugin marketplace metadata for plugin distribution. The GitHub Remote Rule flow above remains the most direct install path when marketplace installation is not available.

Any agent

code
bunx skills add expo/skills

This will extract the skills individually so you'll need to manually upgrade them.

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/expo-deployment.md https://raw.githubusercontent.com/expo/skills/main/SKILL.md
3
Invoke in Claude Code
/expo-deployment
View source on GitHub
deploymentplugin

Frequently Asked Questions

What is expo-deployment?

[Deprecated] Use the "expo" plugin instead. Deploying Expo apps to App Store, Play Store, and web.

How to install expo-deployment?

To install expo-deployment, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /expo-deployment.

What is expo-deployment best for?

expo-deployment is a community categorized under General. It is designed for: deployment, plugin. Created by Expo Team.