rn-mt-codebase-guide
Installation
SKILL.md
rn-mt Codebase Guide
Use this skill when the task is about the rn-mt repository itself.
This repo is not a generic React Native app. It is a monorepo for a conversion toolchain, so the right workflow is usually:
- identify which package owns the behavior
- reproduce the issue with the narrowest command or fixture
- change the owning package, not the symptom layer
- run the right verification loop for that surface