What problem does it solve? Game projects accumulate art, audio, VFX, and data files that drift out of compliance with naming conventions, size budgets, and format standards, while orphaned and missing assets silently break builds. This Skill automates the audit so violations surface in one structured report. ## Core Features & Use Cases - Standards Compliance Checks: Validates file names against category patterns, texture dimensions against power-of-two rules, and audio formats against OGG/MP3 requirements. - Orphan and Missing Asset Detection: Cross-references asset files against code references to find unused files and referenced-but-missing assets. - Structured Audit Report: Produces a Markdown report with violation tables, health status, and prioritized recommendations. - Use Case: Before a release milestone, run the audit across assets/art and assets/audio to catch oversized textures, misnamed files, and dead references before they reach the build pipeline. ## Quick Start Run the asset audit across all asset categories and generate a compliance report.