One-click install
npx skills add https://github.com/MichaelSolati/mkai --skill asset-audit-michaelsolati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-audit
Source: https://github.com/MichaelSolati/mkai/tree/main/profiles/game-dev/skills/asset-audit
Command: npx skills add https://github.com/MichaelSolati/mkai --skill asset-audit-michaelsolati

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Game development teams frequently face broken builds, bloated project sizes, and runtime errors caused by inconsistent asset naming, oversized files, orphaned unused assets, and missing asset references, all of which waste development time and delay releases.

Core Features & Use Cases

  • Compliance Checking: Validates assets against project naming conventions, file size budgets, format standards, and data schema requirements.
  • Orphaned & Missing Asset Detection: Identifies assets with no code references to delete, and references to assets that do not exist to fix.
  • Structured Audit Reporting: Generates a prioritized report with violation details and actionable recommendations to resolve issues. Use Case: A game dev team preparing for a build can run this skill to scan all art, audio, VFX, and shader assets to catch naming violations, remove unused assets to reduce build size, and fix missing texture references that would cause visual glitches.

Quick Start

Use the asset-audit skill to scan all game assets in your current project for compliance issues, orphaned files, and missing references.

Frequently Asked Questions about asset-audit

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

FAQPage Schema
How do I find orphaned game assets and missing references before a build?

Game asset compliance checking validates art, audio, VFX, shader, and data files against project naming conventions, file size budgets, and format standards. It scans asset directories to identify standard violations and ensure pipeline requirements are met.

What is the best way to check game asset naming conventions and file size budgets?

Game asset compliance checking validates art, audio, VFX, shader, and data files against project naming conventions, file size budgets, and format standards. It scans asset directories to identify standard violations and ensure pipeline requirements are met.

How do I automate game asset auditing across art, audio, and VFX directories?

An asset audit report provides prioritized recommendations and violation details for standard violations, orphaned assets, and missing references. It helps game development teams reduce build sizes, fix visual glitches, and resolve pipeline issues efficiently.

Does asset auditing work for reducing game build size and fixing visual glitches?

Asset auditing works for reducing game build size by identifying orphaned unused assets for deletion and fixing missing texture references that cause visual glitches. It scans project codebases to maintain overall pipeline health and integrity.

What is included in a game asset audit report for pipeline health?

A game asset audit report includes prioritized recommendations and violation details for standard violations, orphaned assets, and missing references. It provides actionable steps to resolve asset issues and maintain pipeline integrity for development workflows.