Agent skills for Luau and Roblox development.
luau-skills is a curated collection of reusable agent skills designed for the skills CLI. Each skill provides structured instructions and supporting references to help coding agents work effectively with Luau and Roblox.
Install all skills from this repository:
npx skills add stackfox-labs/luau-skillsList available skills:
npx skills add stackfox-labs/luau-skills --listInstall a specific skill:
npx skills add stackfox-labs/luau-skills --skill luau-coreluau-core— Idiomatic Luau syntax, control flow, and core language patternsluau-types— Type system, strict mode, generics, and type-safe designluau-performance— Profiling, optimization, and runtime-aware coding
roblox-core— Project structure, scripting patterns, and runtime fundamentalsroblox-networking— Remotes, replication, and secure client-server designroblox-api— Engine APIs, datatypes, globals, and librariesroblox-data— DataStores, MemoryStores, and distributed stateroblox-cloud— Open Cloud APIs, webhooks, and external integrationsroblox-oauth— OAuth flows, tokens, scopes, and authentication
Contributions are welcome.
Good contributions typically:
- improve clarity or correctness
- add high-value patterns or workflows
- expand reference coverage within an existing skill
When contributing, keep skills:
- Focused
- Non-overlapping
- Practical
- Agent-friendly
StackFox Labs
MIT