๐Ÿ“˜ Complete Guide: Claude Code Agent System for Expo/React Native banner
senaiverse senaiverse

๐Ÿ“˜ Complete Guide: 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* --- **The definitive reference for your AI-powered development workflow** ---

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.

๐Ÿ“˜ Complete Guide: Claude Code Agent System for Expo/React Native

**๐ŸŒŸ Created by SenaiVerse** *Claude Code Agent System for Expo/React Native Development*


**The definitive reference for your AI-powered development workflow**


Table of Contents

  1. System Architecture
  2. How Agents Work
  3. The 20 Agent Library
  4. Slash Commands Reference
  5. Hook System & Automation
  6. Enhanced Prompt Integration
  7. Best Practices & Patterns
  8. Advanced Multi-Agent Workflows
  9. Customization Guide
  10. Troubleshooting
  11. Team Collaboration
  12. Performance & Metrics

System Architecture

Overview

This system provides **20 specialized AI agents** for Expo/React Native development, organized into three tiers:

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚         TIER S: Meta Orchestration          โ”‚
โ”‚         Grand Architect (Conductor)         โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                  โ”‚
      โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
      โ”‚                       โ”‚
โ”Œโ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”        โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  TIER 1:   โ”‚        โ”‚  TIER 2:    โ”‚
โ”‚   Daily    โ”‚        โ”‚   Power     โ”‚
โ”‚  Workflow  โ”‚        โ”‚   Agents    โ”‚
โ”‚  (5 agents)โ”‚        โ”‚  (5 agents) โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”˜        โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”˜
      โ”‚                      โ”‚
      โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                 โ”‚
         โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
         โ”‚   TIER 3:      โ”‚
         โ”‚  Specialized   โ”‚
         โ”‚  (10 agents)   โ”‚
         โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

File Structure

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

your-expo-project/
โ”œโ”€โ”€ .claude/                  # Project agents (version controlled)
โ”‚   โ”œโ”€โ”€ agents/               # HIGHEST PRIORITY
โ”‚   โ”‚   โ”œโ”€โ”€ tier-1-daily/
โ”‚   โ”‚   โ”œโ”€โ”€ tier-2-power/
โ”‚   โ”‚   โ””โ”€โ”€ tier-s-meta/
โ”‚   โ”œโ”€โ”€ commands/             # Project slash commands
โ”‚   โ”œโ”€โ”€ hooks/                # Project automation (optional)
โ”‚   โ””โ”€โ”€ settings.json         # Project settings
โ”œโ”€โ”€ CLAUDE.md                 # Project context
โ””โ”€โ”€ package.json              # Your project

**Global (Personal Use):**

~/.claude/
โ”œโ”€โ”€ agents/                   # Global agents (lower priority)
โ”‚   โ”œโ”€โ”€ tier-1-daily/
โ”‚   โ”œโ”€โ”€ tier-2-power/
โ”‚   โ””โ”€โ”€ tier-3-specialized/
โ”œโ”€โ”€ commands/                 # Global slash commands
โ”œโ”€โ”€ hooks/                    # Global automation (optional)
โ””โ”€โ”€ settings.json            # Global configuration

**Hybrid Approach (Best of Both):**

You can use BOTH! Claude Code checks project agents first, then falls back to global:

Priority order:
1. your-project/.claude/agents/design-token-guardian.md  (USED)
2. ~/.claude/agents/design-token-guardian.md             (ignored)

If agent only exists globally:
1. ~/.claude/age