Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Automate end-to-end React Native/Expo app development with multi-agent AI harness: orchestrate planning, feature coding, TDD cycles, visual/video debugging, performance profiling, security audits, native module scaffolding, SDK upgrades, and autonomous ticket-to-PR workflows via 22 commands and 13 agents.
npx claudepluginhub jubakitiashvili/everything-react-native-expoERNE — Implement animations using the ui-designer agent with Reanimated and Gesture Handler
ERNE — Diagnose and fix build failures using the expo-config-resolver agent
ERNE — Comprehensive code review combining code quality and performance analysis
ERNE — Implement features using the senior-developer agent
ERNE — Design and test UI components using parallel ui-designer and tdd-guide agents
Feature decomposition, navigation design, state management selection, API layer planning. Triggered by /plan and /navigate.
Re-render detection, RN anti-pattern detection, platform parity, Expo SDK validation, accessibility audit. Triggered by /code-review, /quality-gate, /deploy.
Generates comprehensive project documentation from audit scan data. Produces architecture docs, component catalogs, API docs, screen blueprints, Mermaid diagrams, onboarding scores, dead code reports, type safety analysis. Triggered by /audit or when user asks about project documentation.
EAS Build error diagnosis, app.json/app.config.ts validation, config plugin debugging, provisioning profile issues, Gradle/CocoaPods fixes. Triggered by /build-fix, /deploy.
Focused feature implementation — individual screens, components, hooks, and API endpoints. Designed to work in parallel with senior-developer. Triggered by /code, /feature, /component.
Enforce React Native coding standards as an actionable workflow
Auto-generate skills and rules from observed React Native development patterns
Apple HIG design intelligence — build, review, animate, and analyze with Apple Human Interface Guidelines for React Native/Expo
Guided wizard for creating Turbo Modules and Expo Modules with iOS and Android implementations
Step-by-step performance diagnosis and optimization for React Native apps
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
React Native & Expo development workflow: skills library for Claude Code with TDD, debugging, collaboration patterns, and proven techniques
Validation and quality enforcement for Expo React Native projects.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Editorial "Expo & React Native" bundle for Claude Code from Antigravity Awesome Skills.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules.
AI agent harness with 13 specialized agents, autonomous worker, video debugging, adaptive fix, and 29 auto-updating knowledge rules. Adaptive stack detection, multi-agent orchestration, and a pixel-art dashboard. Every config is generated to match your exact project setup.
Prerequisite: Claude Code is required for the full experience (13 agents, pipeline orchestration, dashboard, hooks). Other IDEs receive adaptive rules and configuration — see IDE Support.
# Install globally (recommended)
npm i -g erne-universal
# One-time setup in your React Native / Expo project
erne init
# Launch the dashboard
erne dashboard
# Or do both at once
erne start
Without global install: use
npx erne-universalinstead oferne(slower — downloads each time).
init does:erne init # Setup ERNE in your project
erne dashboard # Launch dashboard
erne start # Init + dashboard
erne doctor # Health check (22 checks)
erne audit # Generate project documentation
erne worker --config w.json # Start autonomous worker
erne sync-configs # Export rules to other IDEs
erne update # Update to latest version
erne uninstall # Clean removal
| Component | Count | Description |
|---|---|---|
| 🤖 Agents | 13 | Specialized AI agents incl. visual debugger, doc generator, smart routing |
| 🔀 Agent variants | 9 | Stack-adaptive agent configurations (StyleSheet vs NativeWind, Zustand vs Redux, etc.) |
| ⚡ Commands | 24 | Slash commands for every React Native workflow (incl. /erne-debug-video, /erne-update) |
| 📏 Rule layers | 5 | Conditional rules: common, expo, bare-rn, native-ios, native-android |
| 🎯 Rule variants | 15 | Stack-specific rules selected by deep detection (state, navigation, styling, security, etc.) |
| 📚 Knowledge rules | 29 | Expo SDK 55, RN 0.84, React 19.2, Reanimated, Skia, Gesture Handler, SVG, ExecuTorch, more |
| 🛡️ Hook profiles | 3 | Minimal, standard, strict — quality enforcement your way |
| 📚 Skills | 7 | Reusable knowledge modules loaded on-demand |
| 🎭 Contexts | 3 | Behavior modes: dev, review, vibe |
| 🔌 MCP configs | 10 | Pre-configured server integrations |
| 🎬 Video debugging | 1 | Analyze screen recordings for temporal UI bugs |
| 🔧 Adaptive Fix | — | Agent-based or direct fix from dashboard |
| 📋 Workflow examples | 4 | End-to-end multi-agent workflow guides |
| 🤝 Handoff templates | 4 | Structured agent-to-agent context passing |
ERNE includes a real-time dashboard with 6 pages, pixel-art agent HQ, and adaptive fix integration.
erne dashboard # Start on auto-detected port, open browser
erne dashboard --port 4444 # Custom port
erne start # Init + dashboard in one command