expo-llm-docs

📁 5dlabs/cto 📅 Jan 24, 2026
4
总安装量
4
周安装量
#51686
全站排名
安装命令
npx skills add https://github.com/5dlabs/cto --skill expo-llm-docs

Agent 安装分布

opencode 2
codex 2
claude-code 2
gemini-cli 2
trae 1

Skill 文档

Expo LLM Documentation

Expo provides extensive LLM-optimized documentation at https://docs.expo.dev/llms.txt.

When to Use

Fetch this documentation when:

  • Setting up a new Expo project or development build
  • Configuring Expo Router for navigation
  • Working with EAS Build, Submit, or Update
  • Using Expo SDK modules (Camera, Location, Notifications, etc.)
  • Creating native modules with Expo Modules API
  • Deploying to app stores or using internal distribution

Key Topics Covered

  • Get Started: Project creation, environment setup, development builds
  • Expo Router: File-based routing, layouts, navigation patterns, modals
  • EAS Services: Build, Submit, Update, Metadata, Hosting, Workflows
  • SDK Modules: Camera, FileSystem, Notifications, SQLite, Video, Audio
  • Native Development: Config plugins, Expo Modules API, Swift/Kotlin
  • Deployment: App stores, OTA updates, code signing, rollouts

Quick Reference

// Fetch Expo docs via Firecrawl
const docs = await firecrawl.scrape({
  url: "https://docs.expo.dev/llms.txt",
  formats: ["markdown"]
});

Popular SDK Modules

Module Description
expo-router File-based routing
expo-camera Camera access
expo-notifications Push notifications
expo-location Geolocation
expo-sqlite SQLite database
expo-secure-store Encrypted storage
expo-file-system File operations
expo-image Performant images

Related Skills

  • react-native-llm-docs – React Native core documentation
  • better-auth-expo – Better Auth for Expo
  • expo-patterns – Expo development patterns