roblox-luau-mastery
Installation
SKILL.md
Luau Language Mastery (Index)
This skill has been split into three focused skills for better context efficiency. Load the one that matches your task:
Routing
| Task | Load |
|---|---|
| Syntax, tables, control flow, string patterns, math, idioms, scope, closures, sharp edges, JS→Luau porting | roblox-luau-core |
| Type annotations, generics, narrowing, inference, strictness modes, exports, sealed/unsealed tables | roblox-luau-types |
| OOP (metatables, inheritance), async (Promises, pcall, coroutines), module structure, service pattern, Roblox idioms (Instance creation, events, task library) | roblox-luau-patterns |
Quick Decision
- "How do I write this in Luau?" →
roblox-luau-core - "How should I type this?" →
roblox-luau-types - "How should I structure this?" →
roblox-luau-patterns