asset-audit

Audit Roblox project assets for naming, size, and unused files.

8|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill asset-audit-codephobiia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-audit
Source: https://github.com/CodePhobiia/claude-roblox-game-studio/tree/main/.claude/skills/asset-audit
Command: npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill asset-audit-codephobiia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Asset management in Roblox projects is error-prone and time-consuming. It often lacks consistent naming, overruns size limits, and leaves unused assets cluttering the repository.

Core Features & Use Cases

  • Enforces naming conventions (lowercase kebab-case) across assets/
  • Flags oversized assets based on type-specific thresholds
  • Detects potentially unused assets by cross-referencing references in code and scenes
  • Generates actionable reports and cleanup recommendations for release readiness

Quick Start

Review your Roblox asset folder by running the audit workflow to generate a findings report and suggested fixes.

Frequently Asked Questions about asset-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect unused assets in a Roblox Studio project?

To detect unused assets in a Roblox Studio project, the audit cross-references asset references in code and scenes to identify unlinked files. It flags these potentially unused assets to help you eliminate repository clutter.

What's the best way to enforce naming conventions for Roblox assets?

Enforcing naming conventions for Roblox assets is handled by checking files against lowercase kebab-case rules. The audit flags any assets that violate this standard, ensuring your directory remains consistently organized.

How do I flag oversized audio and image files in Roblox?

Flagging oversized audio and image files in Roblox requires applying type-specific size thresholds during a review. The audit checks your assets against these limits and reports files that exceed the configured boundaries.

Can I generate an asset cleanup report for Roblox release readiness?

You can generate an asset cleanup report for Roblox release readiness by running the audit workflow. It produces a findings report with actionable recommendations to fix naming, size, and unused file issues before release.

Does the Roblox asset audit work on models and data files?

The Roblox asset audit works on models and data files, scanning the assets directory comprehensively. It reviews images, audio, models, and data files to identify organization issues across your entire project.