Git Commands - Quick Reference banner
senaiverse senaiverse

Git Commands - Quick Reference

Development community intermediate

Description

**Repository Name:** `claude-code-reactnative-expo-agent-system` ---

Installation

Terminal
claude install-skill https://github.com/senaiverse/claude-code-reactnative-expo-agent-system

README

Git Commands - Quick Reference

**Repository Name:** `claude-code-reactnative-expo-agent-system`


📝 Step-by-Step Commands

Copy and paste these commands in order:

1. Initialize Git (if not already initialized)

cd C:\Users\Senai\Desktop\claude-code-expo-system
git init

2. Add All Files

git add .

3. Create Initial Commit

git commit -m "feat: Initial release v1.2.0 - AI Agent System for React Native/Expo

Production-ready system with 7 core AI agents for mobile app development:
- Grand Architect (meta-orchestration)
- Design Token Guardian (design system enforcement)
- A11y Compliance Enforcer (WCAG 2.2 accessibility)
- Smart Test Generator (automated testing)
- Performance Budget Enforcer (performance tracking)
- Performance Prophet (predictive analysis)
- Security Penetration Specialist (OWASP Mobile Top 10)

Features:
- Interactive Windows installation script
- Project-scoped and global installation modes
- 3 custom slash commands (/feature, /review, /test)
- 20-agent system design with expansion templates
- Comprehensive documentation (9 guides)
- MIT License
- Contributing guidelines

Built specifically for React Native/Expo mobile apps.

🤖 Generated with Claude Code
Co-Authored-By: Claude "

4. Add GitHub Remote

**Replace `YourUsername` with your actual GitHub username:**

git remote add origin https://github.com/YourUsername/claude-code-reactnative-expo-agent-system.git

5. Rename Branch to Main

git branch -M main

6. Push to GitHub

git push -u origin main

✅ Verification

After pushing, verify:

    undefined

🏷️ Create Release (Optional - via GitHub Web)

    undefined

📌 Add Topics (via GitHub Web)

After creating repo, add these topics by clicking the ⚙️ gear icon next to "About":

claude-code
ai-agents
react-native
expo
mobile-development
accessibility
wcag
owasp
typescript
powershell
developer-tools
productivity
code-quality
automation
design-system

🔧 Troubleshooting

**Error: "remote origin already exists"**

git remote remove origin
# Then re-add with correct URL
git remote add origin https://github.com/YourUsername/claude-code-reactnative-expo-agent-system.git

**Error: "Your branch is ahead of 'origin/main'"**

git push origin main

**Want to see status?**

git status

**Delete this file after pushing - it's just a helper!**