🚀 START HERE - Claude Code Agent System for Expo/React Native banner
senaiverse senaiverse

🚀 START HERE - Claude Code Agent System for Expo/React Native

Data & AI community intermediate

Description

> **🌟 Created by SenaiVerse** > *Claude Code Agent System for Expo/React Native Development* --- **Welcome!** You're 10 minutes away from having 20 AI agents working for you. ---

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for senaiverse/claude-code-reactnative-expo-agent-system, shared by 10 entries in this directory. It describes the repository, not this entry specifically.

🚀 START HERE - Claude Code Agent System for Expo/React Native

**🌟 Created by SenaiVerse** *Claude Code Agent System for Expo/React Native Development*


**Welcome!** You're 10 minutes away from having 20 AI agents working for you.


⚡ Quick Setup (Windows)

Step 1: Verify Your Setup (30 seconds)

Open your terminal in Cursor and run:

claude --version

✅ Should show: `2.0.5` (or similar)


Step 2: Install Agents (2 minutes)

**🎯 Recommended: Interactive Mode** (Easiest!)

Just run the installer and it will guide you:

# Navigate to scripts folder
cd ~/claude-code-expo-system/scripts

# Run the installer (it will ask you: Project or Global?)
.\install-agents.ps1

**What happens:**

  1. Menu appears: Choose "1" for Project-scoped or "2" for Global
  2. If Project: Scans for package.json, shows results, asks confirmation
  3. Installs: Copies agents to the chosen location

**Advanced: Non-Interactive Mode** (Skip Prompts)

For automation or if you know exactly what you want:

**Option A: Project-Scoped (Recommended for Teams)**

Agents installed in your project's `.claude/` folder - version controlled & team-shared.

# Navigate to YOUR Expo/React Native project first
cd C:\path\to\your\expo-project

# Force project scope (no prompts)
~/claude-code-expo-system/scripts/install-agents.ps1 -Scope project

**Option B: Global (Personal Use)**

Agents installed in `~/.claude/` - available in ALL projects.

# Force global scope (no prompts)
cd ~/claude-code-expo-system/scripts
.\install-agents.ps1 -Scope global

**Option C: Manual Installation**

# Project-scoped (run from your project root)
cp -r ready-to-use/agents/* ./.claude/agents/
cp -r ready-to-use/commands/* ./.claude/commands/
cp ready-to-use/templates/CLAUDE.md ./CLAUDE.md

# OR Global (available everywhere)
cp -r ready-to-use/agents/* ~/.claude/agents/
cp -r ready-to-use/commands/* ~/.claude/commands/
cp ready-to-use/templates/settings.json ~/.claude/settings.json

Step 3: Configure Project Context (1 minute)

**If you used project-scoped installation:** CLAUDE.md was automatically copied to your project root!

**If you used global installation:** Copy CLAUDE.md manually:

# Copy the CLAUDE.md template
cp ready-to-use/templates/CLAUDE.md /path/to/your/expo-project/CLAUDE.md

**Next:** Edit `CLAUDE.md` with your project specifics (framework versions, conventions, etc.)


Step 4: Test It Works (2 minutes)

# Navigate to your Expo project
cd /path/to/your/expo-project

# Start Claude Code
claude

# Try invoking an agent
> Can you review this project's accessibility compliance?

Claude should automatically invoke the **A11y Compliance Enforcer** agent.


📚 What You Just Installed

🌟 20 Production-Ready Agents

**Tier 1: Daily Workflow (Essential)**

  • ✅ Design Token Guardian - Enforces design system consistency
  • ✅ A11y Compli