luau-best-practices
Installation
SKILL.md
Luau Best Practices
Production-quality patterns for Roblox game development.
Core Principles
- Server Authority - Server owns game state; client is for presentation
- Fail Fast - Validate early, error loudly in development
- Explicit > Implicit - Clear intent beats clever code
- Minimal Surface Area - Expose only what's needed
Code Style
Naming Conventions
Related skills
More from dig1t/skills
luau-type-expert
|
87rojo-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