The expo-api-routes skill provides guidelines and patterns for building server-side API routes in Expo Router applications deployed with EAS Hosting, enabling developers to securely handle sensitive operations like protecting API keys, managing databases, and processing webhooks. It addresses the problem of exposing secrets and credentials to clients by offering clear documentation on when to use API routes versus alternative solutions, along with code examples for implementing HTTP methods, dynamic routes, and request handling. This skill is for Expo developers who need to add backend functionality to their mobile and web applications while maintaining security best practices.
npx skills add https://github.com/expo/skills --skill expo-api-routes