Agent workflowv0.1.0 · Public

RN Agents Kit

Give your coding agent a React Native maintenance kit that reads first and earns every change.

The public v0.1.0 snapshot packages six narrow skills. Each one owns a specific maintenance job and keeps evidence, consent, and review boundaries explicit.

Live field notesPublic surface
01first_passread-only
02mutationexplicit consent
03verificationproject gates
04handoffreviewable diff

Install / Claude Code

Two commands. Six focused skills.

Add the public marketplace, then install the v0.1.0 plugin from that source. The public README currently documents this Claude Code installation path.

Plain Text
/plugin marketplace add AndrewDongminYoo/rn-agents-kit
/plugin install rn-agents-kit@rn-agents-kit

The public distribution is licensed under Apache-2.0 and contains the shipped skills, plugin manifests, changelog, contribution guide, and example artifacts.

Skill inventory / 06

One skill, one maintenance job.

01

rn-project-snapshot

Capture the project's React Native version, architecture and Hermes flags, package manager, and key configuration before choosing a deeper audit.

Read-only

02

rn-asset-hygiene

Find unused images, SVGs, and Lottie files, then guide an explicitly approved migration to a typed registry.

Audit → consent

03

rn-newarch-audit

Classify dependency and app-local native signals that matter when evaluating New Architecture readiness.

Read-only audit

04

rn-audit

Run a focused React Native code-quality audit and adversarially verify findings before they reach the report.

Verified findings

05

rn-device-capture

Capture an Android or iOS simulator screen to a stable path so the agent can inspect the rendered app.

Source read-only

06

rn-metro-console

Read bounded console output from Metro's CDP endpoint to close the runtime verification loop.

Bounded reader

Operating contract

Audit-first is a sequence, not a badge.

  1. 01

    Inspect

    The first pass reads the project and reports what it can prove.

  2. 02

    Ask

    A skill that can mutate waits for explicit consent before changing source.

  3. 03

    Gate

    Approved changes run the target project's own type, lint, and test commands.

  4. 04

    Review

    The resulting git diff stays visible so the operator owns the final decision.

Reproducible evidence / public example

See the New Architecture audit run against a public app.