Stats
Actions
Tags
From gimp
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gimp:install-gimp-pluginThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `source` — local path or URL to a `.scm`, `.py`, or compiled binary
source — local path or URL to a .scm, .py, or compiled binarykind — auto-detected from extension if omitted: script-fu (.scm), python-fu (.py), binary (no extension or executable)scripts_dir and plug_ins_dir from the saved profile.script-fu → <scripts_dir>/python-fu → <plug_ins_dir>/<basename>/<basename>.py (GIMP 2.10 expects each plugin in its own subdir; on 3.0 the layout is similar but uses GObject Introspection)binary → <plug_ins_dir>/<basename>/, chmod +xsource is a URL, download to $DATA_ROOT/cache/ first and verify it's the expected type..scm only — Python and binary plugins require a restart).~/.var/app/org.gimp.GIMP/config/GIMP/<ver>/ instead — the profile's config_dir already accounts for this if onboard detected Flatpak.npx claudepluginhub danielrosehill/claude-code-plugins --plugin gimpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.