expo-api-routes

Guidelines for creating API routes in Expo Router with EAS Hosting

Content Preview
---
name: expo-api-routes
description: Guidelines for creating API routes in Expo Router with EAS Hosting
risk: unknown
source: community
version: 1.0.0
license: MIT
---

## When to Use API Routes

Use API routes when you need:

- **Server-side secrets** — API keys, database credentials, or tokens that must never reach the client
- **Database operations** — Direct database queries that shouldn't be exposed
- **Third-party API proxies** — Hide API keys when calling external services (OpenAI, Stri
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/expo-api-routes.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/expo-api-routes/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/expo-api-routes/SKILL.md

Related Skills