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

rn-code-architect

01

Lykhoyda/rn-dev-agent

Agent

Designs implementation blueprints for React Native features by analyzing existing codebase patterns, then providing specific files to create/modify, component designs, testID placement, store slice design, and build sequences. Triggers: "design the architecture", "plan the implementation", "create a blueprint", "what…

11 2d ago A 238 tokens original MIT

rn-code-explorer

02

Lykhoyda/rn-dev-agent

Agent

Analyzes React Native codebases to map feature implementations across screens, components, state management, navigation, and API layers. Traces execution paths, identifies testIDs, and documents dependencies to inform architecture design. Triggers: "explore the codebase", "how does this feature work", "map the…

11 2d ago A 254 tokens original MIT

rn-code-reviewer

03

Lykhoyda/rn-dev-agent

Agent

Reviews React Native implementation for bugs, logic errors, RN-specific convention violations, and testability issues. Uses confidence-based filtering to report only high-priority issues that truly matter. Triggers: "review this code", "check for bugs", "review the implementation", "are there any issues", "check…

11 2d ago A 234 tokens original MIT

rn-debugger

04

Lykhoyda/rn-dev-agent

Agent

Diagnoses broken or unexpected behavior in a React Native app running on simulator/emulator. Gathers parallel evidence (component tree, logs, network, store), narrows root cause, applies a fix, and verifies recovery. PARENT-SESSION-ONLY: requires MCP tools (cdp, device, collectlogs) — do NOT spawn via Task tool, run…

11 2d ago A 341 tokens original MIT

rn-tester

05

Lykhoyda/rn-dev-agent

Agent

Tests React Native features on simulator/emulator. Verifies UI renders correctly, user flows work, and internal state matches expectations. Use when a feature has been implemented and needs verification. PARENT-SESSION-ONLY: requires MCP tools (cdp, device) — do NOT spawn via Task tool, run protocol inline in parent…

11 2d ago A 337 tokens original MIT