luau-best-practices

Installation
SKILL.md

Luau Best Practices

Production-quality patterns for Roblox game development.

Core Principles

  1. Server Authority - Server owns game state; client is for presentation
  2. Fail Fast - Validate early, error loudly in development
  3. Explicit > Implicit - Clear intent beats clever code
  4. Minimal Surface Area - Expose only what's needed

Code Style

Naming Conventions

Related skills
Installs
141
Repository
dig1t/skills
GitHub Stars
3
First Seen
Jan 30, 2026