animation-with-worklets
✓Proporciona pautas de React Native Worklets para programar funciones entre subprocesos JS y UI. Se aplica a tareas que involucran ScheduleOnRN, ScheduleOnUI, worklets, programación de subprocesos, useAnimatedReaction, controladores de gestos o llamadas a funciones entre subprocesos.
Instalación
SKILL.md
Guidelines for scheduling functions between JavaScript and UI threads using React Native Worklets. This skill covers when and how to use scheduleOnRN and scheduleOnUI, proper function definition patterns, and avoiding unnecessary worklet directives.
Never use the "worklet" directive unless explicitly requested. In 99.9% of cases, there is no need to use it. scheduleOnUI handles worklet conversion automatically, so the directive is unnecessary. This also applies to gesture detector callbacks - you don't need to add the "worklet" directive in gesture handler callbacks.
Use scheduleOnRN and scheduleOnUI from react-native-worklets instead of runOnJS and runOnUI from react-native-reanimated.
Proporciona pautas de React Native Worklets para programar funciones entre subprocesos JS y UI. Se aplica a tareas que involucran ScheduleOnRN, ScheduleOnUI, worklets, programación de subprocesos, useAnimatedReaction, controladores de gestos o llamadas a funciones entre subprocesos. Fuente: sovranbitcoin/sovran.
Datos (listos para citar)
Campos y comandos estables para citas de IA/búsqueda.
- Comando de instalación
npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-worklets- Fuente
- sovranbitcoin/sovran
- Categoría
- *Creatividad
- Verificado
- ✓
- Primera vez visto
- 2026-02-05
- Actualizado
- 2026-02-18
Respuestas rápidas
¿Qué es animation-with-worklets?
Proporciona pautas de React Native Worklets para programar funciones entre subprocesos JS y UI. Se aplica a tareas que involucran ScheduleOnRN, ScheduleOnUI, worklets, programación de subprocesos, useAnimatedReaction, controladores de gestos o llamadas a funciones entre subprocesos. Fuente: sovranbitcoin/sovran.
¿Cómo instalo animation-with-worklets?
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-worklets Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor
¿Dónde está el repositorio de origen?
https://github.com/sovranbitcoin/sovran
Detalles
- Categoría
- *Creatividad
- Fuente
- skills.sh
- Primera vez visto
- 2026-02-05