Fix skill name mismatch - update name to match folder

Co-authored-by: jamesmontemagno <1676321+jamesmontemagno@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-21 16:48:38 +00:00
parent 427c9c96b7
commit 5f1f55f571
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
---
name: image-manipulation
name: image-manipulation-image-magick
description: Process and manipulate images using ImageMagick. Supports resizing, format conversion, batch processing, and retrieving image metadata. Use when working with images, creating thumbnails, resizing wallpapers, or performing batch image operations.
compatibility: Requires ImageMagick installed and available as `magick` on PATH. Cross-platform examples provided for PowerShell (Windows) and Bash (Linux/macOS).
---