realtime skills

79 tagged realtime, measured the same way as everything else here.

Browse within: supabase 58nextjs 37ReAct 36game 36multiplayer 36postgres 22firebase 20postgresql 20postgrest 20convex 7livekit 6voice ai 6

react-hook-form

01

supabase/supabase

Skill Claude CodeCodex

Correct React Hook Form usage anywhere in the monorepo — data flow, subscriptions, reset, dirty state, number inputs, and controlled-input rules. Load this BEFORE writing or modifying ANY form code, adding a field to an existing form, touching watch/useWatch/formState/getValues/setValue/reset, wiring a form into a…

109k yesterday A 123 tokens original Apache-2.0

safe-sql-execution

02

supabase/supabase

Skill Claude CodeCodex

Use whenever code will build, return, fetch, or execute SQL that runs against a user's real Postgres database — even when the request reads like an ordinary feature or bug fix and never says "security," "injection," or "SafeSqlFragment." This covers: writing or editing any pg-meta function, query builder, or endpoint…

109k yesterday A 221 tokens original Apache-2.0

studio-e2e-tests

03

supabase/supabase

Skill Claude CodeCodex

Write and run Playwright E2E tests for Supabase Studio (e2e/studio). Use when asked to run e2e tests, write new E2E tests, or debug flaky or failing Playwright tests. Covers running commands, avoiding race conditions, waiting strategies, selectors, helper functions, and CI vs local differences.

109k yesterday A 74 tokens original Apache-2.0

livekit-agents

04

livekit/agent-skills

Skill Claude CodeCodex

Build voice AI agents with LiveKit Cloud and the Agents SDK. Use when the user asks to "build a voice agent", "create a LiveKit agent", "add voice AI", "implement handoffs", "structure agent workflows", or is working with LiveKit Agents SDK. Provides opinionated guidance for the recommended path: LiveKit Cloud +…

66 2mo ago A 88 tokens copy · 86% MIT

livekit-simulations

05

livekit/agent-skills

Skill Claude CodeCodex

Generate targeted test scenarios for a LiveKit voice or chat agent and run them as simulations — locally, from the agent's own code plus what the user wants stress-tested. Use whenever the user wants to "test my agent", "what should I test", "create/generate simulation scenarios", "make a sim test suite", "use lk…

66 2mo ago A 183 tokens original MIT

image-to-threejs

06

kyh/vibedgames

Skill Claude CodeCodex

REQUIRES uv + Python 3.12 and a one-time git clone — unlike the other asset skills, this one is not Node-only. Turn a generated reference image into a rigged, procedural Three.js prop — code, not a mesh file. Generate ONE clean product-shot reference with vg generate, author a component spec (parts, materials, pivots…

55 2d ago A 186 tokens original MIT

phaser

07

kyh/vibedgames

Skill Claude CodeCodex

Build 2D browser games with Phaser 4: scene lifecycle, sprites, Arcade/Matter physics, tilemaps, WebGL rendering, filters, lighting, shaders, DynamicTexture/RenderTexture, SpriteGPULayer, TilemapGPULayer, and Phaser 3 to 4 migration. Trigger: phaser, phaser 4, phaser v4, create phaser game, add phaser scene, phaser…

55 2d ago A 139 tokens original MIT

pixel-art

08

kyh/vibedgames

Skill Claude CodeCodex

Generate 2D pixel art game assets, characters, sprite sheets, background removal, and game backgrounds. Trigger for "pixel art character", "sprite sheet", "walk cycle", "game sprites", "isometric sprites", "side-scroller assets", "RPG character sprites", "idle animation", "attack animation", "jump animation", "game…

55 2d ago A 190 tokens original MIT

salvo-websocket

09

salvo-rs/salvo-skills

Skill Claude CodeCodex

Implement WebSocket connections for real-time bidirectional communication. Use for chat, live updates, gaming, and collaborative features.

20 1mo ago A 29 tokens