Abdullah Hashim
Community@sombek · Saudi Arabia
Web Developer
Agent Skills by Abdullah Hashim
Showing 35 vetted skills indexed across 1 GitHub repositories.
expo-dev-client
Build and distribute Expo development clients locally or via TestFlight using EAS Build.
expo-skill-eval
Evaluates Expo skills for trigger accuracy, code quality, and runtime rendering on simulators.
eas-app-stores
Build and submit Expo apps to the iOS App Store, Google Play Store, and TestFlight using EAS.
expo-migrate-module
Migrate Swift Expo native modules from the 1.0 definition DSL to the 2.0 macro API.
react-native-rtl
Implements and reviews right-to-left layout support in React Native and Expo apps.
eas-update
Configure, publish, test, and debug over-the-air updates for Expo apps with EAS CLI.
expo-module
Create Expo native modules and views using Swift, Kotlin, and TypeScript.
expo-brownfield
Integrate Expo and React Native into existing native iOS and Android apps.
expo-dom
Run web React code in native webviews using Expo DOM components.
eas-simulator
Run and control apps on remote iOS and Android simulators hosted on EAS cloud.
expo-design-system
Build and audit token-based design systems for Expo React Native apps.
expo-web-to-native
Migrate a web React app to a native iOS/Android app with Expo, screen by screen.
eas-workflows
Write and validate EAS workflow YAML files for Expo CI/CD pipelines.
expo-ui
Build native iOS and Android UI with @expo/ui universal and platform-specific components.
expo-examples
Adapt or scaffold Expo's official with-* integration examples into React Native apps.
eas-hosting
Deploy Expo web apps and API routes to EAS Hosting on Cloudflare Workers.
expo-animation
Builds React Native and Expo animations with Reanimated, Gesture Handler, and haptics.
eas-observe
Instrument Expo apps with expo-observe and query performance metrics via the EAS CLI.
gluestack-ui-v5
Enforces opinionated styling patterns for gluestack-ui v5 with Tailwind CSS v4 and NativeWind v5.
expo-native-ui
Build native-feeling Expo screens with Apple HIG styling, semantic colors, and native controls.
expo-app-clip
Adds an iOS App Clip target to an Expo app with AASA hosting and TestFlight submission.
expo-project-structure
Defines the recommended folder structure for new Expo apps using Expo Router.
expo-upgrade
Upgrades Expo SDK versions and migrates deprecated packages with step-by-step diagnostics.
expo-router
Implements file-based navigation and routing for Expo Router apps.
Frequently Asked Questions About Abdullah Hashim
FAQPage SchemaWhat tasks can I accomplish with sombek's Expo skill collection?▼
You can scaffold Expo projects, build native modules in Swift/Kotlin, add file-based routing with Expo Router, implement RTL layouts, create design systems and animations, deploy to app stores via EAS, ship OTA updates, host web builds on EAS Hosting, and monitor app performance with EAS Observe.
Who are these Expo and EAS skills designed for?▼
Mobile engineers and web developers building React Native or Expo apps, including those migrating web React codebases to native, integrating Expo into existing brownfield iOS/Android apps, or managing production release pipelines with EAS Build, Submit, and Update.
How do the EAS deployment skills work in practice?▼
The eas-app-stores skill configures eas.json build and submit profiles, then runs eas build and eas submit to ship to the App Store, Google Play, and TestFlight. The eas-update skill handles OTA channels and runtime versions, while eas-workflows authors CI/CD YAML in .eas/workflows/.
Are these skills free and open source?▼
Yes, all skills carry MIT licenses. The Expo framework skills are open source, while EAS skills (eas-app-stores, eas-update, eas-hosting, eas-simulator, eas-observe) target Expo's paid EAS cloud services, so using those services requires an EAS subscription.
What prerequisites do these skills require?▼
A project with an expo dependency in package.json, Node.js with npx for EAS CLI and create-expo commands, and for native work, Xcode for iOS (Swift, SwiftUI, App Clips) or Android toolchains for Kotlin/Jetpack Compose. The expo-overview skill routes tasks to the correct specialized skill.