Roblox Dev Skill banner
MSayib MSayib

Roblox Dev Skill

AI community

Description

🎮 Comprehensive AI skill for Roblox game development with Luau & Roblox Studio. Works seamlessly with Antigravity IDE, Claude Code, and compatible AI assistants. Built with ❤️ from Indonesia 🇮🇩

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🎮 Roblox Dev Skill — AI Coding Assistant for Roblox Development

An expert-level AI skill for Roblox game development with Luau. Designed for [Antigravity IDE](https://antigravity.dev), [Claude Code](https://claude.ai), and any AI coding assistant that supports the Skills format.

**Version:** 2.5.0 | **Engine Version:** v735+ (0.735.0.7351131) | **Knowledge Status:** August 2026 Current

What Is This?

A structured knowledge base that transforms your AI coding assistant into a **Roblox development expert**. When you mention anything Roblox-related, the skill auto-triggers and provides the AI with deep, accurate, research-verified knowledge about the Roblox platform.

Key Features

  • 🧠 Comprehensive knowledge base — curated Roblox & Luau development guides across 11 reference topics
  • 📂 Local-first API lookup — pre-split ~/RobloxDocs/ JSON files (845× more token-efficient than full dump)
  • 🔄 Self-updating — built-in obsolescence detection + background auto-update
  • 🎯 Smart routing — automatically selects the right reference based on your intent
  • 🔌 MCP integration — works with the official Roblox Studio MCP server
  • 🛡️ Security-first — server authority, input validation, anti-exploit patterns
  • 📚 Migration-aware — guides you through deprecated APIs and breaking changes
  • Multi-fallback — local JSON → web docs → context7 MCP

Directory Structure

roblox-dev-skill/
├── SKILL.md                          # Main skill file (router + standards + workflows)
├── metadata.json                     # Knowledge update tracking (timestamps, versions)
├── README.md                         # This file
├── references/                       # Deep-dive reference guides
│   ├── luau-fundamentals.md          # Luau language, types, naming, style
│   ├── project-structure.md          # Architecture, Rojo, Script Sync, IAS
│   ├── datastore-persistence.md      # DataStoreService, ProfileStore, MemoryStoreService
│   ├── networ