skills/smithery.ai/asset-pipeline-verifier

asset-pipeline-verifier

Installation
SKILL.md

Asset Pipeline Verifier

Diagnose and resolve asset loading failures in the Vite build pipeline.

Workflow

  1. Identify the Loading Pattern Determine if the asset is bundled (imported in JS) or static (in public/).

    • Bundled: Used via import, import.meta.glob, or new URL(..., import.meta.url). Lives in src/.
    • Static: Referenced via string path (e.g., /images/logo.png). Lives in public/.
  2. Scan for References Run the scanner to find usage patterns:

    .claude/skills/asset-pipeline-verifier/scripts/asset-scan.sh
    
Installs
1
First Seen
Apr 27, 2026
asset-pipeline-verifier from smithery.ai