원클릭으로
native-module
Create native modules with sequential native-bridge-builder then code-reviewer agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create native modules with sequential native-bridge-builder then code-reviewer agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Apple HIG design intelligence — build, review, animate, and analyze with Apple Human Interface Guidelines for React Native/Expo
Video-based visual debugging — extract key frames from screen recordings and analyze UI bugs over time. Detects animation glitches, race conditions, gesture issues, scroll jank, keyboard overlap, and navigation transitions that screenshots cannot capture.
Auto-generate skills and rules from observed React Native development patterns
ERNE — Implement animations using the ui-designer agent with Reanimated and Gesture Handler
ERNE — Diagnose and fix build failures using the expo-config-resolver agent
ERNE — Comprehensive code review combining code quality and performance analysis
| name | native-module |
| description | Create native modules with sequential native-bridge-builder then code-reviewer agents |
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: