Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/expo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Official AI agent skills from the Expo team for building, deploying, upgrading,
- **expo-ui-swift-ui** — SwiftUI components for Expo
- **native-data-fetching** — Network requests, API calls, caching, and offline support
- **use-dom** — Run web code in a webview on native using DOM components
- **add-integration** — Add popular integrations (auth, payments, database, styling, animations, etc.) from expo/examples

### Deployment

Expand Down
14 changes: 14 additions & 0 deletions plugins/expo/skills/add-integration/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: add-integration
description: Add a popular integration to an Expo project (auth, payments, database, styling, animations, state management, camera, maps, GraphQL). Use when the user wants to add a new feature, library, or third-party integration to their Expo app.
version: 1.0.0
license: MIT
---

# Add Integration

Fetch and follow the integration guide from [expo/examples](https://github.com/expo/examples):

```
https://raw.githubusercontent.com/expo/examples/master/SKILL.md
```