asset-audit

When this skill is invoked:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "asset-audit" with this command: npx skills add donchitos/claude-code-game-studios/donchitos-claude-code-game-studios-asset-audit

When this skill is invoked:

Read the art bible or asset standards from the relevant design docs and the CLAUDE.md naming conventions.

Scan the target asset directory using Glob:

  • assets/art/**/* for art assets

  • assets/audio/**/* for audio assets

  • assets/vfx/**/* for VFX assets

  • assets/shaders/**/* for shaders

  • assets/data/**/* for data files

Check naming conventions:

  • Art: [category][name][variant]_[size].[ext]

  • Audio: [category][context][name]_[variant].[ext]

  • All files must be lowercase with underscores

Check file standards:

  • Textures: Power-of-two dimensions, correct format (PNG for UI, compressed for 3D), within size budget

  • Audio: Correct sample rate, format (OGG for SFX, OGG/MP3 for music), within duration limits

  • Data: Valid JSON/YAML, schema-compliant

Check for orphaned assets by searching code for references to each asset file.

Check for missing assets by searching code for asset references and verifying the files exist.

Output the audit:

Asset Audit Report -- [Category] -- [Date]

Summary

  • Total assets scanned: [N]
  • Naming violations: [N]
  • Size violations: [N]
  • Format violations: [N]
  • Orphaned assets: [N]
  • Missing assets: [N]
  • Overall health: [CLEAN / MINOR ISSUES / NEEDS ATTENTION]

Naming Violations

FileExpected PatternIssue

Size Violations

FileBudgetActualOverage

Format Violations

FileExpected FormatActual Format

Orphaned Assets (no code references found)

FileLast ModifiedSizeRecommendation

Missing Assets (referenced but not found)

Reference LocationExpected Path

Recommendations

[Prioritized list of fixes]

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

balance-check

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

brainstorm

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

reverse-document

No summary provided by upstream source.

Repository SourceNeeds Review