Image Optimization Pipeline Config

Use when authoring or reviewing the build-time image pipeline config — defining responsive srcset breakpoints, picking output formats (AVIF / WebP / JPEG fallback), tuning compression quality per format, and ensuring the pipeline never produces a lossy artifact for source PNGs with transparency. Activate this skill whenever the task touches `lib/images/pipeline.config.ts`, `scripts/build-images.ts`, or any code path that resizes or recompresses content images. Do NOT use for runtime image rendering choices (use a frontend skill) or for chasing a specific build failure (use debugging).

jacob-balslev 4a01db7 2 files · 5.2 KB Updated

File contents

jacob-balslev/skill-graph/tree/main/examples/projects/markdown-static-site/skills/image-optimization-pipeline-config commit 4a01db762a

Frequently asked questions

npx skillmds@latest add jacob-balslev/image-optimization-pipeline-config