One-click install
npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill asset-audit-wanghaisheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-audit
Source: https://github.com/wanghaisheng/OpenAgenticGame-Studios/tree/main/refenrece/skills/asset-audit
Command: npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill asset-audit-wanghaisheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that all game assets adhere to project standards, preventing technical debt and streamlining the art and audio pipelines.

Core Features & Use Cases

  • Compliance Checking: Verifies naming conventions, file sizes, and formats against established standards.
  • Asset Integrity: Identifies orphaned assets (not used in code) and missing assets (referenced but not found).
  • Use Case: Before integrating new art assets into the game engine, run this audit to catch any naming errors or oversized textures that could cause build failures or performance issues.

Quick Start

Run the asset-audit skill to scan all art assets in the assets/art directory.

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 compliance?

To check game assets for naming convention compliance, run an audit that scans your file system to pattern match art, audio, VFX, shaders, and data files against your established project standards.

What is the best way to find orphaned assets in a game development pipeline?

Finding orphaned assets in a game development pipeline involves scanning your project directories to identify files that are not referenced in code, preventing technical debt and streamlining your art and audio workflows.

How do I verify game asset file size budgets and format standards?

To verify game asset file size budgets and format standards, run an audit that scans your assets directory to catch oversized textures or incorrect formats that could cause build failures or performance issues.

Do I need glob and grep tools to audit game asset integrity?

Yes, auditing game asset integrity requires glob and grep tools for file system scanning and pattern matching to successfully identify missing references and orphaned files across your game development pipeline.

When should I run an asset audit before integrating new art into the game engine?

You should run an asset audit before integrating new art into the game engine to catch naming errors, oversized textures, and missing references early, preventing potential build failures and performance issues.