by senaiverse
AI-powered development toolkit with 7 production agents for React Native/Expo mobile apps. Automates accessibility, design systems, security, performance, and testing. Built for Claude Code v2.0.5+
# Add to your Claude Code skills
git clone https://github.com/senaiverse/claude-code-reactnative-expo-agent-systemGuides for using ai agents skills like claude-code-reactnative-expo-agent-system.
š Created by SenaiVerse
Your complete AI-powered development toolkit for React Native mobile apps
Quick Start ⢠Documentation ⢠Installation ⢠What You Get ⢠Contributing ⢠License
A production-ready system of 7 core AI agents (20-agent design) + 3 slash commands + automation hooks for building React Native mobile apps faster with fewer bugs.
š± Built specifically for React Native/Expo mobile development. While the system can be adapted for other frameworks, all agents, prompts, and workflows are optimized for iOS/Android mobile app development.
Built for:
As a developer building production Expo/React Native apps, I faced recurring challenges that slowed development and caused production issues:
The Problems:
The Solution: Instead of relying on manual checks and memory, I built a systematic, AI-powered approach using Claude Code's agent system.
What This Represents:
The Result: A complete agent system that catches issues before code review, ensures accessibility compliance, prevents version conflicts, and maintains performance budgets automatically.
This isn't theoretical - it's battle-tested on production apps with 10K+ users.
Core Technologies:
AI & Automation:
Target Environment:
Development Tools:
Key Skills Demonstrated:
š START-HERE.md - 5-minute quick start guide
# Run the installer
cd claude-code-expo-system\scripts
.\install-agents.ps1
# It will ask you:
# 1ļøā£ Project-scoped (team sync) OR 2ļøā£ Global (personal use)?
Or skip prompts with parameters:
# Force project scope (no prompts)
.\install-agents.ps1 -Scope project
# Force global scope (no prompts)
.\install-agents.ps1 -Scope global
cd /path/to/your/expo-project
claude
> Check accessibility of my components
| File | Purpose | Read Time | |------|---------|-----------| | START-HERE.md | Quick start guide | 5 min | | COMPLETE-GUIDE.md | Full reference manual | 30-60 min |
These cover 80% of daily mobile development needs:
Tier S: Meta Orchestration
Tier 1: Daily Workflow (Essential)
Tier 2: Power Agents (Game-Changing)
The complete 20-agent system design includes 13 more specialized agents you can create as needed:
See ready-to-use/agents/AGENTS-REFERENCE.md for creation templates.
/feature - Multi-agent feature implementation workflow/review - Comprehensive code review (design + a11y + security + performance)/test - Generate test suite with edge casesCreate additional custom commands as needed.
CLAUDE.md - Project context templatesettings.json - Global/project configurationBased on production usage:
Time Savings:
Quality Improvements:
Business Value:
claude-code-expo-system/
āāā README.md ā You are here
āāā START-HERE.md ā Read this first
āāā COMPLETE-GUIDE.md ā Full documentation
ā
āāā ready-to-use/
ā āāā agents/ ā 20 agent configurations
ā ā āāā tier-s-meta/
ā ā āāā tier-1-daily/
ā ā āāā tier-2-power/
ā ā āāā tier-3-specialized/
ā ā
ā āāā commands/ ā 10 slash commands
ā ā āāā feature.md
ā ā āāā review.md
ā ā āāā test.md
ā ā āāā [7 more]
ā ā
ā āāā hooks/ ā Automation hooks (optional)
ā āāā templates/ ā Project templates
ā āāā CLAUDE.md
ā āāā settings.json
ā
āāā scripts/
āāā install-agents.ps1 ā Windows installer
Interactive Mode (Recommended - Easiest!)
The installer guides you through the process:
cd claude-code-expo-system\scripts
.\install-agents.ps1
# You'll see a menu:
# 1ļøā£ Project-Scoped (team sync via git)
# 2ļøā£ Global (personal use everywhere)
# Choose 1 or 2, press Enter
# If project: confirms package.json found, asks to proceed
# Installs to the correct location
Non-Interactive Mode (Skip Prompts)
For automation or when you know what you want:
Project-Scoped (Recommended for Teams)
.claude/ folder# Navigate to your Expo/React Native project
cd C:\path\to\your\expo-project
# Force project scope (no prompts)
C:\path\to\claude-code-expo-system\scripts\install-agents.ps1 -Scope project
Global (Personal Use)
No comments yet. Be the first to share your thoughts!