plugins/expo/skills/codex-expo-run-actions/SKILL.md
Wire Expo projects into the Codex app with project-local run scripts and .codex/environments/environment.toml actions. Use when the user wants the Codex app Run button, build/run actions, action buttons, or a stable Expo start/run workflow from Codex.
npx skillsauth add openai/plugins codex-expo-run-actionsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to connect an Expo project to the Codex app action bar.
The goal is one project-local script plus .codex/environments/environment.toml,
so the user can press Run in the Codex app and see the Expo CLI / Metro logs in
an action terminal.
Confirm the current workspace is an Expo app.
package.json.app.json, app.config.js, app.config.ts, or expo in package.json.Discover the package runner.
packageManager.npx expo.Create or update script/build_and_run.sh.
expo start.--ios starts Expo and opens iOS simulator.--android starts Expo and opens Android.--web starts Expo for web.--dev-client starts in dev-client mode.--tunnel starts a tunnel.--export-web exports web.Write .codex/environments/environment.toml.
Run.Run to ./script/build_and_run.sh.Run iOS, Run Android, Run Web, or Run Dev Client
actions only when the user asks for those buttons or the project clearly needs them.Use the action script as the default local run path.
./script/build_and_run.sh --help or a short non-server mode if you need to sanity-check syntax.references/expo-run-button-bootstrap.md: canonical Expo script/build_and_run.sh and Codex environment action examples.expo start first; do not default the Codex Run button to expo run:ios, expo run:android, prebuild, or EAS Build.eas build, eas submit, or store deployment into Codex buttons unless the user explicitly asks and accepts the auth / time / cost tradeoff..codex/environments/environment.toml or in the run script.When setup changes are made, summarize:
development
Use when the user wants to spin up / create / launch / provision a DigitalOcean droplet (or "a remote dev box on DO") and connect to it from Codex as a remote SSH workspace.
data-ai
Search through Microsoft Teams chats or channels, triage unread or recent activity, draft follow-ups, and manage Planner tasks through connected Teams data.
tools
Motion / animation context for the `use_figma` MCP tool — animating Figma nodes via manual keyframes, animation styles, easing, and timeline duration. Load alongside figma-use whenever a task involves adding, editing, or inspecting animation on a node.
development
SwiftUI ↔ Figma translation. Use whenever the user mentions Swift, SwiftUI, iOS, iPhone, or iPad — in EITHER direction — translating a Figma design into SwiftUI (design → code), or pushing SwiftUI views / screens / tokens back into a Figma file (code → design). Triggers on phrases like 'implement this Figma design in SwiftUI', 'build this screen in Swift', 'push this SwiftUI view to Figma', 'mirror my Swift code in a Figma file', or whenever a Figma URL appears alongside `.swift` files / an `.xcodeproj`. Routes to a direction-specific reference doc; loads alongside `figma-use` for the code → design path.