asset-organizer

Scan design asset libraries and produce a remapping plan with an asset inventory.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ngochuy13/intern-dev --skill asset-organizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-organizer
Source: https://github.com/ngochuy13/intern-dev/tree/main/skills/asset-organizer
Command: npx skills add https://github.com/ngochuy13/intern-dev --skill asset-organizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fixes messy, inconsistent design asset libraries by scanning files, identifying naming and structure issues, and producing a clear reorganization plan so teams can find, reuse, and hand off assets confidently.

Core Features & Use Cases

  • Asset scanning & pattern detection: Audits asset types and naming patterns across common formats (SVG, PNG, JPG, WebP, PDF).
  • Naming and directory reorganization plan: Recommends new paths and filenames based on consistent conventions (e.g., kebab-case, category prefixes, variant/size suffixes).
  • Issue detection & optimizations: Flags common problems such as casing violations, oversized files, format mismatches, missing density exports (@2x/@3x), and broken references.
  • Asset catalog output: Produces a structured inventory with counts, formats, and update context to support ongoing cleanup.

Quick Start

Provide the root path to your assets folder and describe your project type (web, mobile, or cross-platform), and the organizer will scan, audit, and return a structured catalog plus a prioritized reorganization plan.

Frequently Asked Questions about asset-organizer

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

FAQPage Schema
How do I audit and rename inconsistent design assets for handoff?

Auditing design assets involves scanning files across formats like SVG and PNG to identify naming violations and structural issues. The organizer then produces a catalog with metadata and a prioritized reorganization plan for consistent handoff.

What is the best way to set up a maintainable directory structure for an icon library?

The best way to set up a maintainable directory structure is to scan your icon library to detect casing violations and missing densities. You then apply consistent naming rules and category prefixes to generate a structured asset catalog for ongoing maintenance.

How do I prepare web and mobile assets for handoff by checking for missing density exports?

You prepare assets for handoff by scanning your project files to flag missing density exports such as @2x and @3x, along with oversized files and format mismatches. This produces an asset inventory with update context to support a clean handoff.

Can I use this asset organization tool to fix broken references and format problems in a cross-platform project?

Yes, you can organize cross-platform project assets by providing your root folder path and project type. The organizer scans for broken references, format problems, and naming inconsistencies, returning a structured catalog and a reorganization plan tailored to your project.

What are the limitations of automated file audit and naming convention enforcement for design systems?

Automated file audit and naming convention enforcement requires you to provide a root path and project type to function accurately. It generates a remapping plan and structured inventory with metadata, but requires manual execution of the recommended file renaming and structural changes.