changelog
49CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Generate changelog from git history and design docs. Roblox update log format.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Generate changelog from git history and design docs. Roblox update log format.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Review Luau code for style compliance, type safety, server authority, error handling, and performance. Use for reviewing a file, a PR-sized change, or a whole module.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Audit all DataStore usage in the project for correctness, security, and best practices. Checks for session locking, pcall usage, schema versioning, budget management, and common anti-patterns.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Comprehensive design document review against GDD standards. Checks all required sections, cross-system consistency, formulas, and edge case coverage. Use when reviewing any design doc for quality.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Create a per-system GDD. Interactive flow — select system from index, then generate a comprehensive design doc through a structured conversation.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Run a comprehensive health check on the repo. Verifies README counts match reality, promised files exist, no unresolved placeholders, wiki index is synced, toolchain configs are valid, and agent roster is accurate. Use after making structural changes or before publishing.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Audit the in-game economy for balance, sustainability, and exploit resistance. Checks currency sinks vs. faucets, inflation risk, pricing consistency, and Robux monetization alignment.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Estimation workflow for a feature or task. Breaks the task into sub-tasks, estimates each, sums with contingency buffer.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Run a comprehensive security audit checking for common Roblox exploit vectors including movement hacks, remote exploitation, economy exploits, and data manipulation.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Stage gate check — does the project meet criteria to advance to the next production phase (pre-prod → prod → polish → live)?
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Create or update a Game Design Document. Use for master GDD creation, system-specific GDDs, or GDD review. Invoke with /gdd [system-name] for a specific system, or /gdd for the master document.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Generate a 3D asset for Roblox using Blender MCP. Creates models from text descriptions via AI (Hyper3D/Hunyuan3D) or downloads from PolyHaven/Sketchfab, optimizes for Roblox constraints, and exports FBX.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Emergency fix workflow — diagnose, apply minimal fix, test, publish, and post-mortem. Use when a live issue requires immediate action.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
First launch specific checklist. Soft launch plan, metrics to watch, and go/no-go criteria. Use for the first public launch of a new Roblox game.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Static analysis of Luau code. Checks for type annotation coverage, deprecated API usage, naming convention compliance, and common anti-patterns. Uses selene if available or manual grep patterns.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Enumerate and categorize all game systems. Create design/gdd/systems-index.md. Identify dependencies between systems.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Review milestone completion against criteria. Generates a status report with go/no-go recommendation for advancing.
CodePhobiia/claude-roblox-game-studio
Skill Claude CodeCodex
Guides through designing or auditing the monetization model. Creates GamePass/DevProduct catalog, pricing strategy, and revenue projections.