Bare-bones GIMP CLI wrapper for Claude Code on Linux. Detects install (native/Flatpak/Snap/AppImage), persists a per-user profile, exposes Script-Fu batch ops, image export, and GIMP-side plugin install/list.
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).
Convert a single image (XCF, PSD, PNG, JPG, TIFF, WebP, etc.) to another format via GIMP headless. Use when the user wants to export a GIMP-native file to a web format, or when format support outside GIMP is missing.
Reference for the GIMP command-line interface — non-interactive batch mode, Script-Fu invocation, console binary, and the differences between GIMP 2.10 and GIMP 3.0. Read this before authoring batch ops or Script-Fu calls.
Install a GIMP-side plugin (Script-Fu .scm, Python-Fu .py, or compiled binary) into the user's GIMP config directory so it appears in the GIMP menu next launch. Use when the user wants to add a third-party GIMP filter or extension.
List every Script-Fu, Python-Fu, and binary plugin currently installed in the user's GIMP config directory, including version (where derivable) and whether it lives in the user dir or system dir. Use when the user asks "what plugins do I have", or before installing one to check for duplicates.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Bare-bones wrapper around the GIMP CLI for Claude Code on Linux. Detects how GIMP is installed (native, Flatpak, Snap, AppImage), persists a per-user profile, and exposes Script-Fu batch operations, image export, and GIMP-side plugin install/list.
This is a starter scaffold — useful on its own for headless image ops, and a launching point for richer GIMP automation.
onboard — detect install type, version, and config paths; write $CLAUDE_USER_DATA/gimp/config.jsonupgrade-detect — re-probe after upgrades; refresh the profilegimp-cli-reference — gimp-console, Script-Fu, GIMP 2 vs 3 differencesrun-script-fu — execute a Script-Fu expression or .scm filebatch-process — bulk image ops (resize/crop/convert/flatten/watermark/custom) via Script-Fu loopexport-image — single-image format conversioninstall-gimp-plugin — drop a .scm / .py / binary plugin into the user config dirlist-gimp-plugins — enumerate user and system pluginsPer-user profile lives at:
${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/gimp/
├── config.json # detected install profile
└── cache/ # downloaded plugins, generated Script-Fu scripts
Nothing is written under ~/.claude/.
claude plugins marketplace add danielrosehill/Claude-Code-Plugins
claude plugins install gimp@danielrosehill
MIT
npx claudepluginhub danielrosehill/claude-code-plugins --plugin gimpUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Claude Code plugin: ideation and planning workflow — capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.
First-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.
Claude Code plugin for generating personal user manuals and private documentation for codebases. Creates personalized, private reference guides with PDF output support.
Research, filter, compare, and evaluate AI models on OpenRouter — discover models by capability (tool use, vision, audio), get cost/context-aware recommendations, run head-to-head comparisons, and conduct deep research that goes beyond the OpenRouter catalog.
Claude Code plugin for writing assistance, proofreading, style editing, and text transformation workflows.