Add Feature

Scaffolds a new feature module under src/modules/ or extends an existing one in a package-by-feature React Native codebase. Use when the user asks to add a feature, screen, module, setting, Redux slice, selector, or thunk; wire a new route into React Navigation; register a reducer in the store; or extend an existing module. Also use when deciding where new code belongs (module vs utils vs theme) or when a change crosses module boundaries.

ltatarev 18a7de3 10.0 KB Updated

File contents

ltatarev/skills/tree/main/skills/add-feature commit 18a7de3575

Frequently asked questions

npx skillmds@latest add ltatarev/add-feature