argent-react-native-app-workflow

Agent skill from software-mansion/argent.

software-mansion 1.8k ↓ 7.8k Apache-2.0 updated 25d ago
Claude Code
View source ↗

What it does

  • [ ] nodemodules present (if not: npm install or yarn)
  • [ ] For iOS: ios/Podfile exists; if ios/Pods missing or stale, run cd ios && pod install && cd ..
  • [ ] No conflicting Metro on default port (see 1.2)
  • [ ] Metro is already running and shows "ready"
  • [ ] Command run from project root
  • [ ] Android: adb -s <serial> reverse tcp:8081 tcp:8081 done.
  • No output → Port free; safe to start Metro.

Requirements & configuration

  • Remember the workflow: Once you discover the project's build/run workflow, save it to project memory so you don't need to re-discover it each time.
  • To kill a Metro process, use the stop-metro tool (requires user confirmation).
  • | App needs reinstalling from .app path | Use reinstall-app tool with UDID, bundle ID, and .app path. |

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

argent-react-native-app-workflow FAQ

What does the argent-react-native-app-workflow skill do?

Step-by-step workflows for developing or debugging React Native apps on iOS simulator or Android emulator. Use when starting the app, debugging Metro, fixing builds, diagnosing runtime errors, or running tests. [ ] nodemodules present (if not: npm install or yarn) [ ] For iOS: ios/Podfile exists; if ios/Pods missing or stale, run cd ios && pod install && cd ..

What does argent-react-native-app-workflow require?

Remember the workflow: Once you discover the project's build/run workflow, save it to project memory so you don't need to re-discover it each time. To kill a Metro process, use the stop-metro tool (requires user confirmation). | App needs reinstalling from .app path | Use reinstall-app tool with UDID, bundle ID, and .app path. |

How do I install argent-react-native-app-workflow?

Run: npx -y skills add https://github.com/software-mansion/argent --skill argent-react-native-app-workflow --agent claude-code — the source lives at github.com/software-mansion/argent.

Maintain argent-react-native-app-workflow?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

argent-react-native-app-workflow on getagentictools
[![argent-react-native-app-workflow on getagentictools](https://getagentictools.com/badge/skills/software-mansion-argent-argent-react-native-app-workflow.svg)](https://getagentictools.com/skills/software-mansion-argent-argent-react-native-app-workflow?ref=badge)
npx agentictools info skills/software-mansion-argent-argent-react-native-app-workflow

The second line is the CLI lookup for this page — handy in READMEs and docs.