asset-pipeline-verifier
Installation
SKILL.md
Asset Pipeline Verifier
Diagnose and resolve asset loading failures in the Vite build pipeline.
Workflow
-
Identify the Loading Pattern Determine if the asset is bundled (imported in JS) or static (in
public/).- Bundled: Used via
import,import.meta.glob, ornew URL(..., import.meta.url). Lives insrc/. - Static: Referenced via string path (e.g.,
/images/logo.png). Lives inpublic/.
- Bundled: Used via
-
Scan for References Run the scanner to find usage patterns:
.claude/skills/asset-pipeline-verifier/scripts/asset-scan.sh