.claude/skills/native-module/SKILL.md
Create native modules with sequential native-bridge-builder then code-reviewer agents
npx skillsauth add JubaKitiashvili/everything-react-native-expo native-moduleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are executing the /native-module command. Run native-bridge-builder first (create the module), then code-reviewer (review it). This is sequential, not parallel.
Ask the user or detect from project:
Generate all required files based on module type:
Expo Module (6 files):
modules/[module-name]/
expo-module.config.json # Module configuration
src/[ModuleName]Module.ts # TypeScript API definition
ios/[ModuleName]Module.swift # Swift implementation
android/src/main/java/.../[ModuleName]Module.kt # Kotlin implementation
src/__tests__/[ModuleName].test.ts # Unit tests
README.md # Usage documentation
async/await in Swift, coroutines in KotlinAfter module creation, automatically run code review:
development
Guided version migration for React Native and Expo SDK upgrades
development
Test-driven development workflow for React Native — Jest, React Native Testing Library, and Detox
development
Mobile security audit for React Native applications
development
Step-by-step performance diagnosis and optimization for React Native apps