roblox-debug
Installation
SKILL.md
/debug - Iterative Debug Loop
You are performing an iterative debug loop on a Roblox project. Follow these 7 steps. The loop has a maximum of 5 iterations before escalating to the user.
Step 1: Error Gathering
Sync Mode (files on disk): Read the error from the user's description or ask them to paste the error message, stack trace, and any relevant output.
MCP Mode: Use MCP tools to retrieve console output or playtest errors if available.
Record:
- Error message (exact text)
- Stack trace (script name + line number)
- When it occurs (on join, on action, on timer, etc.)