rn-setup

Automate rn-dev-agent plugin environment setup with prerequisite checks and dependency installation.

10|1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Lykhoyda/rn-dev-agent --skill rn-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rn-setup
Source: https://github.com/Lykhoyda/rn-dev-agent/tree/main/packages/codex-plugin/skills/rn-setup
Command: npx skills add https://github.com/Lykhoyda/rn-dev-agent --skill rn-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, cdp, ios-simulator, android-emulator, metro, rn-dev-agent, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of the rn-dev-agent plugin environment, ensuring all prerequisites are met and dependencies are installed.

Core Features & Use Cases

  • Prerequisite Checks: Verifies Node.js version, CDP bridge dependencies, and other environment requirements.
  • Dependency Installation: Installs missing dependencies and verifies their presence.
  • iOS and Android Setup: Checks for iOS Simulator and Android Emulator availability, and sets up necessary tools.
  • Metro Dev Server: Ensures the Metro dev server is running.
  • CDP Connection: Validates the connection to the Chrome DevTools Protocol.
  • Plugin Version Freshness: Checks for the latest version of the rn-dev-agent plugin and suggests updates if necessary.
  • Vercel Rules Sync Freshness: Verifies the freshness of the Vercel agent-skills content.

Quick Start

Run the /rn-dev-agent:setup command to begin the setup process.

Frequently Asked Questions about rn-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up the rn-dev-agent plugin environment for React Native?

To set up the rn-dev-agent plugin environment, run the setup command to automate prerequisite checks, install missing dependencies, and verify your iOS Simulator, Android Emulator, and Metro dev server configurations.

What prerequisites do I need to automate React Native environment setup?

React Native environment setup requires Node.js, a CDP bridge, iOS Simulator, Android Emulator, Metro dev server, and the rn-dev-agent plugin. The automation verifies these dependencies and installs any missing components automatically.

Does the rn-dev-agent setup check the Chrome DevTools Protocol connection?

Yes, the rn-dev-agent setup validates the connection to the Chrome DevTools Protocol (CDP). It also checks for the latest plugin version and verifies the freshness of Vercel agent-skills content.

How do I verify iOS and Android environments for React Native development?

You can verify iOS and Android environments by running the automated setup, which checks for iOS Simulator and Android Emulator availability, ensures Metro is running, and confirms all required dependencies are present.

Why does my React Native dev agent setup fail during dependency installation?

Setup fails during dependency installation if Node.js version requirements are not met, the CDP bridge is missing, or iOS Simulator and Android Emulator tools are not properly configured. The automated checks identify these specific missing prerequisites.

Can I update the rn-dev-agent plugin version through the environment setup?

Yes, the environment setup checks for the latest version of the rn-dev-agent plugin and suggests updates if necessary. It also verifies Vercel agent-skills content freshness to ensure your configuration remains current.