Verekia
Community@verekia
Web Game Developer, prev. @yelp
Agent Skills by Verekia
Showing 14 vetted skills indexed across 1 GitHub repositories.
damage-numbers
Render floating damage numbers above targets in React Three Fiber scenes.
verekia-setup
Set up a React Three Fiber boilerplate with Next.js, Tailwind, and TypeScript.
health-bars
Render health bars above 3D characters using Drei Html and scaleX.
verekia-architecture
Define Miniplex ECS architecture separating systems and views for R3F games.
low-health
Display a pulsing red vignette overlay when player health is low.
weapon-trail
Render a fading ribbon trail behind a weapon in React Three Fiber scenes.
ui-useframe
Synchronize DOM UI elements with R3F v10's useFrame render loop.
bone-attachment
Attach meshes to GLTF bones with adjustable position, rotation, and scale offsets.
camera-shake
Apply configurable pitch and roll camera shake via shake(intensity).
smooth-interpolation
Interpolate values with exponential decay using delta time in React Three Fiber.
reactive-polling
Re-render React components when watched values change via a selector.
pushback
Apply directional knockback and color flash to enemies in React Three Fiber.
koota
Define trait-based components and manage entity worlds in React.
zustand-entities
Manage game entities in a Zustand store with getState and useStore.