asset-audit

Audit game asset directories for naming, size, and reference compliance.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill asset-audit-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-audit
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/asset-audit
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill asset-audit-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits game assets for compliance with naming conventions, file size budgets, format standards, and pipeline requirements. Identifies orphaned assets, missing references, and standard violations.

Core Features & Use Cases

  • Validates asset naming across categories to ensure lowercase, underscore-delimited patterns.
  • Checks asset sizes against defined budgets and verifies format standards for textures, audio, and data.
  • Detects orphaned assets and missing references by scanning code references within the project.
  • Use Case: In a production build, run asset-audit to surface assets that violate naming conventions or exceed size budgets and to locate references that are no longer used.

Quick Start

Scan the assets directory to generate the initial audit report.

Frequently Asked Questions about asset-audit

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

FAQPage Schema
How do I check game assets for naming convention violations and size budget issues?

To check game assets for naming violations and size budget issues, scan the asset directory to generate an audit report. This process validates lowercase underscore-delimited naming patterns and verifies file sizes against defined budgets.

What is the best way to find orphaned assets and missing references in a game project?

The best way to find orphaned assets and missing references is an asset audit that scans code references within the project. This detects files no longer used and locates missing dependencies, outputting a structured compliance report.

How does an asset pipeline audit verify format standards for textures and audio?

An asset pipeline audit verifies format standards by reading asset guidelines and performing file-structure checks on textures, audio, and data. It enforces a standards-driven workflow by validating formats and surfacing violations in a structured report.

Can I use asset-audit to detect unused files before a production build?

Yes, you can use asset-audit to detect unused files before a production build. Running the audit surfaces orphaned assets and standard violations, ensuring your pipeline meets size and format requirements before generating the build.

What do I need to provide to scan my asset directory for compliance?

To scan your asset directory for compliance, provide the directory path and asset guidelines defining your naming, size, and format standards. The audit reads these guidelines to perform file-structure checks and produce the report.