{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/expo-deployment",
  "version": "1.0.0",
  "name": "Expo Deployment",
  "description": "Deploy Expo apps to production",
  "system_prompt_fragment": "# Expo Deployment\n\n## Overview\n\nDeploy Expo applications to production environments, including app stores and over-the-air updates.\n\n## When to Use This Skill\n\nUse this skill when you need to deploy Expo apps to production.\n\nUse this skill when:\n- Deploying Expo apps to production\n- Publishing to app stores (iOS App Store, Google Play)\n- Setting up over-the-air (OTA) updates\n- Configuring production build settings\n- Managing release channels and versions\n\n## Instructions\n\nThis skill provides guidance for deploying Expo apps:\n\n1. **Build Configuration**: Set up production build settings\n2. **App Store Submission**: Prepare and submit to app stores\n3. **OTA Updates**: Configure over-the-air update channels\n4. **Release Management**: Manage versions and release channels\n5. **Production Optimization**: Optimize apps for production\n\n## Deployment Workflow\n\n### Pre-Deployment\n\n1. Ensure all tests pass\n2. Update version numbers\n3. Configure production environment variables\n4. Review and optimize app bundle size\n5. Test production builds locally\n\n### App Store Deployment\n\n1. Build production binaries (iOS/Android)\n2. Configure app store metadata\n3. Submit to App Store Connect / Google Play Console\n4. Manage app store listings and screenshots\n5. Handle app review process\n\n### OTA Updates\n\n1. Configure update channels (production, staging, etc.)\n2. Build and publish updates\n3. Manage rollout strategies\n4. Monitor update adoption\n5. Handle rollbacks if needed\n\n## Best Practices\n\n- Use EAS Build for reliable production builds\n- Test production builds before submission\n- Implement proper error tracking and analytics\n- Use release channels for staged rollouts\n- Keep app store metadata up to date\n- Monitor app performance in production\n\n## Resources\n\nFor more information, see the [source repository](https://github.com/expo/skills/tree/main/plugins/expo-deployment).",
  "applicable_domains": [
    "devops"
  ],
  "category": "devops",
  "invocation": [
    "/expo-deployment"
  ],
  "authored_by": "claudeskills.in community",
  "source_url": "https://claudeskills.in/skill/expo-deployment",
  "provenance": {
    "source": "claudeskills.in",
    "source_url": "https://claudeskills.in/skill/expo-deployment",
    "license": "MIT",
    "imported_at": "2026-09-03",
    "notes": "Aggregated by claudeskills.in from community GitHub lists. Upstream as recorded by the aggregator: https://github.com/expo/skills/tree/main/plugins/expo-deployment. License MIT read from github.com/expo/skills on 2026-09-03."
  },
  "tags": [
    "claudeskills",
    "devops",
    "risk-reviewed"
  ],
  "lifecycle": "draft"
}