roblox-ts
Installation
SKILL.md
Roblox-TS - Claude Code Skill
A comprehensive skill for developing Roblox games with TypeScript using roblox-ts.
Overview
Roblox-TS is a TypeScript-to-Luau compiler that allows you to write Roblox games using TypeScript's type safety, modern syntax, and tooling while compiling to performant Luau code.
What This Skill Covers:
- Setup & Configuration: Project initialization, tsconfig.json, Rojo integration
- Type-Safe Roblox API: Working with Roblox services, instances, and datatypes
- TypeScript Features: Using modern TypeScript with Roblox limitations
- Package Management: Installing and using @rbxts packages from npm
- Build & Deployment: Compilation, optimization, and publishing workflow
- Best Practices: Type safety, performance, project structure, and debugging
Documentation Sources:
- Official roblox-ts docs (https://roblox-ts.com/)
- TypeScript handbook (adapted for Roblox)
Related skills