Lykhoyda/rn-dev-agent

Claude Code plugin for React Native — explores codebases, designs architecture, implements features, and verifies live on simulator via CDP

11Stars on the repository
63Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

end-session

01

Lykhoyda/rn-dev-agent

Command Claude Code

Wrap up the work session with read-only evidence gathering, owner-classified documentation handoffs, gated issue sync, Kano refinement, and git hygiene checks.

11 2d ago A 30 tokens original MIT

build-and-test

02

Lykhoyda/rn-dev-agent

Command

Build the Expo/React Native app (local or EAS), install on simulator/emulator, start Metro, then test the specified feature end-to-end.

11 2d ago C 31 tokens original MIT

check-env

03

Lykhoyda/rn-dev-agent

Command

Check that the fenced React Native session, Metro, app target, and device inventory are ready for testing.

11 2d ago A 21 tokens original MIT

check-vercel-rules

04

Lykhoyda/rn-dev-agent

Command

Run the Vercel Labs agent-skills rule audit on the current project. Default scans changed files; pass --all for full project, --ci for CI-mode (exits 1 on violations).

11 2d ago A 41 tokens original MIT

debug-screen

05

Lykhoyda/rn-dev-agent

Command

Diagnose why the current screen is broken, showing unexpected content, or crashing. Gathers parallel evidence from all layers and applies a targeted fix.

11 2d ago A 29 tokens original MIT

doctor

06

Lykhoyda/rn-dev-agent

Command

Diagnose installation health. Check Node, CDP bridge, rn-fast-runner (iOS), rn-android-runner (Android), maestro-runner, simulators, Metro, CDP, injected helpers, ffmpeg, physical devices, plugin version, Vercel rules sync. Reports what's missing — does NOT modify your project.

11 2d ago A 68 tokens original MIT

Lykhoyda/rn-dev-agent

Command

List persisted "learned actions" — feedback memories, Maestro flows, UI skeletons, and plugin commands that should be consulted before composing new device primitives. Wraps packages/rn-dev-agent-core/dist/learned-actions.js for programmatic discovery.

11 2d ago A 51 tokens original MIT

lock-e2e

08

Lykhoyda/rn-dev-agent

Command

Promote a verified action into a frozen, locked e2e regression test. Runs the action once strict (no repair) via cdplocke2etest and freezes it to .rn-agent/e2e/ .yaml only if it passes. v1 supports param-free actions only.

11 2d ago A 60 tokens original MIT

nav-graph

09

Lykhoyda/rn-dev-agent

Command

Extract, inspect, and query the app navigation graph — a complete map of all screens and navigators.

11 2d ago A 21 tokens original MIT

observe

10

Lykhoyda/rn-dev-agent

Command

Show the observability web UI URL (it autostarts with the session); stop or restart it.

11 2d ago A 21 tokens original MIT

proof-capture

11

Lykhoyda/rn-dev-agent

Command

Capture PR-ready proof artifacts for a feature, with an attested fail-closed controller in strict mode.

11 2d ago A 21 tokens original MIT

rn-feature-dev

12

Lykhoyda/rn-dev-agent

Command

Guided feature development for React Native — explore codebase, design architecture, implement, verify live on device, and review quality.

11 2d ago A 26 tokens original MIT

run-action

13

Lykhoyda/rn-dev-agent

Command

Execute a learned Maestro flow ("action") by name with optional -e KEY=VALUE parameters. Looks the flow up via packages/rn-dev-agent-core/dist/learned-actions.js (same inventory as /rn-dev-agent:list-learned-actions), then replays it via cdprunaction — auto-repair-aware orchestration with structured RunRecords (GH.

11 2d ago A 72 tokens original MIT

run-workflow

14

Lykhoyda/rn-dev-agent

Command

Validate and establish the proven rn-dev-agent operating sequence before a real React Native journey — declared package manager and dependencies, read-only inventory, typed session recovery, one exclusive device, managed integration and Metro, only the requested proof, reverse-order cleanup.

11 2d ago A 49 tokens original MIT

send-feedback

15

Lykhoyda/rn-dev-agent

Command

Send feedback or report a bug for the rn-dev-agent plugin. Collects sanitized environment context and creates a GitHub issue. No sensitive data (paths, secrets, PII) is transmitted.

11 2d ago A 39 tokens original MIT

setup

16

Lykhoyda/rn-dev-agent

Command

Full onboarding for a new project — runs /doctor diagnostics, then injects the CLAUDE.md template + nav-ref instrumentation + Zustand store exposure so the plugin works without the user having to read documentation.

11 2d ago A 41 tokens original MIT

test-feature

17

Lykhoyda/rn-dev-agent

Command

Test a React Native feature on the running simulator/emulator. Verifies UI, user flows, and internal state. Generates a persistent Maestro test file.

11 2d ago A 30 tokens original MIT