react-native-skia-shaders
Installation
SKILL.md
React Native Skia Shaders
A unified skill covering 25+ SKSL shader techniques adapted for
@shopify/react-native-skia. SKSL is Skia's portable shading language — a
GLSL-like dialect that compiles to Metal (iOS), Vulkan/OpenGL (Android), and
WebGPU/WebGL (web). Most ShaderToy / GLSL recipes translate, but the
type system, entry point, coordinate system, uniform
declaration, and child-shader / image sampling are different. Don't
copy-paste GLSL — port it.