Agent Skills
› rmyndharis/antigravity-skills
› react-native-architecture
react-native-architecture
GitHub提供生产级 React Native 与 Expo 应用的架构模式,涵盖导航、原生模块集成、离线同步及性能优化。适用于新项目启动、复杂功能实现及 CI/CD 设置。
Trigger Scenarios
开始新的 React Native 或 Expo 项目
实现复杂的导航模式
集成原生模块和平台 API
构建离线优先的移动应用
优化 React Native 性能
设置移动发布的 CI/CD
Install
npx skills add rmyndharis/antigravity-skills --skill react-native-architecture -g -y
SKILL.md
Frontmatter
{
"name": "react-native-architecture",
"description": "Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects."
}
React Native Architecture
Production-ready patterns for React Native development with Expo, including navigation, state management, native modules, and offline-first architecture.
Use this skill when
- Starting a new React Native or Expo project
- Implementing complex navigation patterns
- Integrating native modules and platform APIs
- Building offline-first mobile applications
- Optimizing React Native performance
- Setting up CI/CD for mobile releases
Do not use this skill when
- The task is unrelated to react native architecture
- You need a different domain or tool outside this scope
Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open
resources/implementation-playbook.md.
Resources
resources/implementation-playbook.mdfor detailed patterns and examples.
Version History
- e63f7dd Current 2026-07-05 09:36


