From gimp
Apply one operation across a folder of images using GIMP's headless console — resize, crop, format-convert, flatten, watermark, etc. Use when the user wants to bulk-process images and ImageMagick alone isn't enough (e.g. needs a GIMP-only filter or PSD/XCF support).
npx claudepluginhub danielrosehill/claude-code-plugins --plugin gimpThis skill uses the workspace's default tool permissions.
Stub orchestrator — composes a Script-Fu loop and hands off to `run-script-fu`.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Stub orchestrator — composes a Script-Fu loop and hands off to run-script-fu.
input_glob — e.g. ~/Pictures/raw/*.jpgoutput_diroperation — one of: resize, crop, format-convert, flatten, watermark, customwidth, height, format, watermark_path)onboard.ls/find. Bail if empty.operation, generate the Script-Fu body:
gimp-image-scalegimp-image-cropgimp-file-load → file-<fmt>-savegimp-image-flatten(let loop ...) over the file list, ending with (gimp-quit 0).run-script-fu via script_path.magick) for simple resize/format conversion — faster, no GIMP startup cost. Only use this skill when the operation actually needs GIMP.