🎨
R3f Animation
React Three Fiber animation - useFrame, useAnimations, spring physics, keyframes. Use when animating objects, playing GLTF animations, creating procedural motion, or implementing physics-based movement.
enzedfrontend
🎨
R3f Fundamentals
React Three Fiber fundamentals - Canvas, hooks (useFrame, useThree), JSX elements, events, refs. Use when setting up R3F scenes, creating components, handling the render loop, or working with Three.js objects in React.
enzedfrontend
🎨
R3f Interaction
React Three Fiber interaction - pointer events, controls, gestures, selection. Use when handling user input, implementing click detection, adding camera controls, or creating interactive 3D experiences.
enzedfrontend
🎨
R3f Materials
React Three Fiber materials - PBR materials, Drei materials, shader materials, material properties. Use when styling meshes, creating custom materials, working with textures, or implementing visual effects.
enzedfrontend
🎨
R3f Physics
React Three Fiber physics with Rapier - RigidBody, colliders, forces, joints, sensors. Use when adding physics simulation, collision detection, character controllers, or creating interactive physics-based experiences.
enzedfrontend
🎨
R3f Postprocessing
React Three Fiber post-processing - @react-three/postprocessing, bloom, DOF, screen effects. Use when adding visual effects, color grading, blur, glow, or creating custom screen-space shaders.
enzedfrontend
🎨
R3f Textures
React Three Fiber textures - useTexture, texture loading, environment maps, texture configuration. Use when loading images, working with PBR texture sets, cubemaps, HDR environments, or optimizing texture usage.
enzedfrontend
🎨
React Best Practices
Comprehensive React and Next.js best practices guide covering performance optimization, component architecture, shadcn/ui patterns, Motion animations, and modern React 19+ patterns. This skill should be used when writing, reviewing, or refactoring React/Next.js code. Triggers on tasks involving Reac
dedalus-erp-pasfrontend
🎨
React Gradual Architecture
Incremental React code organization guidelines. Start small, then extract when scanning and responsibilities start to blur. Use when creating features, organizing files, refactoring components, or deciding when to extract hooks, UI, or utils.
vandrieshfrontend
🎨
React Native Best Practices
This skill helps you optimize React Native apps by applying proven performance guidelines for FPS, TTI, bundle size, and memory management.
react-nativeperformancedebuggingexpo
🎨
React Native Navigation
Master React Navigation - stacks, tabs, drawers, deep linking, and TypeScript integration
pluginagentmarketplacefrontend
🎨
React Performance Patterns
This skill helps you boost React performance by applying memoization, code splitting, virtualization, and optimized context usage based on real-world patterns.
reactperformancecode-review
🎨
React Router
React Router v7 Data Mode for Vite SPA with Convex backend. Triggers on routing, navigation, nested routes, protected routes, lazy loading. Use for client-side routing in Vite React apps.
sebastiaanwoutersfrontend
🎨
React Web
Modern React 19+ development with Server Components, Actions, hooks, TypeScript integration, and performance optimization. Use when building React web applications, implementing Server Components, using Actions for form handling, working with new hooks (use, useActionState, useOptimistic, useFormSta
ibuttersfrontend
🎨
Reanimated Skia Performance
Write and review high-performance React Native animations and 2D graphics using react-native-reanimated (v4+) and @shopify/react-native-skia (Canvas scenes, runtime effects/shaders). Use for: gesture-driven interactions, spring/timing transitions, layout/mount animations, Reanimated CSS transitions/
andreev-danilafrontend
🎨
Redux Best Practices
This skill enforces Redux best practices and patterns using RTK, guiding store setup, slices, selectors, thunks, and React-Redux hooks.
reacttypescriptdebuggingcode-review