Compress Images
Skill Warning ActiveCompress images for web/SEO performance using cwebp. Use when optimizing images for faster page loads, reducing file sizes, or converting JPG/PNG to WebP format.
Compress images for web/SEO performance using cwebp. Use when optimizing images for faster page loads, reducing file sizes, or converting JPG/PNG to WebP format.
Features
- Compress images to WebP format
- Iterative compression until target size is met
- Resize images when necessary
- Preserve original image files
- Report before/after sizes
Use Cases
- Optimizing website images for faster page loads
- Reducing image file sizes for better SEO
- Converting JPG and PNG images to WebP format
- Batch processing images in a project directory
Non-Goals
- Destroying original image files
- Handling formats other than JPG, PNG, GIF
- Performing advanced image editing beyond compression and resizing
Maintenance
- critical:Commit recencyThe last commit was on 2026-02-23, which is over 3 months ago, indicating potential lack of maintenance.
Versioning
- warning:Release ManagementThe README references installation via `main` branch (`@rameerez-claude-code-startup-skills`), but there is no versioning declared in SKILL.md or elsewhere, making reproducible installs difficult.
Security
- warning:Unguarded Destructive OperationsThe skill moves original files to an `originals/` folder but does not explicitly confirm the move or prompt before performing file operations, which could be destructive if interrupted or misconfigured.
Scope
- warning:Dry-run previewThe skill performs file operations (moving originals, creating webp files) without a dry-run option, meaning changes are immediate.
Installation
/plugin install claude-code-startup-skills@rameerez-claude-code-startup-skillsQuality Score
WarningSimilar Extensions
Baoyu Compress Image
100Compresses images to WebP (default) or PNG with automatic tool selection. Use when user asks to "compress image", "optimize image", "convert to webp", or reduce image file size.
Compress Image to Target File Size
99Compress an image to fit within a specific file size in bytes using quality-first compression.
Convert Image Format
98Convert an image between PNG, JPEG, and WebP formats with quality control for web optimization.
Generate Thumbnail
97Resize a source image to a thumbnail and convert to WebP.
Time Fetcher
100Instructions for fetching current Dubai time via bash command
Toprank Upgrade
100Upgrade toprank plugin to the latest version. Updates the marketplace repo, installs the new version to the plugin cache, and updates installed_plugins.json. Use when asked to "upgrade toprank", "update toprank", or "get latest version". Also handles inline upgrade prompts when a skill detects UPGRADE_AVAILABLE at startup.