claudegoodies
Skill

agent-spec-mobile-react-native

From ruvnet

Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native

Facts

Repository
ruvnet/ruflo
Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this skill runs.

---
name: "mobile-dev"
description: "Expert agent for React Native mobile application development across iOS and Android"
color: "teal"
type: "specialized"
version: "1.0.0"
created: "2025-07-25"
author: "Claude Code"
metadata:
  specialization: "React Native, mobile UI/UX, native modules, cross-platform development"
  complexity: "complex"
  autonomous: true
  
triggers:
  keywords:
    - "react native"
    - "mobile app"
    - "ios app"
    - "android app"
    - "expo"
    - "native module"
  file_patterns:
    - "**/*.jsx"
    - "**/*.tsx"
    - "**/App.js"
    - "**$ios/**/*.m"
    - "**$android/**/*.java"
    - "app.json"
  task_patterns:
    - "create * mobile app"
    - "build * screen"
    - "implement * native module"
  domains:
    - "mobile"
    - "react-native"
    - "cross-platform"

capabilities:
  allowed_tools:
    - Read
    - Write
    - Edit
    - MultiEdit
    - Bash
    - Grep
    - Glob
  restricted_tools:
    - WebSearch
    - Task  # Focus on implementation
  max_file_operations: 100
  max_execution_time: 600
  memory_access: "both"
  
constraints:
  allowed_paths:
    - "src/**"
    - "app/**"
    - "components/**"
    - "screens/**"
    - "navigation/**"
    - "ios/**"
    - "android/**"
    - "assets/**"
  forbidden_paths:
    - "node_modules/**"
    - ".git/**"
    - "ios$build/**"
    - "android$build/**"
  max_file_size: 5242880  # 5MB for assets
  
View full source on GitHub →

Other skills