asset-audit

Audit game asset directories for naming, format, size, and reference violations.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/packetalien/cursor-game-studios --skill asset-audit-packetalien
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: asset-audit
Source: https://github.com/packetalien/cursor-game-studios/tree/main/.cursor/skills/asset-audit
Command: npx skills add https://github.com/packetalien/cursor-game-studios --skill asset-audit-packetalien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits game assets for consistency and integrity by validating naming conventions, formats, size budgets, and cross-references across the project.

Core Features & Use Cases

  • Validates asset naming against conventions and flags deviations.
  • Checks formats, dimensions, and size budgets for art, audio, and data assets.
  • Detects orphaned assets and missing references by scanning code and asset pipelines.
  • Generates structured audit reports with actionable recommendations.

Quick Start

Process a target assets directory to produce an audit report without modifying assets.

Frequently Asked Questions about asset-audit

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

FAQPage Schema
How do I audit game assets for naming convention violations and missing references?▼

Yes, JSON and YAML data files are validated for format standards and structural validity. The audit checks data assets in directories like assets/data to ensure they conform to required formats and identifies any structural mismatches.

What is the best way to detect orphaned assets in an art or audio directory?▼

You can check asset size budget breaches by running an audit on directories such as assets/vfx and assets/shaders. The process validates file sizes against defined budget limits and outputs a structured report detailing any violations.

Does the asset audit process modify or delete the files it flags?▼

No, the asset audit process does not modify or delete files. It generates a read-only structured audit report with actionable recommendations, ensuring your original assets remain completely untouched during the validation process.

Can I validate asset formats and size budgets across multiple asset types?▼

Yes, you can validate formats and size budgets across art, audio, vfx, shaders, and data assets. The audit checks dimensions, formats, and size limits for each specified directory and outputs a comprehensive report of any mismatches.