What problem does it solve?
It prevents asset pipeline issues by auditing game assets for naming convention adherence, file size/format compliance, and broken or missing references.
Core Features & Use Cases
- Naming and standard checks: Enforces lowercase/underscore patterns and expected naming formats across art, audio, VFX, shaders, and data files.
- Compliance scanning: Verifies format expectations (e.g., texture and audio standards) and detects budget overruns and invalid data schemas.
- Reference integrity: Flags orphaned assets (unused by code) and missing assets (referenced but not present), then summarizes findings in an audit report.
- Use case: Before a release or content integration, audit an asset folder to catch standard violations and reference gaps early so builds don’t fail and reviewers see consistent content.
Quick Start
Run the asset-audit skill on your project’s assets directory to generate an audit report covering naming, format, size budgets, orphaned assets, and missing references.