responsive-image
Generate responsive image sets with srcset, WebP/AVIF conversion, and art direction
npx skills add a5c-ai/babysitter --skill responsive-image --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Responsive Image Skill ## Purpose Generate responsive image sets for optimal performance across devices, including srcset variants, modern format conversion, and art direction. ## Capabilities - Generate srcset image variants at multiple resolutions - Convert to WebP and AVIF formats - Calculate art direction crops for different viewports - Generate picture element markup - Create responsive image configuration - Optimize images for performance ## Target Processes - responsive-design.js - component-library.js ## Integration Points - Sharp for image processing - ImageMagick for advanced transformations - libvips for high-performance operations ## Input Schema ```json { "type": "object", "properties": { "inputPath": { "type": "string", "description": "Path to source image" }, "outputPath": { "type": "string", "description": "Output directory" }, "widths": { "type": "array", "items": { "type": "number" }, "default": [320, 640, 960, 1280, 1920] }, "formats": { "type": "array", "items": { "type": "string" }, "default": ["webp", "avif", "jpg"] }, "quality": { "type": "number", "default": 80 }, "artDirection": { "type": "array", "items": { "type": "object", "properties": { "breakpoint":
- Purpose
- Capabilities
- Target Processes
- Integration Points
- Input Schema
- Output Schema
- Usage Example
What does the responsive-image skill do?
Generate responsive image sets with srcset, WebP/AVIF conversion, and art direction
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill responsive-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
