Image processing skill for cropping images to 50% from center and rotating them 90 degrees clockwise. This skill should be used when users request image cropping to center, image rotation, or both operations combined on image files.
$npx -y skills add instavm/coderunner --skill image-crop-rotateInstalls into the current project.
Run `npx skills use "https://github.com/instavm/coderunner" --skill "instavm/coderunner/image-crop-rotate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/instavm/coderunner" that are relevant to the current task. Run `npx skills add "https://github.com/instavm/coderunner"` and select the relevant skills, then follow their instructions.