schmusch/roblox-ai-workflow

Multi-tool SSOT skill set for AI-assisted Roblox game development — Claude Code, Gemini CLI, Codex.

This repository also configures its own agents. See what roblox-ai-workflow tells them →

1Stars on the repository
46Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

roblox-forge-status

25

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use when implementing cosmetics, titles, leaderboards, profile badges, showcase slots, or rarity systems in Roblox. Builds the visibility layer that makes player status flexible to other players. Use when the user says "add titles", "implement leaderboard", "build cosmetics", "forge status".

not rated 1 3mo ago A 62 tokens

roblox-forge

26

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use after a roblox-blueprint plan is approved to carry it to verified completion via the Roblox Studio integration. Use when the user says "build it", "implement the plan", "forge X", "execute the plan", or when an approved blueprint needs single-owner code execution with iterative fix/verify loops.

not rated 1 3mo ago A 67 tokens

roblox-git-master

27

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use for Roblox-aware git workflows — handling Wally lock files, Rojo manifests, place file diffs, sourcemaps, generated artifacts, and Roblox-specific commit / branch / merge / rebase practices. Use when the user says "commit this", "merge this branch", "what about the place file", "wally.lock keeps changing", "set up…

not rated 1 3mo ago A 94 tokens

roblox-plan

28

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use to produce a multi-step Roblox implementation plan with a Planner / Architect / Critic consensus loop before code is written. Use when the user says "make a plan", "plan this", "write a plan", "spec this out", or when a feature crosses multiple services / scripts and needs an explicit step sequence before forge…

not rated 1 3mo ago A 71 tokens

roblox-pre-action

29

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use as a pre-action gate before generating Roblox code for non-trivial creator-domain work — classifies the task, lists services involved, defines the file tree, and names risks. Use when a user request crosses multiple scripts / services / replication boundaries, before any roblox-forge run on greenfield work, or to…

not rated 1 3mo ago A 76 tokens

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Adjusts sprint scopes, manages blockers, or changes project directions mid-sprint. Use when the user says "correct course", "change sprint scope", or "manage blocker".

not rated 1 3mo ago A 44 tokens

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Transforms Roblox GDD and Architecture specifications into a comprehensive list of Epics and detailed User Stories with BDD-formatted acceptance criteria. Use when the user says "create epics and stories" or "scaffold project backlog".

not rated 1 3mo ago A 55 tokens

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Creates a dedicated Roblox story specification file with full context (GDD, architecture, project-context) for the Developer Agent. Use when the user says "create the next story" or "create story [identifier]".

not rated 1 3mo ago A 51 tokens

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Runs a complete, autonomous end-to-end Roblox SCRUM development cycle (Planning ➔ Story Creation ➔ TDD Execution ➔ Code Review) in a single unified run. Use when the user says "run dev cycle", "autopilot the next story", or "execute full scrum cycle".

not rated 1 3mo ago A 68 tokens

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Executes Roblox story implementation following a context-filled story spec file, using TDD, StyLua, Rojo, and the Roblox Studio MCP integration. Use when the user says "develop story [key]" or "implement the next story".

not rated 1 3mo ago A 56 tokens

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Generate and update the sprint status tracking board from Roblox epics. Use when the user says "run sprint planning", "generate sprint plan", or "update scrum board".

not rated 1 3mo ago A 42 tokens

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Closes a sprint, audits completed stories, evaluates key learnings, and marks epics as done. Use when the user says "run retrospective", "close sprint", or "end epic [num]".

not rated 1 3mo ago A 51 tokens

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use to audit Roblox code for exploit vectors — remote validation gaps, dupe paths, marketplace receipt mishandling, persistence abuse, rate-limit gaps, and other live-game attack surfaces. Use when the user says "security review", "audit for exploits", "is this exploitable", "check for dupes", "audit before launch"…

not rated 1 3mo ago A 88 tokens

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use to drive the Roblox Studio MCP effectively — patterns for scriptread, multiedit, executeluau, screencapture, searchgametree, inspectinstance. Use during roblox-forge whenever code or state needs to be read from or written to an open Studio session, before any non-trivial Studio mutation, or when verifying changes…

not rated 1 3mo ago A 77 tokens

roblox-tdd

39

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use to drive Roblox / Luau implementation via red-green-refactor cycles with TestEZ or Jest-Roblox. Use when the user says "TDD", "test-driven", "write the test first", "test it properly", before implementing any non-trivial Luau module, or any time disciplined coverage is needed before code lands.

not rated 1 3mo ago A 73 tokens

roblox-team

40

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use to coordinate multiple parallel agents working on independent slices of a Roblox project. Use when the user says "split this work", "dispatch parallel agents", "run these in parallel", "team up on this", "swarm this refactor", or when a roblox-plan identified independent steps that can run concurrently.

not rated 1 3mo ago A 67 tokens

roblox-ultraqa

41

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use to verify Roblox work is actually complete via runtime evidence, not static inspection. Use when about to claim a feature is "done", before merging, before declaring a bug fixed, when the user says "verify this works", "prove it's done", "test it for real", "ultraqa", or any time replication / persistence / remote…

not rated 1 3mo ago A 80 tokens

roblox-ultrawork

42

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use for extreme-verification Roblox execution — every step gets the full roblox-ultraqa runtime + adversarial proof before continuing. Use when the user says "ultrawork", "extreme verification", "I can't afford bugs in this", "do this right, no shortcuts", or for changes touching real-money monetization, persistence…

not rated 1 3mo ago A 91 tokens

schmusch/roblox-ai-workflow

Skill Claude CodeCodex

Use to compare a Roblox Studio screenshot against a reference image and emit a structured pass/fail verdict with score, category match, differences, and suggested fixes. Use when iterating on UI / lighting / world-building visuals, when a reference image is provided, or as a gate during visual-iteration loops in…

not rated 1 3mo ago A 73 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: