Muse expo-deployment
Deploy Expo apps to iOS App Store, Android Play Store, and web.
install
source · Clone the upstream repo
git clone https://github.com/myths-labs/muse
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/myths-labs/muse "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ecosystem/expo-mobile/expo-deployment" ~/.claude/skills/myths-labs-muse-expo-deployment && rm -rf "$T"
manifest:
skills/ecosystem/expo-mobile/expo-deployment/SKILL.mdsource content
Expo Deployment
Deploy Expo apps to iOS App Store, Android Play Store, and web.
When to Use
- Publishing to App Store / Play Store
- EAS Build configuration
- OTA updates
- CI/CD workflows for mobile
Source
This skill references patterns from Expo's skills.