From 0aaa25acccdbb0acb0b1e40023e20dfb270f84fb Mon Sep 17 00:00:00 2001 From: Sandro Chalagashvili Date: Mon, 29 Jun 2026 14:13:26 +0400 Subject: [PATCH] Add Skill Format section to react-native-best-practices Documents the hybrid Quick Pattern/Quick Command/Quick Config/Quick Reference/Deep Dive format used by all reference files, and makes the impact rating scale (CRITICAL/HIGH/MEDIUM) explicit so agents read files with the right expectations before loading them. --- skills/react-native-best-practices/SKILL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/skills/react-native-best-practices/SKILL.md b/skills/react-native-best-practices/SKILL.md index 37732c2..549f48c 100644 --- a/skills/react-native-best-practices/SKILL.md +++ b/skills/react-native-best-practices/SKILL.md @@ -13,6 +13,18 @@ metadata: Performance optimization guide for React Native applications, covering JavaScript/React, Native (iOS/Android), and bundling optimizations. Based on Callstack's "Ultimate Guide to React Native Optimization". +## Skill Format + +Each reference file follows a hybrid format for fast lookup and deep understanding: + +- **Quick Pattern**: Incorrect/Correct code snippets for immediate pattern matching +- **Quick Command**: Shell commands for process/measurement skills +- **Quick Config**: Configuration snippets for setup-focused skills +- **Quick Reference**: Summary tables for conceptual skills +- **Deep Dive**: Full context with When to Use, Prerequisites, Step-by-Step, Common Pitfalls + +**Impact ratings**: CRITICAL (fix immediately), HIGH (significant improvement), MEDIUM (worthwhile optimization) + ## When to Apply Reference these guidelines when: