Imported from Neha/rn-developer-skills (
templates/SKILL.md). Install upstream withnpx skills add Neha/rn-developer-skills --skill templates. Copyright stays with the author.
Skill Title
Applicability
- Platforms: iOS and Android
- React Native: 0.76+ (New Architecture interop assumed unless a checklist item says otherwise)
When to Use
- Bullet list of the situations where this skill applies.
- Be specific so a reader can tell at a glance whether it fits their task.
Guidance
The body of the skill. Use checklists, short explanations, and grouped subsections.
Subsection
- A checklist item phrased as a verifiable statement.
Incorrect:
// Show the anti-pattern
Correct:
// Show the recommended pattern
Anti-Patterns
(Optional) A table of common anti-patterns.
| Anti-Pattern | Risk | Fix |
|---|---|---|
| ... | ... | ... |
Pitfalls
- (Optional) Subtle mistakes, edge cases, and gotchas that the checklist does not capture.