Back to list
5dlabs

expo-llm-docs

by 5dlabs

Cognitive Task Orchestrator - GitOps on Bare Metal or Cloud for AI Agents

2🍴 1📅 Jan 25, 2026

SKILL.md


name: expo-llm-docs description: Fetch Expo documentation via llms.txt for up-to-date React Native development references agents: [tap, blaze] triggers: [expo, expo router, eas build, eas update, expo sdk, development build] llm_docs_url: https://docs.expo.dev/llms.txt

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"]
});
ModuleDescription
expo-routerFile-based routing
expo-cameraCamera access
expo-notificationsPush notifications
expo-locationGeolocation
expo-sqliteSQLite database
expo-secure-storeEncrypted storage
expo-file-systemFile operations
expo-imagePerformant images
  • react-native-llm-docs - React Native core documentation
  • better-auth-expo - Better Auth for Expo
  • expo-patterns - Expo development patterns

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon