luau-type-expert
Installation
SKILL.md
Luau Type Expert
Expert guidance for writing type-safe, clean Luau code that passes strict type checking.
Type Modes
Always use --!strict at file top. Three modes exist:
| Mode | Behavior |
|---|---|
--!nocheck |
Disables type checking entirely |
--!nonstrict |
Unknown types become any (default) |
--!strict |
Full type tracking, catches mismatches |
Type Annotation Syntax
--!strict
Related skills
More from dig1t/skills
luau-best-practices
|
143rojo-pro
Rojo expert for Roblox filesystem sync, project configuration, and professional development workflows. Use when: setting up Rojo projects, configuring project.json files, troubleshooting sync issues, file naming conventions, multi-environment setups (dev/staging/prod), integrating with Wally/Aftman, or any 'rojo', 'project.json', 'sync', 'rojo serve', 'rojo build' questions.
69