-
Notifications
You must be signed in to change notification settings - Fork 2.2k
add image magick skill #504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add image magick skill #504
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds a new Agent Skill for image manipulation using ImageMagick. The skill provides comprehensive cross-platform instructions for processing images on Windows (PowerShell), Linux, and macOS (Bash).
Key Changes:
- Adds
image-manipulation-image-magickskill with detailed SKILL.md documentation - Includes examples for resizing, format conversion, batch processing, and metadata retrieval
- Provides platform-specific patterns and guidelines for both PowerShell and Bash
aaronpowell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README doesn't match the generated output (and there are some merge conflicts) - can you review and update
|
@copilot open a new pull request to apply changes based on the comments in this thread and pull up and resolve any conflicts |
Co-authored-by: jamesmontemagno <1676321+jamesmontemagno@users.noreply.github.com>
…nts-changes Fix skill validation: align name field with folder name
|
@aaronpowell how about now? |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.