asset-audit

Audit app assets for naming, size, format, and reference compliance.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill asset-audit-cenconq25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-audit
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/asset-audit
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill asset-audit-cenconq25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Asset management in mobile and web projects often misses naming standards, size budgets, format compliance, and cross-reference integrity, leading to brittle builds and wasted rework.

Core Features & Use Cases

  • Standard compliance: validate naming, formats, and density requirements across all assets.
  • Reference auditing: detect orphans and missing references in code, configuration, and store assets.
  • Reporting: generate a concrete audit report and a remediation plan for design and engineering teams.
  • Use Case: a project with dozens of icons and screenshots runs an audit to identify missing iOS/Android assets and oversized images before release.

Quick Start

Audit the project's assets against the standards and generate a remediation plan for the next sprint.

Frequently Asked Questions about asset-audit

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

FAQPage Schema
How do I audit app assets for naming conventions and size budgets?

To audit app assets, this skill validates naming conventions, size budgets, and format compliance across project assets. It reads standards from .claude/docs/technical-preferences.md and assets/asset-standards.md to ensure all images meet requirements.

How do I find missing references and orphaned assets in my project?

You find missing references and orphaned assets by running a reference audit across code and configuration files. The skill cross-references assets located in the assets/ directory against code usage to identify orphans and missing links.

What is asset reference integrity and why does it matter for mobile builds?

Asset reference integrity ensures every asset in your project is properly linked and utilized, preventing brittle builds. Missing references cause runtime crashes, while orphaned assets waste app size budgets and create unnecessary rework.

Does this asset audit work with both iOS and Android store assets?

Yes, the asset audit works with iOS and Android store assets. It validates density requirements and identifies missing platform-specific assets, making it suitable for projects preparing store-pack submissions with screenshots and icons.

How do I generate a remediation plan for oversized images and non-compliant assets?

You generate a remediation plan by running the audit, which produces an actionable report for design and engineering teams. This report details format compliance failures and oversized images, guiding the next sprint's fixes.

What are the limitations of automating asset validation across a large project?

A limitation of automating asset validation is that it relies on predefined standards in technical-preferences.md and asset-standards.md. Without these configuration files explicitly defining naming and size budgets, the audit cannot enforce project-specific compliance rules.