roblox skills

95 tagged roblox, measured the same way as everything else here.

Browse within: luau 44iac 41mantle 41ocale 41open-cloud 41vscode 23game-development 19skills-sh 16robloxdev 7

codebase-design

01

christopher-buss/bedrock

Skill Claude CodeCodex

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

13 yesterday A 57 tokens MIT

tsdown

02

christopher-buss/bedrock

Skill Claude CodeCodex

Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown. Use when building libraries, generating type declarations, bundling for multiple formats, or migrating from tsup.

13 yesterday A 41 tokens MIT

wayfinder

03

christopher-buss/bedrock

Skill Claude CodeCodex

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

13 yesterday A 46 tokens MIT

roblox-audio

04

nonlooped/roblox-suite

Skill Claude CodeCodex

Roblox audio — the modern modular audio graph (AudioPlayer, AudioEmitter, AudioListener, Wire, AudioTextToSpeech) and the legacy Sound/SoundGroup system. Covers 2D vs 3D audio, spatial attenuation, effects (Equalizer, Compressor, Reverb, Echo, Distortion), TTS/STT, acoustic simulation, asset permissions and the 2022…

12 5d ago A 111 tokens original MIT

roblox-datastores

05

nonlooped/roblox-suite

Skill Claude CodeCodex

Safety-oriented Roblox DataStore guidance for reducing data loss, throttling, races, and quota exhaustion. Covers DataStore vs OrderedDataStore, UpdateAsync for atomic writes, versioning and metadata for recovery, budgets and rate limits, player profile and session-locking patterns, leaderboards, RTBF, and integration…

12 5d ago A 91 tokens original MIT

roblox-open-cloud

06

nonlooped/roblox-suite

Skill Claude CodeCodex

Roblox Open Cloud REST API for accessing data stores, assets, universes, places, users, groups, subscriptions, and Luau execution from outside the engine or via HttpService. Covers authentication (API keys, OAuth 2.0, avoiding legacy cookie auth), scopes and least-privilege, IP allowlists, key rotation and the 60-day…

12 5d ago A 128 tokens original MIT

andrian-syh/roblox-best-practices-skill

Skill Claude CodeCodex

Framework-agnostic Roblox/Luau coding standards. Use when writing, reviewing, or refactoring any Luau code (Script, LocalScript, ModuleScript) in a Roblox project, or when the user asks to keep best practices in mind as standing guidance — enforces the VARIABLES/FUNCTIONS/INITIALIZATION layout, naming, performance…

4 4d ago A 184 tokens original MIT

dig1t/skills

Skill Claude CodeCodex

Use when writing or reviewing code in a firebit house-stack Roblox project and the system's shape matters — service/controller boot order, where a new service goes, require cycles, "attempt to require a module that is loading", profile data not replicating, client sees stale state, choosing action networking vs…

4 13d ago A 97 tokens

dig1t/skills

Skill Claude CodeCodex

Use when touching any configuration axis in a house-stack Roblox project — feature flags (FeatureFlags class), file-local debug toggles, Studio/dev conditionals, rblxsync.yml products/passes/badges, Generated.luau monetization IDs, or tuning data modules. Also when a feature mysteriously won't turn on/off, a product…

4 13d ago A 114 tokens

dig1t/skills

Skill Claude CodeCodex

Use when a Roblox/Luau bug looks familiar, before re-deriving a fix for placement math, NPC pathfinding, spawning, animation lifecycles, or client tag-handlers, when a weird code pattern (Euler tables over the wire, PivotTo ordering, bounded tag polls, generation counters, provider-injected requires) needs explaining…

4 13d ago A 109 tokens

chahat1709/professional-game-developer.skill

Skill Claude CodeCodex

Universal production game engineering skill — design, build, profile, test, and ship games across Unreal Engine 5, Unity 6 (DOTS), Godot 4.3+, Roblox (Luau), and Web/Custom engines with senior studio-grade architectural discipline. Encompasses all 42 specialized game studio job roles across 6 departments: Game Design…

2 7d ago A 103 tokens original MIT

chahat1709/professional-game-developer.skill

Skill Claude CodeCodex

Universal production game engineering skill — design, build, profile, test, and ship games across Unreal Engine 5, Unity 6 (DOTS), Godot 4.3+, Roblox (Luau), and Web/Custom engines with senior studio-grade architectural discipline. Encompasses all 42 specialized game studio job roles across 6 departments: Game Design…

2 7d ago A 103 tokens copy · 100% MIT

fiinytid/nexusai.gg

Skill Claude CodeCodex

Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.

2 1mo ago A 35 tokens copy · 100% MIT

convex-quickstart

14

fiinytid/nexusai.gg

Skill Claude CodeCodex

Creates or adds Convex to an app. Use for new Convex projects, npm create convex@latest, frontend setup, env vars, or the first npx convex dev run.

2 1mo ago A 43 tokens original MIT

supabase

15

fiinytid/nexusai.gg

Skill Claude CodeCodex

Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies…

2 1mo ago A 125 tokens copy · 88% MIT

roblox-studio

16

ShiroKSH/skills

Skill Claude CodeCodex

Build, inspect, repair, validate, and playtest Roblox Studio maps and Luau through the local bridge. Use for SceneSpecs, terrain, Studio edits, gameplay objects, visual checks, and Rojo output.

1 20d ago A 48 tokens original MIT

erickow/robloxui-cli

Skill Claude CodeCodex

Develop Roblox experiences in this Luau/Wally project. Use when writing or reviewing Luau source, adding UI, wiring remotes, handling player data, optimizing performance, or working with the Roblox engine, Rojo, Instance Streaming, Data Stores, or the server-authority model.

0 8d ago A 63 tokens

roblox-store-assets

18

erickow/robloxui-cli

Skill Claude CodeCodex

Find, recommend, and insert real assets from the Roblox Creator Store into a Roblox experience. Use when the game needs a 3D model, mesh, decal, texture, audio, sound, animation, VFX/particle effect, vehicle, weapon, gameplay mechanic template, or replacement for placeholder parts.

0 8d ago A 66 tokens

erickow/robloxui-cli

Skill Claude CodeCodex

Develop Roblox experiences in this Roblox-TS project. Use when writing or reviewing TypeScript source, adding React UI, wiring remotes, handling player data, optimizing performance, or working with the Roblox engine, Rojo, Rbxts, Instance Streaming, Data Stores, or the server-authority model.

0 8d ago A 67 tokens