Lykhoyda

105 mods across 2 repositories, 27 stars between them.

rn-code-explorer

49

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

50

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

51

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

52

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

build-and-test

53

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

54

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

55

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

56

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

57

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

59

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

60

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

61

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

62

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

63

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

64

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

65

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

66

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

67

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

68

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

SessionStart

69

Lykhoyda/rn-dev-agent

Hook

Runs when a session starts, executing detect-rn-project.sh. From Lykhoyda/rn-dev-agent.

11 2d ago A tokens not measured original MIT

PostToolUse

70

Lykhoyda/rn-dev-agent

Hook

Runs after a tool call finishes for Edit, MultiEdit and Write tool calls, executing post-edit-health-check.sh and vercel-rules-audit.sh (2 commands). From Lykhoyda/rn-dev-agent.

11 2d ago A tokens not measured original MIT

CwdChanged

71

Lykhoyda/rn-dev-agent

Hook

Runs on the CwdChanged event, executing cwd-changed.sh. From Lykhoyda/rn-dev-agent.

11 2d ago A tokens not measured original MIT

SubagentStart

72

Lykhoyda/rn-dev-agent

Hook

Runs when a subagent starts, executing subagent-start.sh. From Lykhoyda/rn-dev-agent.

11 2d ago A tokens not measured copy · 66% MIT